Skip to content

Commit 9f62a56

Browse files
committed
Add short option for workflow environment
1 parent b162151 commit 9f62a56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@
4747

4848
def pytest_addoption(parser):
4949
parser.addoption(
50+
"-E",
5051
"--workflow-environment",
5152
default="local",
52-
help="Which workflow environment to use ('local', 'time-skipping', or target to existing server)",
53+
help="Which workflow environment to use ('local', 'time-skipping', or ip:port for existing server)",
5354
)
5455

5556

0 commit comments

Comments
 (0)