(reference1: Reference)
| 42 | class TestRendeCol: |
| 43 | @staticmethod |
| 44 | def test_single(reference1: Reference) -> None: |
| 45 | assert render_col(reference1.col2) == '"id"' |
| 46 | |
| 47 | @staticmethod |
| 48 | def test_multiple(reference1: Reference) -> None: |
nothing calls this directly
no test coverage detected