Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for --recovery mode #362

Open
baileythegreen opened this issue Nov 30, 2021 · 0 comments
Open

Add tests for --recovery mode #362

baileythegreen opened this issue Nov 30, 2021 · 0 comments
Labels
tests issues relating to tests
Milestone

Comments

@baileythegreen
Copy link
Contributor

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 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

@baileythegreen baileythegreen added the tests issues relating to tests label Nov 30, 2021
@baileythegreen baileythegreen added this to the 0.3.1 milestone May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests issues relating to tests
Projects
None yet
Development

No branches or pull requests

1 participant