mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-15 07:53:09 +00:00
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:
parent
3f2484d75c
commit
a8836b390b
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue