~replaceafill/ubuntu/trusty/schooltool/2.8_custom-css

« back to all changes in this revision

Viewing changes to src/schooltool/app/tests/test_security.py

  • Committer: Douglas Cerna
  • Date: 2014-10-14 16:05:11 UTC
  • mfrom: (1.1.36)
  • Revision ID: douglascerna@yahoo.com-20141014160511-v2zzlmyuwjsfizai
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
def test_suite():
67
67
    optionflags = (doctest.ELLIPSIS |
68
 
                   doctest.NORMALIZE_WHITESPACE |
 
68
                   doctest.NORMALIZE_WHITESPACE | doctest.REPORT_ONLY_FIRST_FAILURE |
69
69
                   doctest.REPORT_NDIFF)
70
70
    return unittest.TestSuite([
71
71
        unittest.makeSuite(TestAuthSetUpSubscriber),