mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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. |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| case.py | ||
| loader.py | ||
| main.py | ||
| result.py | ||
| runner.py | ||
| signals.py | ||
| suite.py | ||
| util.py | ||