(cls)
| 23 | class NonRecursiveTest(_fixtures.FixtureTest): |
| 24 | @classmethod |
| 25 | def setup_mappers(cls): |
| 26 | cls._setup_stock_mapping() |
| 27 | |
| 28 | @testing.combinations(selectinload, immediateload, argnames="loader") |
| 29 | def test_no_recursion_depth_non_self_referential(self, loader): |
nothing calls this directly
no test coverage detected