Skip to content

Commit

Permalink
refactor tests into ./tests and ./tests/platform_independent for gh r…
Browse files Browse the repository at this point in the history
…unners / cross platform testing
  • Loading branch information
FredHappyface committed Oct 9, 2024
1 parent dae0413 commit 0b833a3
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: poetry install

- name: Run pytest
run: poetry run pytest ./tests/test_formatter.py ./tests/test_license_matrix.py ./tests/test_packageinfo.py
run: poetry run pytest ./tests/platform_independent

- name: Run ruff
run: poetry run ruff check --output-format=github
Expand Down
Empty file.
File renamed without 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.
File renamed without 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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b833a3

Please sign in to comment.