Addresses PR comments

This commit is contained in:
onlinejudge95 2020-03-21 13:30:26 +05:30
parent c387d8e766
commit 3cadfd2e80
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ and :pypi:`pretend`. :pypi:`tox` is used to automate the setup and execution of
pip's tests.
It is preferable to run the tests in **parallel** for better user experience during development,
as the test suite is very extensive. WIthout the `-n auto` your tests would be running sequentially,
as the test suite is very extensive. Without the `-n auto` your tests would be running sequentially,
causing more time to finish.
To run tests locally, run:
.. code-block:: console

View File

@ -1 +1 @@
Rephrases test execution command
Rephrases test execution command