Skip to content

Commit

Permalink
Add pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Oct 28, 2023
1 parent bc8dce8 commit 4ab3825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/widgets/main_window_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ def test_should_set_window_title_and_icon(self, qtbot):
assert window.windowIcon().pixmap(QSize(64, 64)).isNull() is False
window.close()

# @pytest.mark.skip(reason='Timing out or crashing')
def test_should_run_transcription_task(self, qtbot: QtBot, tasks_cache):
window = MainWindow(tasks_cache=tasks_cache)
qtbot.add_widget(window)

self._start_new_transcription(window)

Expand All @@ -79,6 +77,7 @@ def test_should_run_transcription_task(self, qtbot: QtBot, tasks_cache):
table_widget.indexFromItem(table_widget.item(0, 1))
)
assert open_transcript_action.isEnabled()
window.close()

# @pytest.mark.skip(reason='Timing out or crashing')
def test_should_run_and_cancel_transcription_task(self, qtbot, tasks_cache):
Expand Down

0 comments on commit 4ab3825

Please sign in to comment.