This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
610326d48a
cpython
/
Lib
/
unittest
History
Georg Brandl
f895cf5d33
#7031
: Add TestCase.assertIsInstance and negated method.
2009-10-01 20:59:31 +00:00
..
__init__.py
…
__main__.py
…
case.py
#7031
: Add TestCase.assertIsInstance and negated method.
2009-10-01 20:59:31 +00:00
loader.py
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.
2009-09-13 19:07:03 +00:00
main.py
Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956.
2009-09-27 19:15:41 +00:00
result.py
…
runner.py
split unittest.py into a package
2009-07-19 20:18:21 +00:00
suite.py
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.
2009-09-13 19:07:03 +00:00
util.py
…