Changeset 3605 in products for quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/tests/test_doctests.py
- Timestamp:
- Oct 25, 2012 10:07:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/tests/test_doctests.py
r3124 r3605 54 54 'README.txt', package='quintagroup.formlib.captcha', 55 55 test_class=FormlibCaptchaTestCase, 56 optionflags=doctest.REPORT_ONLY_FIRST_FAILURE | \57 58 56 optionflags=doctest.REPORT_ONLY_FIRST_FAILURE | 57 doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 58 ]) 59 59 60 60 if __name__ == '__main__':
Note: See TracChangeset
for help on using the changeset viewer.