mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-16 15:45:49 +01:00
7 lines
267 B
Python
7 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)
|