summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-23 11:42:47 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-23 11:42:47 -0700
commit71ca2b0022a10f6ba0c6647c5c68581ef9779fd0 (patch)
treed5ca572b5f56e4dafecaf4f1c136fc74862c36bb /README.rst
parent8f7b894eb3b50a08007e6e98dc4f3424dc1d32c4 (diff)
downloadparamiko-71ca2b0022a10f6ba0c6647c5c68581ef9779fd0.tar.gz
Remove references to test.py, including overhaul of test tasks
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index dd97043e..6e49bd68 100644
--- a/README.rst
+++ b/README.rst
@@ -132,6 +132,7 @@ doc/ folder.
There are also unit tests here::
- $ python ./test.py
+ $ pip install -r dev-requirements.txt
+ $ pytest
Which will verify that most of the core components are working correctly.