mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03: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
|
@ -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 New Issue
Block a user