codeforkansascity / clear_my_record_backend

Backend API Code for Clear My Record, an application to assist people the process of expunging their criminal convictions.
MIT License
5 stars 3 forks source link

write tests #39

Open ejmg opened 5 years ago

ejmg commented 5 years ago

a majority (all?) of this code remains without any sort of testing suite. This issue can be populated with things that should be tested and thus have tests written for.

ejmg commented 5 years ago

53 provides basic outline of how this will look. Still need actual tests, particularly integration testing on database and routes.