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

Review: testing and automation #11

Closed
Tracked by #12
cthoyt opened this issue Aug 23, 2022 · 0 comments
Closed
Tracked by #12

Review: testing and automation #11

cthoyt opened this issue Aug 23, 2022 · 0 comments

Comments

@cthoyt
Copy link

cthoyt commented Aug 23, 2022

There aren't any tests for the code in this repository. Among other things, this doesn't inspire confidence in a potential user that the code really does what it says it should. Further, without tests, it's hard to be confident that improvements don't break other features.

  1. Put unit tests in a tests/ directory
  2. Document how to run tests in a reproducible way on the README
  3. Use tox and GitHub Actions to automate running tests on all changes
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

No branches or pull requests

2 participants