codeforkansascity / meep-backend

MIT License
8 stars 11 forks source link

Basic pytest tests working #40

Closed evanharmon1 closed 5 years ago

evanharmon1 commented 5 years ago

I still need to write more and better tests, but I thought it would still be immediately useful to get some basic tests to run so we don't always need to open a browser and check. This required some structure and Docker changes so i wanted to double check that the restructuring in this way is ok. So let me know if this setup will work and then I will work on writing better tests. Instructions are in the readme. I tried it on Windows and everything seems to work fine there too.

evanharmon1 commented 5 years ago

Thanks for these comments @galbwe. They are very much appreciated! I'm pretty sure I understand all your suggestions. I just need to go and see how to implement them all. I'll start working on these now.