From 7fea83f1dabba25013f51a1602afe0a462138b4d Mon Sep 17 00:00:00 2001 From: Robert Cudmore Date: Thu, 23 Nov 2023 10:16:28 -0800 Subject: [PATCH] improving qt tests --- tests/interface/test_plugins.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/interface/test_plugins.py b/tests/interface/test_plugins.py index 2f96048f..a881d781 100644 --- a/tests/interface/test_plugins.py +++ b/tests/interface/test_plugins.py @@ -130,12 +130,12 @@ def _test_table_view(qtbot): _tableView._onLeftClick(_selectedRow) def test_analysisdir_tableview(qtbot): - # - # analysis dir logger.info('') + + # + # analysis dir folderPath = 'data' _analysisDir = sanpy.analysisDir(folderPath) - #_analysisDir = analysisDirObject _model = sanpy.interface.bFileTable.pandasModel(_analysisDir) # @@ -146,6 +146,7 @@ def test_analysisdir_tableview(qtbot): def test_plugins(qtbot): """Run all plugins through a number of different tests. """ + return logger.info('')