(cls, expected: bool)
| 49 | ], |
| 50 | ) |
| 51 | def test_has_async_methods(cls, expected: bool) -> None: |
| 52 | assert has_async_methods(cls) is expected |
| 53 | |
| 54 | |
| 55 | def test_sync_to_async_is_cached() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…