Changeset 2953 in products


Ignore:
Timestamp:
Nov 1, 2010 1:39:55 PM (13 years ago)
Author:
mylan
Message:

#228: Force to show all doctests failures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/blacklist/quintagroup/plonegooglesitemaps/tests/test_doctest.py

    r2946 r2953  
    2424            'filters.txt', package='quintagroup.plonegooglesitemaps', 
    2525            test_class=DocTestCase, globs=globals(), 
    26             optionflags=doctest.REPORT_ONLY_FIRST_FAILURE | 
    27                 doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
    28  
     26            optionflags= doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
     27                       # | doctest.REPORT_ONLY_FIRST_FAILURE | 
    2928        ]) 
    3029 
Note: See TracChangeset for help on using the changeset viewer.