cpython/Lib/unittest
Robert Collins 68b11d129d Fix regression in issue 22457 fix.
When used in the real world it can under some situations trigger
"    assert not _relpath.startswith('..'), "Path must be within the project"
     AssertionError: Path must be within the project
"

Because _get_name_from_path was not expecting to be called with the top level
directory.
2014-11-05 03:43:36 +13:00
..
test Close #22457: Honour load_tests in the start_dir of discovery. 2014-11-05 03:09:01 +13:00
__init__.py Close #22457: Honour load_tests in the start_dir of discovery. 2014-11-05 03:09:01 +13:00
__main__.py
case.py
loader.py Fix regression in issue 22457 fix. 2014-11-05 03:43:36 +13:00
main.py
mock.py Closes #21270 : We now override tuple methods in mock.call objects. 2014-09-16 18:33:37 +05:30
result.py
runner.py
signals.py
suite.py
util.py