Addresses PR comments

This commit is contained in:
onlinejudge95 2020-03-21 14:28:34 +05:30
parent adf3dc8572
commit 4d6a982976
1 changed files with 2 additions and 3 deletions

View File

@ -49,9 +49,8 @@ pip's tests are written using the :pypi:`pytest` test framework, :pypi:`mock`
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,
causing more time to finish.
It is preferable to run the tests in parallel for better experience during development,
since the tests can take a long time to finish when run sequentially.
To run tests locally, run:
.. code-block:: console