Skip to content

Commit

Permalink
improving qt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Nov 23, 2023
1 parent d2efbc3 commit 7fea83f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/interface/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

#
Expand All @@ -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('')
Expand Down

0 comments on commit 7fea83f

Please sign in to comment.