mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
Moved the tests directory from aider/tests/ to tests/
This commit is contained in:
parent
2db74a7579
commit
7ece31c08a
2 changed files with 4 additions and 4 deletions
4
.github/workflows/ubuntu-tests.yml
vendored
4
.github/workflows/ubuntu-tests.yml
vendored
|
@ -38,5 +38,5 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --ignore=aider/tests/test_help.py
|
||||
pytest aider/tests/test_help.py
|
||||
pytest --ignore=tests/test_help.py
|
||||
pytest tests/test_help.py
|
||||
|
|
4
.github/workflows/windows-tests.yml
vendored
4
.github/workflows/windows-tests.yml
vendored
|
@ -38,6 +38,6 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --ignore=aider/tests/test_help.py
|
||||
pytest aider/tests/test_help.py
|
||||
pytest --ignore=tests/test_help.py
|
||||
pytest tests/test_help.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue