mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
test cases now also have assertWarns and assertWarnsRegexp methods to check that a given warning type was triggered by the code under test. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dummy.py | ||
| support.py | ||
| test_assertions.py | ||
| test_break.py | ||
| test_case.py | ||
| test_discovery.py | ||
| test_functiontestcase.py | ||
| test_loader.py | ||
| test_program.py | ||
| test_result.py | ||
| test_runner.py | ||
| test_setups.py | ||
| test_skipping.py | ||
| test_suite.py | ||