Moved the tests directory from aider/tests/ to tests/

This commit is contained in:
Paul Gauthier (aider) 2024-07-15 08:40:10 +01:00
parent 2db74a7579
commit 7ece31c08a
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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