We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c970ea commit f8f2ae3Copy full SHA for f8f2ae3
launch_testing/launch_testing/pytest/fixture.py
@@ -93,7 +93,7 @@ def fixture(
93
https://docs.pytest.org/en/latest/reference/reference.html#pytest-fixture.
94
95
:param decorated: object to be decorated.
96
- :param \*args: extra posicional arguments to be passed to pytest.fixture().
+ :param \*args: extra positional arguments to be passed to `pytest.fixture()`
97
:param shutdown_when_idle: when true, the launch service will shutdown when idle.
98
:param auto_shutdown: when true, the launch service will be shutdown automatically
99
after all pre-shutdown tests get run. If false, shutdown needs to be signaled in a
0 commit comments