fixing typo in documentation pytest -> poetry

pull/345/head
mgaughan 2025-07-22 17:20:59 -04:00
rodzic f2eb9ef784
commit 65e222e177
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -8,7 +8,7 @@
## Running Tests
1. Make sure you've installed the dev dependencies with `pytest install --with dev`
1. Make sure you've installed the dev dependencies with `poetry install --with dev`
2. Tests can be run as follows:
```{code} bash
#### Command prefix of 'poetry run' removed here for simplicity