Merge pull request #2369 from josx/fix_contrib_pytest_filename

This commit is contained in:
paul-gauthier 2024-11-14 07:33:53 -08:00 committed by GitHub
commit 26f8e34dcb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -187,8 +187,8 @@ pytest
You can also run specific test files or test cases by providing the file path or test name:
```
pytest aider/tests/test_coder.py
pytest aider/tests/test_coder.py::TestCoder::test_specific_case
pytest tests/basic/test_coder.py
pytest tests/basic/test_coder.py::TestCoder::test_specific_case
```
#### Continuous Integration