codeforkansascity / meep-backend

MIT License
8 stars 11 forks source link

Tests #99

Closed evanharmon1 closed 4 years ago

evanharmon1 commented 5 years ago

I got some more functional tests working and in the process did some more revamping of the tests to I hope work better and still be somewhat consistent. E.g. adding a jsonify get method to resources/projects.py and moving the db testing to the functional tests folder. Let me know if you have any ideas for doing it in a better way than I ended up doing. This PR also includes some minor changes to the meep shell script and db_operations.py script. Again, formatted to black with line-length 79.

chris-french commented 4 years ago

Merging this to the branch tests-evanharmon so I can use it as a base to write new unit tests.