Skip to content

Commit 9336371

Browse files
authored
Merge pull request #521 from JaskRendix/tests
Switch test suite to pytest and update CI workflow to support pytest
2 parents 90e4a58 + 0d48ecd commit 9336371

32 files changed

Lines changed: 11001 additions & 12670 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
python: [ 3.9, '3.10', '3.11', '3.12', '3.13' ]
2121
with:
2222
env-vars: |
23-
SDL_AUDIODRIVER=disk
23+
SDL_AUDIODRIVER=dummy
2424
SDL_VIDEODRIVER=dummy
2525
install-extras: test
2626
os: ubuntu-latest
2727
python-version: ${{ matrix.python }}
28+
engine: pytest
2829

2930
codeql:
3031
uses: ppizarror/workflow-actions/.github/workflows/codeql.yml@master

0 commit comments

Comments
 (0)