cpython/Lib/unittest
James 77dbd95609
gh-111019: Align expected and actual titles in test output (#111020)
Align expected and actual titles in output from
assert_has_calls/assert_called_with for greater readability
2023-10-18 08:36:16 +01:00
..
__init__.py
__main__.py
_log.py
async_case.py
case.py gh-106584: Fix exit code for unittest in Python 3.12 (#106588) 2023-09-22 14:26:27 +02:00
loader.py gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497) 2023-09-12 16:33:30 +03:00
main.py
mock.py gh-111019: Align expected and actual titles in test output (#111020) 2023-10-18 08:36:16 +01:00
result.py gh-106584: Fix exit code for unittest in Python 3.12 (#106588) 2023-09-22 14:26:27 +02:00
runner.py
signals.py
suite.py
util.py