Mercurial > mozilla > hg > ProfileManager
diff profilemanager/tests/test.py @ 27:5988a15da3b4
things are being awful; checking in anyway
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 May 2010 16:47:12 -0700 |
parents | a07e53273b70 |
children | d4f0c1c4d0eb |
line wrap: on
line diff
--- a/profilemanager/tests/test.py Thu May 06 15:48:20 2010 -0700 +++ b/profilemanager/tests/test.py Thu May 06 16:47:12 2010 -0700 @@ -13,7 +13,8 @@ if test.endswith('.txt') ] for test in tests: - doctest.testfile(test) + doctest.testfile(test, raise_on_error=True) if __name__ == '__main__': run_tests() +