Skip to content

Commit

Permalink
Merge pull request #143 from jpgill86/interactive-mainviewer-tests
Browse files Browse the repository at this point in the history
Enable interactivity when running test_mainviewer.py manually
  • Loading branch information
jpgill86 committed Jan 23, 2021
2 parents 01a6d0b + 07ab46c commit cd1a6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ephyviewer/tests/test_mainviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ def test_save_load_params(interactive=False):


if __name__=='__main__':
test_mainviewer()
test_mainviewer2()
test_mainviewer(interactive=True)
test_mainviewer2(interactive=True)
test_save_load_params(interactive=True)

0 comments on commit cd1a6b0

Please sign in to comment.