[API] Internal Libraries Should Have Unit Tests #20
Labels
API
For work on the API
DevOps
For all devops related work
Internal Libraries
For all work pertaining to shared code for multiple modules not part of a larger system
unallocated
Currently not allocated to someone to work on
Is your feature request related to a problem? Please describe.
Currently, all testing for the various internal libraries and functions has been done by hand, which leaves it prone to breaking if other developers work on it later. This also has the potential for edge cases to be undetected, which again could lead to bugs making it into production.
Describe the solution you'd like
There should be clear unit tests for each function and each user story associated with the various internal libraries and functions.
The text was updated successfully, but these errors were encountered: