Closed pulsejet closed 6 years ago
We have not yet made any tests. Before adding automated testing, we should make a few of them..
Its still worthwhile, cause it checks the syntax, if all models are sane and if migrations are properly applied by default. So why wait?
Added a couple of test cases. Will add some more soon (hopefully) ...
wercker offers a free CI/CD service for private repos, so we can use it to automate testing. I've setup the same on my fork (check the README) and it runs the tests as expected.
@ydidwania you can set it up on this repo too (would've done it, but it needs
admin
rights). You will need to set theWERCKER_SOURCE_DIR
environment variable to$WERCKER_ROOT/backend
. I've already added the YAML which should work as expected.