chore: add pytest as dev dependency

This commit is contained in:
Roger Meier 2023-12-22 09:25:57 +01:00
parent ff3e7d4cc3
commit ecf017ba13
Failed to extract signature
3 changed files with 51 additions and 2 deletions

View file

@ -188,7 +188,7 @@ poetry install
Step 3: Test your change:
```
cd litellm/tests # pwd: Documents/litellm/litellm/tests
pytest .
poetry run pytest .
```
Step 4: Submit a PR with your changes! 🚀