You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: