()
| 1115 | # https://docs.pytest.org/en/latest/deprecations.html#calling-fixtures-directly |
| 1116 | @pytest.fixture |
| 1117 | def map_da(): |
| 1118 | return make_da() |
| 1119 | |
| 1120 | |
| 1121 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…