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

Refactor tests #143

Closed
AshlinHarris opened this issue Aug 3, 2022 · 0 comments · Fixed by #149
Closed

Refactor tests #143

AshlinHarris opened this issue Aug 3, 2022 · 0 comments · Fixed by #149
Assignees

Comments

@AshlinHarris
Copy link
Contributor

Currently, tests are organized by function first, then by type of test. However, this makes the logic of the tests more difficult to understand and maintain. Additionally, there is not much value in the current setup, since code coverage requirements already ensure that all functions are tested.

Once tests are organized by type of test, it will be easier to generate templates and automate certain tests.

@AshlinHarris AshlinHarris self-assigned this Aug 3, 2022
@AshlinHarris AshlinHarris linked a pull request Aug 4, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant