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 6e7140e commit e91d29bCopy full SHA for e91d29b
src/cli/pytest_commands/processors.py
@@ -107,7 +107,7 @@ def process_args(self, args: List[str]) -> List[str]:
107
if self.command_name == "engine":
108
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine.conftest"])
109
elif self.command_name == "enginex":
110
- modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine_reorg.conftest"])
+ modified_args.extend(["-p", "pytest_plugins.consume.simulators.enginex.conftest"])
111
elif self.command_name == "rlp":
112
modified_args.extend(["-p", "pytest_plugins.consume.simulators.rlp.conftest"])
113
else:
0 commit comments