Skip to content

Commit 9476343

Browse files
authored
[docs] Index.md pip library typo (#226)
`pytest_cases` is not an installable package via pip. I guess it should be `pytest-cases`
1 parent d84d8f3 commit 9476343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If `pytest-cases` helps you with your research work, don't hesitate to spread th
3030
## Installing
3131

3232
```bash
33-
> pip install pytest_cases
33+
> pip install pytest-cases
3434
```
3535

3636
Note: Installing pytest-cases has effects on the order of `pytest` tests execution, even if you do not use its features. One positive side effect is that it fixed [pytest#5054](https://github.com/pytest-dev/pytest/issues/5054). But if you see less desirable ordering please [report it](https://github.com/smarie/python-pytest-cases/issues).

0 commit comments

Comments
 (0)