You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relevant code occurs inside files like subcmd_anim.py, which historically do not have any monkeypatched or mocked tests, except for concordance checks.
I propose a test_recovery.py that contains all of the --recovery mode tests, similar in style to test_concordance.py.
Python Version:
v3
The text was updated successfully, but these errors were encountered:
Recovery mode currently has no tests, which means any code inside blocks activated only in recovery mode are never tested;
One example here: e6c606a
The relevant code occurs inside files like
subcmd_anim.py
, which historically do not have anymonkeypatch
ed ormock
ed tests, except for concordance checks.I propose a
test_recovery.py
that contains all of the--recovery
mode tests, similar in style totest_concordance.py
.Python Version:
v3
The text was updated successfully, but these errors were encountered: