Skip to content

Commit

Permalink
TST: jail export test
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Apr 24, 2024
1 parent b3e32ca commit a14127a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import numpy as np
import pytest
from numpy.testing import assert_allclose

from jdaviz.core.marks import MarkersMark
Expand All @@ -20,6 +21,7 @@ def _assert_dict_allclose(dict1, dict2):
assert v == dict2.get(k)


@pytest.mark.usefixtures('_jail')
def test_markers_cubeviz(tmp_path, cubeviz_helper, spectrum1d_cube):
cubeviz_helper.load_data(spectrum1d_cube, "test")
fv = cubeviz_helper.app.get_viewer('flux-viewer')
Expand Down

0 comments on commit a14127a

Please # to comment.