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 d99ce2a commit 92c25d0Copy full SHA for 92c25d0
src/pytest_plugins/consume/simulators/hive_tests/test_via_engine.py
@@ -5,6 +5,8 @@
5
Each `engine_newPayloadVX` is verified against the appropriate VALID/INVALID responses.
6
"""
7
8
+import pytest
9
+
10
from ethereum_test_exceptions import UndefinedException
11
from ethereum_test_fixtures import BlockchainEngineFixture, BlockchainEngineXFixture
12
from ethereum_test_fixtures.blockchain import FixtureHeader
@@ -27,6 +29,7 @@ def __init__(self, *args: object) -> None:
27
29
logger.fail(str(self))
28
30
31
32
+@pytest.mark.usefixtures("hive_test")
33
def test_blockchain_via_engine(
34
timing_data: TimingData,
35
eth_rpc: EthRPC,
0 commit comments