Skip to content

Commit 60eaddd

Browse files
committed
feat(tests): add upgrade_step3 mark to Plutus V3 test
Add the @pytest.mark.upgrade_step3 decorator to the test_plutusv3_builtins method in the Plutus V3 builtins test suite. This enables selective test execution for upgrade step 3 scenarios.
1 parent d839ad6 commit 60eaddd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardano_node_tests/tests/tests_plutus_v3/test_mint_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def run_scenario(
186186
@allure.link(helpers.get_vcs_link())
187187
@pytest.mark.long
188188
@pytest.mark.team_plutus
189+
@pytest.mark.upgrade_step3
189190
def test_plutusv3_builtins(
190191
self,
191192
update_cost_model: None, # noqa: ARG002

0 commit comments

Comments
 (0)