-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
simplify testing infrastructure (especially the AVAILABLE_MODELS dictionary) #1121
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1121 +/- ##
==========================================
- Coverage 43.22% 43.18% -0.04%
==========================================
Files 70 70
Lines 5777 5777
==========================================
- Hits 2497 2495 -2
- Misses 3280 3282 +2 ☔ View full report in Codecov by Sentry. |
tests/utils.py
Outdated
def slowdown(): | ||
"""Limit test execution rate | ||
|
||
Any test using this fixture will have a |
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.
Not a fixture anymore.... :-)
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.
:-) Cut and paste. Will update.
No description provided.