mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

Standalone testing for friendface #73

Closed gaqzi closed 11 years ago

gaqzi commented 11 years ago

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.