Changeset 12992 for main/waeup.ikoba/trunk/src/waeup
- Timestamp:
- 22 May 2015, 10:31:57 (9 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/tests/test_doctests.py
r11949 r12992 22 22 def test_suite(): 23 23 suite = get_doctest_suite([ 24 ' browser/batchprocessing.txt',25 ' browser/breadcrumbs.txt',26 ' browser/browser.txt',24 'doctests/batchprocessing_browser.txt', 25 'doctests/breadcrumbs.txt', 26 'doctests/pages.txt', 27 27 ]) 28 28 return suite -
main/waeup.ikoba/trunk/src/waeup/ikoba/tests/test_doctests.py
r11949 r12992 22 22 def test_suite(): 23 23 suite = get_doctest_suite([ 24 ' authentication.txt',24 'doctests/authentication.txt', 25 25 ]) 26 26 return suite -
main/waeup.ikoba/trunk/src/waeup/ikoba/utils/tests/test_doctests.py
r11949 r12992 21 21 22 22 def test_suite(): 23 suite = get_doctest_suite([' utils/batching.txt'])23 suite = get_doctest_suite(['doctests/batchprocessing.txt']) 24 24 return suite
Note: See TracChangeset for help on using the changeset viewer.