Skip to content

Commit 6209ff2

Browse files
authored
Merge pull request #42 from gdcc/poetry-run-pytest
Use `poetry run pytest` in README
2 parents 87c694d + 1ae8830 commit 6209ff2

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
@@ -205,7 +205,7 @@ export DVUPLOADER_TESTING=true
205205
**3. Run the test(s) with pytest**
206206

207207
```bash
208-
python -m pytest -v
208+
poetry run pytest
209209
```
210210

211211
### Linting

0 commit comments

Comments
 (0)