(self, _fields_)
| 284 | |
| 285 | @pytest.fixture |
| 286 | def table_count_fixture(self, _fields_): |
| 287 | font = _Font(None) |
| 288 | _fields_.return_value = (-666, 42) |
| 289 | expected_value = 42 |
| 290 | return font, expected_value |
| 291 | |
| 292 | # fixture components ----------------------------------- |
| 293 |