From 5823c0bdc8c576a8a21dc34f41f580046593dbc6 Mon Sep 17 00:00:00 2001 From: Colm O'Connor Date: Tue, 22 Sep 2015 19:11:06 +0800 Subject: [PATCH] Added README just for tests and upgraded unixpackage (to fix Mac OS bugs) --- {{cookiecutter.repo_name}}/tests/README.rst | 31 +++++++++++++++++++ .../tests/hitchreqs.txt | 3 +- 2 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 {{cookiecutter.repo_name}}/tests/README.rst diff --git a/{{cookiecutter.repo_name}}/tests/README.rst b/{{cookiecutter.repo_name}}/tests/README.rst new file mode 100644 index 000000000..b5403bfbc --- /dev/null +++ b/{{cookiecutter.repo_name}}/tests/README.rst @@ -0,0 +1,31 @@ +Hitch tests +=========== + +Note: This has been tested on up to date versions Debian, Ubuntu, Arch and +Mac OS X (Mavericks). + +To initialize and run the hitch tests in your project, enter this (tests) directory and +run the following command:: + + $ curl -sSL https://hitchtest.com/init.sh > init.sh ; chmod +x init.sh ; ./init.sh + +Note: if you are running Mac OS X you will need to install firefox as well. +You can do this while it is running. + +This should download install all the necessary packages and run the stub test. +It will take about 10 or 15 minutes to set up. + +Once it is ready, you should see a browser window and an interactive IPython prompt:: + + IPython 4.0.0 -- An enhanced Interactive Python. + ? -> Introduction and overview of IPython's features. + %quickref -> Quick reference. + help -> Python's own help system. + object? -> Details about 'object', use 'object??' for extra details. + + In [1]: + +For more documentation on hitch, see: https://hitchtest.readthedocs.org/en/latest/api/index.html + +If anything goes wrong during the set up process, please raise an issue at +https://github.com/hitchtest/hitch/issues diff --git a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt index 197264d66..a6125a695 100644 --- a/{{cookiecutter.repo_name}}/tests/hitchreqs.txt +++ b/{{cookiecutter.repo_name}}/tests/hitchreqs.txt @@ -38,5 +38,4 @@ six==1.9.0 tblib==1.1.0 tornado==4.2.1 traitlets==4.0.0 -unixpackage==0.3 -xeger==0.3 +unixpackage==0.3.2