Skip to content

Commit 709c7a4

Browse files
committed
docs: Update methods to run tests
1 parent 93c103e commit 709c7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/reference.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@ You can run tests by executing:
545545

546546
.. code::
547547
548-
virtualenv env
548+
python -m venv env
549549
source env/bin/activate
550-
pip install -r tests/requirements.txt
551-
python ./run_tests.py
550+
pip install -r tests/requirements/base.txt
551+
pytest
552552

0 commit comments

Comments
 (0)