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 a3feffc commit a774591Copy full SHA for a774591
tests/plugin/test_inline.py
@@ -28,6 +28,7 @@ def tox_add_option(parser: ToxParser) -> None:
28
29
def test_toxfile_py_w_ephemeral_envs(tox_project: ToxProjectCreator) -> None:
30
"""Ensure additional ephemeral tox envs can be plugin-injected."""
31
+
32
def plugin() -> None: # pragma: no cover # the code is copied to a python file
33
from tox.config.loader.memory import MemoryLoader # noqa: PLC0415
34
from tox.plugin import impl # noqa: PLC0415
0 commit comments