-
Notifications
You must be signed in to change notification settings - Fork 6k
Improve tests #2480
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
Improve tests #2480
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Looks like you edited the (dev) requirements or the pre-commit hooks. I'm just a friendly reminder to keep the pre-commit hook versions in sync with the dev requirements and the additional dependencies for the hooks in sync with the requirements :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool stuff! 🦾 (I see succeeding tests ❤️ )
about flaky: tests that don't make a requests to TG shouldn't be flaky. the idea behind flaky is to make non-deterministic tests more stable. I can agree to the conversation timeout thingy, because timing is not always really deterministic but IISC the other two tests shouldn't be flaky and I don't recall them being unreliable for me …
Removes the pytest-timeout plugin, since we have have patient_request_wrapper, which already handles timeout errors. Also stops tests from failing unnecessarily!