hackoregon / transportation-system-backend

2018 repo for the transportation api backend
MIT License
8 stars 2 forks source link

Dare I say it, ... Testing. #8

Closed bhgrant8 closed 6 years ago

bhgrant8 commented 6 years ago

Define our expectations around testing of django code and API What other things to test? Data validation?

bhgrant8 commented 6 years ago

So https://github.com/hackoregon/transportation-system-backend/pull/23

allows for tests to be run in the docker container, spinning up a test db, we need to define:

our testing reqs

how to load mock data

start writing tests

znmeb commented 6 years ago

Do we need mock data when we have two small real datasets? ;-)

bhgrant8 commented 6 years ago

related to https://github.com/hackoregon/transportation-system-backend/pull/41

bhgrant8 commented 6 years ago

testing has been implemente