Searched refs:PYTEST_PLUGIN_INSTALLED (Results 1 – 2 of 2) sorted by relevance
63 PYTEST_PLUGIN_INSTALLED = 'pytest-twister-harness' in installed_packages variable986 if on_init and not options.allow_installed_plugin and PYTEST_PLUGIN_INSTALLED:992 elif on_init and options.allow_installed_plugin and PYTEST_PLUGIN_INSTALLED:
21 from twisterlib.environment import PYTEST_PLUGIN_INSTALLED, ZEPHYR_BASE530 if not PYTEST_PLUGIN_INSTALLED: