index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
loader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
unittest TestLoader test discovery filename matching done in a method. This m...
Michael Foord
2010-06-05
1
-20/+24
*
Issue 8547 - detecting and reporting that modules have been imported from the...
Michael Foord
2010-05-07
1
-1/+14
*
revert r80932; it breaks windows
Benjamin Peterson
2010-05-07
1
-14/+1
*
Issue 8547 - detecting and reporting that modules have been imported from the...
Michael Foord
2010-05-07
1
-1/+14
*
Fix module directory finding logic for dotted paths in unittest test discovery.
Michael Foord
2010-04-06
1
-1/+13
*
Add tests for cmp_to_key.
Raymond Hettinger
2010-04-04
1
-11/+1
*
Support dotted module names for test discovery paths in unittest. Issue 7780.
Michael Foord
2010-04-03
1
-4/+23
*
Removing Python 2.3 compatibility code from unittest.
Michael Foord
2010-03-22
1
-5/+1
*
Issue 7815. __unittest in module globals trims frames from reported stacktrac...
Michael Foord
2010-03-22
1
-0/+2
*
Change order of arguments in a unittest function.
Michael Foord
2010-03-21
1
-4/+4
*
A faulty load_tests in a test module no longer halts test discovery. A placeh...
Michael Foord
2010-03-21
1
-7/+21
*
unittest.TestLoader creates a TestSuite before calling load_tests. Issue 7799.
Michael Foord
2010-02-06
1
-1/+2
*
Test discovery in unittest will only attempt to import modules that are impor...
Michael Foord
2009-09-13
1
-15/+44
*
unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute....
Michael Foord
2009-09-13
1
-2/+2
*
split unittest.py into a package
Benjamin Peterson
2009-07-19
1
-0/+234