All of this should be fairly straight-forward. I removed the old fixtures folder and re-created the app it used with a helper function instead. We should be using the factories in the fixtures module instead going forward.
I'm also going to split up the tests, views and models into separate files in a future commit as I think the current files are starting to get too big.
Prepared for testing javascript modules using mocha and phantomjs.
To run tests make sure you got all python requirements and node.js installed:
$ make test
If necessary npm will install requirements for phantom.js.
All of this should be fairly straight-forward. I removed the old fixtures folder and re-created the app it used with a helper function instead. We should be using the factories in the
fixtures
module instead going forward.I'm also going to split up the tests, views and models into separate files in a future commit as I think the current files are starting to get too big.
Prepared for testing javascript modules using mocha and phantomjs. To run tests make sure you got all python requirements and node.js installed:
$ make test
If necessary npm will install requirements for phantom.js.