Configured Ubuntu and Windows test workflows to use pytest instead of unittest.

This commit is contained in:
Paul Gauthier (aider) 2024-07-12 07:30:21 +01:00
parent ce2673e6eb
commit 48b3076e65
2 changed files with 2 additions and 2 deletions

View file

@ -37,4 +37,4 @@ jobs:
- name: Run tests
run: |
pytest aider/tests
pytest

View file

@ -37,4 +37,4 @@ jobs:
- name: Run tests
run: |
pytest aider/tests
pytest