Skip to content

Commit a1da4ff

Browse files
committed
refactor(consume): add pytest_hive plugin to enginex simulator conftest
Complete the plugin registration refactor by adding pytest_hive plugin to the enginex simulator conftest file for consistency with other simulators.
1 parent 04e8751 commit a1da4ff

File tree

1 file changed

+1
-0
lines changed
  • src/pytest_plugins/consume/simulators/enginex

1 file changed

+1
-0
lines changed

src/pytest_plugins/consume/simulators/enginex/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
logger = logging.getLogger(__name__)
1717

1818
pytest_plugins = (
19+
"pytest_plugins.pytest_hive.pytest_hive",
1920
"pytest_plugins.consume.simulators.base",
2021
"pytest_plugins.consume.simulators.multi_test_client",
2122
"pytest_plugins.consume.simulators.test_case_description",

0 commit comments

Comments
 (0)