Merge pull request #2880 from kira0204/update-readme

Updating Readme for better testing
This commit is contained in:
Aldo Cortesi 2018-02-25 10:10:21 +13:00 committed by GitHub
commit fecdd77a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,12 @@ requirements installed, and you can run the full test suite (including tests for
tox
To run complete tests with a full coverage report, you can use the following command:
.. code-block:: bash
tox -- --verbose --cov-report=term
For speedier testing, we recommend you run `pytest`_ directly on individual test files or folders:
.. code-block:: bash