Skip to content

Commit d90d97b

Browse files
committed
Test that irksome and icepack are importable
Run on Jenkins to test --install XXX option.
1 parent 97d3859 commit d90d97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/regression/test_import_applications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66

7-
@pytest.fixture(params=["gusto", "thetis"])
7+
@pytest.fixture(params=["gusto", "thetis", "irksome", "icepack"])
88
def app(request):
99
return request.param
1010

0 commit comments

Comments
 (0)