fix: typo pytest filename

This commit is contained in:
José Luis Di Biase 2024-11-14 12:27:12 -03:00
parent 721d852cc7
commit e0c1b2458c

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