Changeset 12950 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 15 May 2015, 08:14:19 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/tests/test_doctests.py
r7811 r12950 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.kofa/trunk/src/waeup/kofa/university/tests/test_university.py
r8920 r12950 33 33 def test_suite(): 34 34 # collect doctests for university subpackage 35 suite = get_doctest_suite([' university/certcourses.txt',])35 suite = get_doctest_suite(['doctests/certcourses.txt',]) 36 36 # add local unittests (actually only one) 37 37 for testcase in [UniversitySubpackageTests,]:
Note: See TracChangeset for help on using the changeset viewer.