diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-07-21 16:43:59 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-07-21 16:43:59 +0200 |
| commit | 10e035eaf93997a63a30687f6fe33b918714ba61 (patch) | |
| tree | 7bc04aceba74e15306e54b542414cdda99291de1 /index.html | |
| parent | 5e4bc16af3f5d0e6eca3ac95ddb89ef4331c8fb8 (diff) | |
| download | python-decorator-git-10e035eaf93997a63a30687f6fe33b918714ba61.tar.gz | |
First version of dispatch_on
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -375,7 +375,10 @@ the documentation, download the <a class="reference external" href="http://pypi. <h1>Testing</h1> <p>Run</p> <blockquote> -<cite>$ python test.py -v</cite></blockquote> +<cite>$ python src/tests/test.py -v</cite></blockquote> +<p>or (if you have setuptools installed)</p> +<blockquote> +<cite>$ python setup.py test</cite></blockquote> <p>Notice that you may run into trouble if in your system there is an older version of the decorator module; in such a case remove the old version. It is safe even to copy the module <cite>decorator.py</cite> over |
