Skip to content
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

Fix test that erroneously calls itself instead of waiting for pytest to call it #1742

Merged
merged 1 commit into from
May 5, 2023

Conversation

cspotcode
Copy link
Collaborator

test_sprite_gif was calling itself. This means a failure in that test would prevent any other tests from running.

You can verify this with pytest --collect-only tests This tells pytest to discover the list of tests but not run any of them. So it should not fail even if there are test failures.

@einarf
Copy link
Member

einarf commented May 5, 2023

Whops. That was me!

@einarf einarf merged commit b37250f into pythonarcade:development May 5, 2023
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.

None yet

4 participants