Skip to content

Commit 0b833a3

Browse files
committed
refactor tests into ./tests and ./tests/platform_independent for gh runners / cross platform testing
1 parent dae0413 commit 0b833a3

21 files changed

+1
-1
lines changed

.github/workflows/test-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: poetry install
4040

4141
- name: Run pytest
42-
run: poetry run pytest ./tests/test_formatter.py ./tests/test_license_matrix.py ./tests/test_packageinfo.py
42+
run: poetry run pytest ./tests/platform_independent
4343

4444
- name: Run ruff
4545
run: poetry run ruff check --output-format=github

tests/platform_independent/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)