Skip to content

Commit 402be35

Browse files
committed
update instruction to run test
1 parent 3f916b8 commit 402be35

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Install
1+
# Running Tests Locally
22

3-
`pip install pytest pytest-cov`
3+
To run the tests first install `pytest`:
44

5-
# Run
5+
```pip install pytest pytest-cov```
66

7-
`pytest --cov=fastdup`
7+
Then `cd` into the fastdup repo root directory and run:
8+
9+
```pytest --cov=fastdup```

0 commit comments

Comments
 (0)