- Timestamp:
- 15 May 2015, 05:11:31 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/tests/test_doctests.py
r12943 r12946 22 22 def test_suite(): 23 23 suite = get_doctest_suite([ 24 'doctests/batchprocessing_ part2.txt',24 'doctests/batchprocessing_browser.txt', 25 25 'doctests/breadcrumbs.txt', 26 26 'doctests/pages.txt', -
main/waeup.kofa/trunk/src/waeup/kofa/doctests/accesscode_browser.txt
r12936 r12946 6 6 Here we visit the access-code related parts of a Kofa site using 7 7 a virtual browser. 8 9 :NOTTest-Layer: functional10 8 11 9 Preliminaries -
main/waeup.kofa/trunk/src/waeup/kofa/utils/tests/test_doctests.py
r12943 r12946 21 21 22 22 def test_suite(): 23 suite = get_doctest_suite(['doctests/batchprocessing _part1.txt'])23 suite = get_doctest_suite(['doctests/batchprocessing.txt']) 24 24 return suite
Note: See TracChangeset for help on using the changeset viewer.