Added note to the README about hitch not running on windows, and instructions on how to install the test runner.

This commit is contained in:
Colm O'Connor 2015-08-04 23:47:37 +08:00
parent 3f2484d75c
commit a8836b390b

View File

@ -155,6 +155,12 @@ It's time to write the code!!!
Running end to end integration tests
------------------------------------
N.B. The integration tests will not run on Windows.
To install the test runner::
$ sudo pip install hitch
To run the tests, enter the {{cookiecutter.repo_name}}/tests directory and run the following commands::
$ hitch init