()
| 393 | |
| 394 | @pytest.fixture(scope="module") |
| 395 | def paid_media_info(): |
| 396 | return PaidMediaInfo( |
| 397 | star_count=PaidMediaInfoTestBase.star_count, |
| 398 | paid_media=PaidMediaInfoTestBase.paid_media, |
| 399 | ) |
| 400 | |
| 401 | |
| 402 | @pytest.fixture(scope="module") |
nothing calls this directly
no test coverage detected
searching dependent graphs…