-
-
Notifications
You must be signed in to change notification settings - Fork 114
Refine test suite #99
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
Comments
This was referenced Jul 17, 2023
Initial refinements
|
Could you consider running tests without using venv for this refinement? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The initial test suite has been developed, and is starting to become useful in ongoing development work. There are a few smaller tasks that would help improve the test suite, so it doesn't take any more maintenance attention than it needs.
Keep in mind that principles like DRY don't apply the same to testing as they do to general software development. When a test fails, you really want that test to be as easy to understand as possible.
Let's aim to make some refinements, and then close this so that most of the focus is on ongoing development.
The text was updated successfully, but these errors were encountered: