mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 17:44:59 +00:00
fix: typo pytest filename
This commit is contained in:
parent
721d852cc7
commit
e0c1b2458c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue