Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
955b6760cfa73c54bae9b6f2b335eb0cd806c7b0
/
Lib
/
unittest
/
loader.py
1b31d28
Issue #29274: tests cases → test cases
by Martin Panter
· 8 years ago
5d79180
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
by Antoine Pitrou
· 11 years ago
050e9e5
Closes issue 14971.
by Michael Foord
· 11 years ago
9ef5d33
unittest TestLoader test discovery filename matching done in a method. This makes it easier to override the matching strategy in subclasses. No behaviour change in actual implementation.
by Michael Foord
· 14 years ago
e6f5e22
Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery.
by Michael Foord
· 15 years ago
1a0ce68
revert r80932; it breaks windows
by Benjamin Peterson
· 15 years ago
ae4dde0
Issue 8547 - detecting and reporting that modules have been imported from the wrong location under test discovery.
by Michael Foord
· 15 years ago
c1bf677
Fix module directory finding logic for dotted paths in unittest test discovery.
by Michael Foord
· 15 years ago
bb006cf
Add tests for cmp_to_key.
by Raymond Hettinger
· 15 years ago
931190b
Support dotted module names for test discovery paths in unittest. Issue 7780.
by Michael Foord
· 15 years ago
4989969
Removing Python 2.3 compatibility code from unittest.
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
8cb253f
Change order of arguments in a unittest function.
by Michael Foord
· 15 years ago
73dbe04
A faulty load_tests in a test module no longer halts test discovery. A placeholder test, that reports the failure, is created instead.
by Michael Foord
· 15 years ago
0877060
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
by Michael Foord
· 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
· 15 years ago
5a9719d
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866.
by Michael Foord
· 15 years ago
d7b0eeb
split unittest.py into a package
by Benjamin Peterson
· 15 years ago