Skip to content

switch test runner to pytest #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2025
Merged

switch test runner to pytest #214

merged 2 commits into from
Jun 17, 2025

Conversation

davidszotten
Copy link
Contributor

stop using the deprecated setup.py test. this is a first step towards
moving to static package metadata

note that this only changes the test runner, but makes no (well minimal) changes to the test suite itself to e.g. make use of pytest features like assert rewriting or fixtures

stop using the deprecated `setup.py test`. this is a first step towards
moving to static package metadata
pytest executes the tests in a different order and this test was hard
coding ids which depend on the execution order
@palewire
Copy link
Owner

Great. Thank you.

@palewire palewire merged commit 94e117d into palewire:main Jun 17, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants