mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Merge branch 'main' of github.com:Aider-AI/aider
This commit is contained in:
commit
ecef784686
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