mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
Merge pull request #2369 from josx/fix_contrib_pytest_filename
This commit is contained in:
commit
26f8e34dcb
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:
|
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 tests/basic/test_coder.py
|
||||||
pytest aider/tests/test_coder.py::TestCoder::test_specific_case
|
pytest tests/basic/test_coder.py::TestCoder::test_specific_case
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Continuous Integration
|
#### Continuous Integration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue