From a8836b390b142b97c3e2edd537a388ab59e55129 Mon Sep 17 00:00:00 2001 From: Colm O'Connor Date: Tue, 4 Aug 2015 23:47:37 +0800 Subject: [PATCH] Added note to the README about hitch not running on windows, and instructions on how to install the test runner. --- {{cookiecutter.repo_name}}/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/{{cookiecutter.repo_name}}/README.rst b/{{cookiecutter.repo_name}}/README.rst index ecb5f42b..ba9f4d1f 100644 --- a/{{cookiecutter.repo_name}}/README.rst +++ b/{{cookiecutter.repo_name}}/README.rst @@ -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