diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:42:47 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-23 11:42:47 -0700 |
commit | 71ca2b0022a10f6ba0c6647c5c68581ef9779fd0 (patch) | |
tree | d5ca572b5f56e4dafecaf4f1c136fc74862c36bb /README.rst | |
parent | 8f7b894eb3b50a08007e6e98dc4f3424dc1d32c4 (diff) |
Remove references to test.py, including overhaul of test tasks
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |