cpython/Lib/unittest
Serhiy Storchaka 090721721b
Simplify testing the warning filename (GH-91868)
The context manager result has the "filename" attribute.
2022-04-24 10:23:59 +03:00
..
test Simplify testing the warning filename (GH-91868) 2022-04-24 10:23:59 +03:00
__init__.py bpo-46877: export unittest.doModuleCleanups in unittest package (#31613) 2022-03-03 10:41:28 -08:00
__main__.py
_log.py
async_case.py bpo-47062: Implement asyncio.Runner context manager (GH-31799) 2022-03-24 21:51:16 +02:00
case.py bpo-14265: Adds fully qualified test name to unittest output (GH-32138) 2022-03-29 18:02:09 +03:00
loader.py
main.py bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) 2022-03-17 16:37:52 -07:00
mock.py bpo-46852: Remove the float.__set_format__() method (GH-31585) 2022-02-26 00:53:27 +01:00
result.py bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688) 2022-03-08 21:43:49 +00:00
runner.py
signals.py
suite.py
util.py