Skip to content

Commit 74f840f

Browse files
committed
fixing code-coverage
1 parent d2593a1 commit 74f840f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytestqt/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def qapp():
367367
yield app
368368
app.exit()
369369
else:
370-
yield app
370+
yield app # pragma: no cover
371371

372372

373373
@pytest.yield_fixture

0 commit comments

Comments
 (0)