randomwalker-io / random_walker

This is the repository for the web application Random Walker
2 stars 1 forks source link

Write basic unit test #177

Closed mkao006 closed 8 years ago

mkao006 commented 8 years ago

See writing tests and chapter 22 of Two Scoops of Django.

The aim is not to write all the test, but sufficient test and build up the testing framework.

mkao006 commented 8 years ago

No test written at this stage, but existing tests from the Django cookiecutter was ran successfully.

We will start writing new unit tests when re-writing the ProbLayer class and methods.