(testcase: DataDrivenTestCase)
| 811 | |
| 812 | |
| 813 | def is_incremental(testcase: DataDrivenTestCase) -> bool: |
| 814 | return "incremental" in testcase.name.lower() or "incremental" in testcase.file |
| 815 | |
| 816 | |
| 817 | def has_stable_flags(testcase: DataDrivenTestCase) -> bool: |
nothing calls this directly
no test coverage detected
searching dependent graphs…