Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
unittest
/
suite.py
8faa207
Issue #10979. unittest stdout buffering now works for class and module fixtures.
by Michael Foord
· 14 years ago
5657ff8
Improvement to fix for issue 9926 to allow TestResult to be reused.
by Michael Foord
· 14 years ago
e5dc24e
Merged revisions 86101 via svnmerge from
by Michael Foord
· 15 years ago
33958b8
Fix issue with nested test suites debug method and module setups. (unittest)
by Michael Foord
· 15 years ago
0fedb28
Issue 8948. cleanup functions are not run by unittest.TestCase.debug(), plus class and module teardowns are not run by unittest.TestSuite.debug().
by Michael Foord
· 15 years ago
db919f0
Tests for issue 8302, skipped test in a setUpClass or a setUpModule are reported as skips rather than errors.
by Michael Foord
· 15 years ago
20e287c
Issue 8302. SkipTest exception is setUpClass or setUpModule is now reported as a skip rather than an error.
by Michael Foord
· 15 years ago
9c164af
unittest: issue 8301. Adding functions to test suites no longer crashes.
by Michael Foord
· 15 years ago
b1aa30f
Issue 7815. __unittest in module globals trims frames from reported stacktraces in unittest.
by Michael Foord
· 15 years ago
5ffa325
Addition of setUpClass and setUpModule shared fixtures to unittest.
by Michael Foord
· 15 years ago
b5d7400
Change error report when the object passed to suite.addTest is not
by R. David Murray
· 15 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