We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d3859 commit d90d97bCopy full SHA for d90d97b
1 file changed
tests/regression/test_import_applications.py
@@ -4,7 +4,7 @@
4
import sys
5
6
7
-@pytest.fixture(params=["gusto", "thetis"])
+@pytest.fixture(params=["gusto", "thetis", "irksome", "icepack"])
8
def app(request):
9
return request.param
10
0 commit comments