()
| 117 | |
| 118 | @pytest.fixture(scope="module") |
| 119 | def business_intro(): |
| 120 | return BusinessIntro( |
| 121 | BusinessTestBase.title, |
| 122 | BusinessTestBase.message, |
| 123 | BusinessTestBase.sticker, |
| 124 | ) |
| 125 | |
| 126 | |
| 127 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected
searching dependent graphs…