Skip to content

Commit 0a0c197

Browse files
committed
Remove unittests
1 parent b474fa8 commit 0a0c197

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,3 @@ jobs:
2626
python -m pip install wheel
2727
python -m pip install pygame-ce
2828
python -m pip install .
29-
- name: Run Tests
30-
run: python -m unittest

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ jobs:
2828
python -m pip install wheel
2929
python -m pip install pygame-ce
3030
python -m pip install .
31-
- name: Run Tests
32-
run: python -m unittest

.github/workflows/windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ jobs:
2121
py -${{ matrix.python-version }} -m pip install wheel
2222
py -${{ matrix.python-version }} -m pip install pygame-ce
2323
py -${{ matrix.python-version }} -m pip install .
24-
- name: Run Tests
25-
run: py -${{ matrix.python-version }} -m unittest

test/__init__.py

Whitespace-only changes.

test/test_particle_manager.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)