From 48b3076e65df981a1dbdd72f452297810b5742e8 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 12 Jul 2024 07:30:21 +0100 Subject: [PATCH] Configured Ubuntu and Windows test workflows to use pytest instead of unittest. --- .github/workflows/ubuntu-tests.yml | 2 +- .github/workflows/windows-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu-tests.yml b/.github/workflows/ubuntu-tests.yml index d21a7e906..903e807e3 100644 --- a/.github/workflows/ubuntu-tests.yml +++ b/.github/workflows/ubuntu-tests.yml @@ -37,4 +37,4 @@ jobs: - name: Run tests run: | - pytest aider/tests + pytest diff --git a/.github/workflows/windows-tests.yml b/.github/workflows/windows-tests.yml index be4380ccb..6948b52b3 100644 --- a/.github/workflows/windows-tests.yml +++ b/.github/workflows/windows-tests.yml @@ -37,4 +37,4 @@ jobs: - name: Run tests run: | - pytest aider/tests + pytest