Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cd4f6578097e508f808da42edcd3421fb516c3f6
/
Lib
/
unittest
/
loader.py
0877060
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
by Michael Foord
· 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
5a9719d
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
by Michael Foord
· 16 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 16 years ago