summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2015-07-21 16:43:59 +0200
committerMichele Simionato <michele.simionato@gmail.com>2015-07-21 16:43:59 +0200
commit10e035eaf93997a63a30687f6fe33b918714ba61 (patch)
tree7bc04aceba74e15306e54b542414cdda99291de1 /index.html
parent5e4bc16af3f5d0e6eca3ac95ddb89ef4331c8fb8 (diff)
downloadpython-decorator-git-10e035eaf93997a63a30687f6fe33b918714ba61.tar.gz
First version of dispatch_on
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index c826c5a..b7e165e 100644
--- a/index.html
+++ b/index.html
@@ -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