|
12 | 12 | class TestPlutus(TestBase): |
13 | 13 | @retry(tries=TEST_RETRIES, backoff=1.5, delay=6, jitter=(0, 4)) |
14 | 14 | def test_plutus_v1(self): |
15 | | - |
16 | 15 | # ----------- Giver give --------------- |
17 | 16 |
|
18 | 17 | with open("./plutus_scripts/fortytwo.plutus", "r") as f: |
@@ -97,7 +96,6 @@ def test_plutus_v1(self): |
97 | 96 | @retry(tries=TEST_RETRIES, backoff=1.5, delay=6, jitter=(0, 4)) |
98 | 97 | @pytest.mark.post_alonzo |
99 | 98 | def test_plutus_v2_datum_hash(self): |
100 | | - |
101 | 99 | # ----------- Giver give --------------- |
102 | 100 |
|
103 | 101 | with open("./plutus_scripts/fortytwoV2.plutus", "r") as f: |
@@ -173,7 +171,6 @@ def test_plutus_v2_datum_hash(self): |
173 | 171 | @retry(tries=TEST_RETRIES, backoff=1.5, delay=6, jitter=(0, 4)) |
174 | 172 | @pytest.mark.post_alonzo |
175 | 173 | def test_plutus_v2_inline_script_inline_datum(self): |
176 | | - |
177 | 174 | # ----------- Giver give --------------- |
178 | 175 |
|
179 | 176 | with open("./plutus_scripts/fortytwoV2.plutus", "r") as f: |
@@ -237,7 +234,6 @@ def test_plutus_v2_inline_script_inline_datum(self): |
237 | 234 | @retry(tries=TEST_RETRIES, backoff=1.5, delay=6, jitter=(0, 4)) |
238 | 235 | @pytest.mark.post_alonzo |
239 | 236 | def test_plutus_v2_ref_script(self): |
240 | | - |
241 | 237 | # ----------- Create a reference script --------------- |
242 | 238 |
|
243 | 239 | with open("./plutus_scripts/fortytwoV2.plutus", "r") as f: |
|
0 commit comments