Skip to content

Commit fdf0f92

Browse files
committed
running the tests in a virgin environment
1 parent f06a896 commit fdf0f92

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ Information on [contributing](CONTRIBUTING.md).
1717

1818
## Testing
1919

20-
Use the command `pytest tests` to run the tests for this project.
20+
To run the tests,
21+
22+
virtualenv venv
23+
. venv/bin/activate
24+
pip install -r requirements.txt
25+
pytest tests
26+
deactivate
27+
28+
to run the tests for this project.

0 commit comments

Comments
 (0)