FFIG / rest-api

A REST API and server for FFIG
0 stars 0 forks source link

WIP: N19 create flask unit tests #21

Closed petr-tik closed 6 years ago

petr-tik commented 6 years ago

Opening this up to make my commitment public and get ideas from others

Adding unit tests - to be run inside a docker container built and run with a slightly different dockerfile

After we have a test framework, I can set up travis to run CI and lock the master branch

closes #19

petr-tik commented 6 years ago

I have added more tests, run with simple make test - build a container and run unit tests.

What do you think? Do you want to merge, so I can set up travis against it and lock the master branch?