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 unit tests #2

Open
mariuszskon opened this issue Oct 2, 2020 · 0 comments
Open

Add unit tests #2

mariuszskon opened this issue Oct 2, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mariuszskon
Copy link
Owner

Currently, we only have some integration tests (we test a bunch of modules together, with the goal of solving a challenge).
Adding unit tests, which test each component in isolation, can help us spot and fix bugs easier and faster. In particular, the arutil (utilities) module would be a good start.

This could be done by adding tests to pytest (the tests directory) or via doctest.

@mariuszskon mariuszskon added the good first issue Good for newcomers label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant