Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: don't lock funds on testnets #2868

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cardano_node_tests/tests/tests_plutus/test_spend_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,6 @@ def test_two_scripts_spending(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS3_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_always_fails(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -689,7 +688,6 @@ def test_always_fails(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS3_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_script_invalid(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -846,7 +844,6 @@ def test_txout_token_locking(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS3_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_partial_spending(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class TestCompatibility:
reason="doesn't run with Tx era > Alonzo",
)
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_plutusv2_old_tx_era(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class TestCompatibility:
reason="doesn't run with Tx era > Alonzo",
)
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_plutusv2_old_tx_era(
self,
Expand Down Expand Up @@ -100,7 +99,6 @@ def test_plutusv2_old_tx_era(
reason="runs only with Tx era < Alonzo",
)
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_plutusv1_old_tx_era(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class TestDatum:

@allure.link(helpers.get_vcs_link())
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_datum_on_key_credential_address(
self,
Expand Down Expand Up @@ -188,7 +187,6 @@ def pbt_script_addresses(
@pytest.mark.parametrize("address_type", ("script_address", "key_address"))
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_no_datum_txout(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -329,7 +327,6 @@ def test_lock_tx_invalid_datum(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_unlock_tx_wrong_datum(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -390,7 +387,6 @@ def test_unlock_tx_wrong_datum(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_unlock_non_script_utxo(
self,
cluster: clusterlib.ClusterLib,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class TestDatum:

@allure.link(helpers.get_vcs_link())
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_datum_on_key_credential_address(
self,
Expand Down Expand Up @@ -126,7 +125,6 @@ def pbt_script_addresses(
@pytest.mark.parametrize("address_type", ("script_address", "key_address"))
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_no_datum_txout(
self,
cluster: clusterlib.ClusterLib,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class TestNegative:
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_wrong_script(
self,
Expand Down Expand Up @@ -108,7 +107,6 @@ def test_wrong_script(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_no_script(
self,
Expand Down Expand Up @@ -162,7 +160,6 @@ def test_no_script(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS3_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_collateral_w_tokens(
self,
Expand Down Expand Up @@ -238,7 +235,6 @@ def test_collateral_w_tokens(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS3_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_same_collateral_txin(
self,
Expand Down Expand Up @@ -312,7 +308,6 @@ def test_same_collateral_txin(
)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
@pytest.mark.dbsync
def test_invalid_guessing_game(
self,
Expand Down Expand Up @@ -386,7 +381,6 @@ def test_invalid_guessing_game(
@allure.link(helpers.get_vcs_link())
@common.PARAM_PLUTUS3_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_two_scripts_spending_one_fail(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -660,7 +654,6 @@ def _int_out_of_range(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_wrong_value_inside_range(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -726,7 +719,6 @@ def test_wrong_value_inside_range(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_wrong_value_above_range(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -764,7 +756,6 @@ def test_wrong_value_above_range(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_wrong_value_bellow_range(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -801,7 +792,6 @@ def test_wrong_value_bellow_range(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_wrong_type(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -855,7 +845,6 @@ def test_wrong_type(
@common.hypothesis_settings(max_examples=100)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_too_big(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -912,7 +901,6 @@ def test_too_big(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_json_schema_typed_int_bytes_declared(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -969,7 +957,6 @@ def test_json_schema_typed_int_bytes_declared(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_json_schema_untyped_int_bytes_declared(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -1026,7 +1013,6 @@ def test_json_schema_untyped_int_bytes_declared(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_json_schema_typed_bytes_int_declared(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -1084,7 +1070,6 @@ def test_json_schema_typed_bytes_int_declared(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_json_schema_untyped_bytes_int_declared(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -1142,7 +1127,6 @@ def test_json_schema_untyped_bytes_int_declared(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_invalid_json(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -1196,7 +1180,6 @@ def test_invalid_json(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_json_schema_typed_invalid_type(
self,
cluster: clusterlib.ClusterLib,
Expand Down Expand Up @@ -1255,7 +1238,6 @@ def test_json_schema_typed_invalid_type(
@common.hypothesis_settings(max_examples=200)
@common.PARAM_PLUTUS_VERSION
@pytest.mark.smoke
@pytest.mark.testnets
def test_json_schema_untyped_invalid_type(
self,
cluster: clusterlib.ClusterLib,
Expand Down
Loading
Loading