Conversation
|
|
|
|
||
|
|
||
| @dataclasses.dataclass(frozen=True) | ||
| class EarlyFlakeDetectionSettings: |
There was a problem hiding this comment.
⚪ Code Quality Violation
Class EarlyFlakeDetectionSettings should have an init method (...read more)
Ensure that a class has an __init__ method. This check is bypassed when the class is a data class (annotated with @DataClass).
| if expected_retries > 0: | ||
| assert handler.should_retry() is False | ||
| else: | ||
| assert handler.should_retry() is False |
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 228 ± 3 ms. The average import time from base is: 243 ± 6 ms. The import time difference between this PR and base is: -14.5 ± 0.2 ms. Import time breakdownThe following import paths have shrunk:
|
|
|
|
|
|
This pull request has been automatically closed after a period of inactivity. |
Checklist
Reviewer Checklist