mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
use pytest.ini testpaths to order testing
This commit is contained in:
parent
2d09af61ba
commit
896e79bcd1
16 changed files with 6 additions and 4 deletions
3
.github/workflows/ubuntu-tests.yml
vendored
3
.github/workflows/ubuntu-tests.yml
vendored
|
@ -38,5 +38,4 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --ignore=tests/test_help.py
|
||||
pytest tests/test_help.py
|
||||
pytest
|
||||
|
|
3
.github/workflows/windows-tests.yml
vendored
3
.github/workflows/windows-tests.yml
vendored
|
@ -38,6 +38,5 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --ignore=tests/test_help.py
|
||||
pytest tests/test_help.py
|
||||
pytest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue