Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
798e54004f47b8173ef70e6df0132bedceb13311
/
Lib
/
unittest
/
main.py
eef159b
Correct usage message displayed for python -m unittest -h
by Michael Foord
· 16 years ago
0ce1672
expected failure should not trigger failfast behavior in unittest.
by Michael Foord
· 16 years ago
4989969
Removing Python 2.3 compatibility code from unittest.
by Michael Foord
· 16 years ago
1b9e953
-f/--failfast command line option for unittest. Issue 8074. Documentation still needed. Plus minor change to test_unittest to allow it to be run with python -m test.unittest
by Michael Foord
· 16 years ago
b1aa30f
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
by Michael Foord
· 16 years ago
d6aabcf
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
by Michael Foord
· 16 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago