Skip to content

Commit

Permalink
add mn to the gui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashergt committed Jul 19, 2023
1 parent 0ab5210 commit d6da757
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def close_figures_on_teardown():


@pytest.mark.parametrize('root', ["./tests/example_data/pc",
"./tests/example_data/mn",
"./tests/example_data/un"])
def test_gui(root):
if 'un' in root and 'h5py' not in sys.modules:
Expand Down Expand Up @@ -63,6 +64,7 @@ def test_gui(root):


@pytest.mark.parametrize('root', ["./tests/example_data/pc",
"./tests/example_data/mn",
"./tests/example_data/un"])
def test_gui_params(root):
if 'un' in root and 'h5py' not in sys.modules:
Expand All @@ -77,6 +79,7 @@ def test_gui_params(root):


@pytest.mark.parametrize('root', ["./tests/example_data/pc",
"./tests/example_data/mn",
"./tests/example_data/un"])
def test_slider_reset_range(root):
if 'un' in root and 'h5py' not in sys.modules:
Expand Down

0 comments on commit d6da757

Please sign in to comment.