Setup API tests #1873
Labels
📖 documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
tests
To keep SnailyCAD maintainable, we need tests. We have a lot of API routes which are not tested, only tested during development. This is fine, but comes with a large drawback: when a new feature is added, parts of the code get changed, therefore sometimes stuff could break.
Tests can assure us that the feature will break or continue working on feature additions or large changes.
This is a rather extremely large task, but should pay off in the longer run. We should do this incrementally to make sure we test everything properly.
Additional Context
The text was updated successfully, but these errors were encountered: