Skip to content

Commit b81e9ee

Browse files
black format
1 parent e0eaf0b commit b81e9ee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

test_suite/conftest.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66

77
def pytest_addoption(parser):
88
parser.addoption(
9-
"--sim_dir", action="store", default=".", help="Home directory of run (where param.nml sits)"
9+
"--sim_dir",
10+
action="store",
11+
default=".",
12+
help="Home directory of run (where param.nml sits)" "--sea_level",
13+
action="store",
14+
default=0.97,
15+
help="Expected sea level (0.97 m is default)",
1016
)
1117

1218

0 commit comments

Comments
 (0)