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 tests relying on a fixed execution order #293

Merged
merged 3 commits into from
May 15, 2024

Conversation

cvzi
Copy link
Contributor

@cvzi cvzi commented May 14, 2024

This fixes a minor problem in the test cases. With pytest the test cases are always executed in the same order. When tests were run manually in a different order, some tests could fail, because the emoji.config.* values were changed (or not changed) by previous tests. This PR should make the test cases independent of execution order.

lovetox and others added 3 commits April 29, 2024 23:44
By default pytest runs tests always in the same order. When tests were run manually in a different order, some tests occasionally failed, because the `emoji.config.*` values were changed by previous tests
@TahirJalilov TahirJalilov merged commit fd4230c into carpedm20:master May 15, 2024
8 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.

None yet

3 participants