Skip to content

Commit d4fd9fa

Browse files
committed
Fixed test_dataframeeditor.py (qapp)
1 parent d6bb4b7 commit d4fd9fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guidata/tests/test_dataframeeditor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
def test_edit(data, title="", parent=None):
2323
"""Test subroutine"""
24-
app = qapplication() # analysis:ignore
2524
dlg = DataFrameEditor(parent=parent)
2625

2726
if dlg.setup_and_check(data, title=title):
@@ -35,6 +34,7 @@ def test_edit(data, title="", parent=None):
3534

3635
def test_dataframeeditor():
3736
"""DataFrame editor test"""
37+
app = qapplication() # analysis:ignore
3838

3939
df1 = DataFrame(
4040
[

0 commit comments

Comments
 (0)