Skip to content

Commit 030056c

Browse files
gurukamathCarsons-Eels
authored andcommitted
create EELS TransitionTool subclass
1 parent 68f6545 commit 030056c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

conftest.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import pytest
2+
from ethereum_spec_tools.evm_tools.t8n.transition_tool import EELST8N
3+
from ethereum_clis import TransitionTool
4+
5+
6+
@pytest.hookimpl(tryfirst=True)
7+
def pytest_configure(config):
8+
TransitionTool.set_default_tool(EELST8N)

0 commit comments

Comments
 (0)