mirror of
https://github.com/python/cpython.git
synced 2025-11-20 19:06:50 +00:00
We now have two keyword only parameters in the reset_mock function to selectively reset the return_value or the side_effects, or both. |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| case.py | ||
| loader.py | ||
| main.py | ||
| mock.py | ||
| result.py | ||
| runner.py | ||
| signals.py | ||
| suite.py | ||
| util.py | ||