You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/running_tests.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ in from a terminal in the root directory of QuGrad to execute the tests for your
19
19
To execute the tests with [pytest](https://docs.pytest.org) you will need to set up a python environment with QuGrad and the packages in `texts/requirements.txt`. For example, you can run
20
20
```bash
21
21
pip install ./
22
-
pip install tests/requirements.txt
22
+
pip install -r tests/requirements.txt
23
23
```
24
24
from the root directory of QuGrad to install all the requirements. Next the tests can be executed with the command
25
25
```bash
@@ -29,4 +29,4 @@ from the root directory of QuGrad.
0 commit comments