Skip to content

Commit 604b7e1

Browse files
committed
Add pytest marker to neutron_pd_cwl_lbco_crysfml test
1 parent ab5a3fe commit 604b7e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/fitting/test_switch-calculator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33

44
import tempfile
55

6+
import pytest
67
from numpy.testing import assert_almost_equal
78

89

910
TEMP_DIR = tempfile.gettempdir()
1011

1112

13+
@pytest.mark.fast
1214
def test_neutron_pd_cwl_lbco_crysfml(tmp_path) -> None:
1315
import easydiffraction as ed
1416

0 commit comments

Comments
 (0)