()
| 126 | |
| 127 | @pytest.fixture(scope="module") |
| 128 | def business_location(): |
| 129 | return BusinessLocation( |
| 130 | BusinessTestBase.address, |
| 131 | BusinessTestBase.location, |
| 132 | ) |
| 133 | |
| 134 | |
| 135 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected
searching dependent graphs…