Skip to content

Commit

Permalink
activating workflows v5
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 26, 2024
1 parent 7619ee7 commit 14f4221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/interface/test_app_tmp.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

from qtpy import QtGui, QtWidgets # QtCore
from qtpy import QtWidgets # QtCore

class myApp(QtWidgets.QApplication):
def __init__(self, argv, deferFirstWindow=False):
Expand All @@ -10,5 +10,5 @@ def __init__(self, argv, deferFirstWindow=False):
def qapp_cls():
return myApp

def test_app(qtbot, qapp):
def test_app(qapp):
print(f'qapp is:{qapp}')

0 comments on commit 14f4221

Please sign in to comment.