-
Notifications
You must be signed in to change notification settings - Fork 4
Buggy Tests #482
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
Comments
Which test fails specifically? There are multiple tests with that name. |
this test fails: tests/safeds/data/tabular/containers/_table/test_plot_correlation_heatmap.py could be something with my setup, I get this Error: This probably means that Tcl wasn't installed properly. |
It could be related to pypa/virtualenv#93. I've also encountered this when running the tests from the command line sometimes (but never when running the tests using a run configuration in PyCharm). Since the linked issue is now more than 12 years old, I wouldn't get my hopes up that this gets fixed anytime soon. I'm closing this, since there's nothing we can do to fix this besides not using |
I may have a fix for this. |
Closes #482 Closes #483 ### Summary of Changes * Use [sypury](https://github.com/tophat/syrupy) snapshot tests for images. Run `pytest --snapshot-update` to update snapshots after changes. * Fix random test failures due to TCL when running tests in a terminal --------- Co-authored-by: megalinter-bot <[email protected]>
🎉 This issue has been resolved in version 0.16.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Describe the bug
The test: test_should_match_snapshot sometimes runs through and sometimes doesnt. After running the tests a few times, there seems to be no more trouble and just gives warning.
To Reproduce
Expected behavior
Expect the test to run through
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: