Skip to content

Commit 6747489

Browse files
raldone01displaylink-emajewsk
authored andcommitted
Add missing dependency for pytest.
1 parent 496bc4e commit 6747489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyevdi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ make install # Install PyEvdi
1818

1919
To run tests:
2020
```bash
21-
pip install pytest # Install test dependencies
22-
pytest test # Run tests
21+
pip install pytest pytest-mock # Install test dependencies
22+
pytest test # Run tests
2323
```
2424

2525
### Generate `compile_commands.json`

0 commit comments

Comments
 (0)