tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[pythonw.exe -m hermes_cli.main gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[C:\\Users\\me\\hermes\\venv\\Scripts\\pythonw.exe -m hermes_cli.main gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[python -m hermes_cli.main --profile work gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[python -m hermes_cli.main gateway run --replace]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[python -m hermes_cli/main.py gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[python gateway/run.py]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[hermes-gateway.exe]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[hermes gateway]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[hermes gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[hermes gateway --profile work run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[python -m hermes_cli.main gateway -p work run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[hermes gateway --profile=work run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[hermes -p gateway gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run[python -m hermes_cli.main --profile gateway gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run["C:\\Program Files\\Hermes\\hermes-gateway.exe"]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run["C:\\Program Files\\Hermes\\gateway\\run.py" run]
tests/gateway/test_gateway_command_line_matcher.py::test_accepts_real_gateway_run["C:\\Program Files\\Py\\pythonw.exe" -m hermes_cli.main gateway run]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[python -m tui_gateway]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[python -m hermes_cli.main gateway status]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[python -m hermes_cli.main gateway restart]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[python -m hermes_cli.main gateway stop]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[python -m hermes_cli.main --profile x dashboard]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[some random python -m mygateway thing]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[]
tests/gateway/test_gateway_command_line_matcher.py::test_rejects_non_gateway_run[None]

25 tests collected in 0.18s
