Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ae735a763e151f277d73eebdfc3b798e4a8b46d2
/
Lib
/
unittest
/
suite.py
b1aa30f
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
by Michael Foord
· 16 years ago
5ffa325
Addition of setUpClass and setUpModule shared fixtures to unittest.
by Michael Foord
· 16 years ago
b5d7400
Change error report when the object passed to suite.addTest is not
by R. David Murray
· 16 years ago
e91ea56
Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568.
by Michael Foord
· 16 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago