MCPcopy
hub / github.com/chidiwilliams/buzz / widget

Function widget

tests/widgets/transcription_tasks_table_widget_test.py:195–200  ·  view source on GitHub ↗
(qtbot, db)

Source from the content-addressed store, hash-verified

193
194@pytest.fixture
195def widget(qtbot, db):
196 w = TranscriptionTasksTableWidget()
197 qtbot.addWidget(w)
198 w.model().select()
199 assert w.model().rowCount() == 2
200 return w
201
202
203class TestTranscriptionTasksTableWidget:

Callers

nothing calls this directly

Calls 2

modelMethod · 0.80

Tested by

no test coverage detected