mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-06-04 06:52:25 +00:00
8 lines
267 B
Python
8 lines
267 B
Python
from buzz.widgets.transcription_tasks_table_widget import TranscriptionTasksTableWidget
|
|
|
|
|
|
class TestTranscriptionTasksTableWidget:
|
|
def test_can_create(self, qtbot, reset_settings):
|
|
widget = TranscriptionTasksTableWidget()
|
|
qtbot.add_widget(widget)
|