Skip to content

Commit 3905967

Browse files
committed
update test
1 parent be940b5 commit 3905967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This project uses pytest for unit testing and flake8 for linting.
6868
Run tests and check coverage:
6969

7070
```Bash
71-
pytest --cov=.
71+
python -m pytest --cov=.
7272
```
7373

7474
Run linting:

0 commit comments

Comments
 (0)