Merge pull request #9119 from colesmcintosh/fix-pr-template

docs(pr-template): update unit test command in checklist
This commit is contained in:
Ishaan Jaff
2025-03-10 20:07:03 -07:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@
- [ ] I have Added testing in the `tests/litellm/` directory, **Adding at least 1 test is a hard requirement** - [see details](https://docs.litellm.ai/docs/extras/contributing_code)
- [ ] I have added a screenshot of my new test passing locally
- [ ] My PR passes all unit tests on (`make unit-test`)[https://docs.litellm.ai/docs/extras/contributing_code]
- [ ] My PR passes all unit tests on (`make test-unit`)[https://docs.litellm.ai/docs/extras/contributing_code]
- [ ] My PR's scope is as isolated as possible, it only solves 1 specific problem