Skip to content

Commit cc023a4

Browse files
feat(fill,execute): add new zkevm marker (#1407)
Co-authored-by: danceratopz <[email protected]>
1 parent 6f5f0bd commit cc023a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/pytest_plugins/shared/execute_fill.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ def pytest_configure(config: pytest.Config):
8181
"markers",
8282
"execute: Markers to be added in execute mode only.",
8383
)
84+
config.addinivalue_line(
85+
"markers",
86+
"zkevm: Tests that are relevant to zkEVM.",
87+
)
8488

8589

8690
@pytest.fixture(autouse=True)

0 commit comments

Comments
 (0)