diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out b/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out deleted file mode 100644 index efe5e0feab2e31c40cdf1aea5924b26ceee14d02..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out +++ /dev/null @@ -1,5 +0,0 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/fail.tz] - -Well typed -Gas remaining: 1039998.449 units remaining -{ parameter unit ; storage unit ; code { FAIL } } diff --git a/tests_python/tests_014/test_contract.py b/tests_python/tests_014/test_contract.py index adb8f207f43a59fd68b965b24fa496335b5a36ee..03ecffb717683cba43348170f0c4659772a5b357 100644 --- a/tests_python/tests_014/test_contract.py +++ b/tests_python/tests_014/test_contract.py @@ -377,20 +377,6 @@ class TestExecutionOrdering: assert client.get_storage(storer) == '"{}"'.format(expected) -@pytest.mark.contract -@pytest.mark.regression -class TestTypecheck: - """Regression testing of Michelson typechecking""" - - @pytest.mark.parametrize("contract", all_contracts()) - def test_typecheck(self, client_regtest: Client, contract): - client = client_regtest - assert contract.endswith( - '.tz' - ), "test contract should have .tz extension" - client.typecheck(os.path.join(CONTRACT_PATH, contract), details=True) - - @pytest.mark.slow @pytest.mark.contract class TestContracts: diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out b/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out deleted file mode 100644 index 4109378a7e74d3a92ae2bc56ee06b0957157dc97..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out +++ /dev/null @@ -1,5 +0,0 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/fail.tz] - -Well typed -Gas remaining: 1039998.449 units remaining -{ parameter unit ; storage unit ; code { FAIL } } diff --git a/tests_python/tests_015/test_contract.py b/tests_python/tests_015/test_contract.py index adb8f207f43a59fd68b965b24fa496335b5a36ee..03ecffb717683cba43348170f0c4659772a5b357 100644 --- a/tests_python/tests_015/test_contract.py +++ b/tests_python/tests_015/test_contract.py @@ -377,20 +377,6 @@ class TestExecutionOrdering: assert client.get_storage(storer) == '"{}"'.format(expected) -@pytest.mark.contract -@pytest.mark.regression -class TestTypecheck: - """Regression testing of Michelson typechecking""" - - @pytest.mark.parametrize("contract", all_contracts()) - def test_typecheck(self, client_regtest: Client, contract): - client = client_regtest - assert contract.endswith( - '.tz' - ), "test contract should have .tz extension" - client.typecheck(os.path.join(CONTRACT_PATH, contract), details=True) - - @pytest.mark.slow @pytest.mark.contract class TestContracts: diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out deleted file mode 100644 index 6af222cd59dfce9ed4988fd135f3240e61d5d5e1..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out +++ /dev/null @@ -1,12 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/empty.tz] - -Well typed -Gas remaining: 1039997.907 units remaining -{ parameter unit ; - storage unit ; - code { CDR - /* [ unit ] */ ; - NIL operation - /* [ list operation : unit ] */ ; - PAIR - /* [ pair (list operation) unit ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out deleted file mode 100644 index c91d66d981050f87e6e29faf14ff5e5bdd4d89be..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out +++ /dev/null @@ -1,12 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/id.tz] - -Well typed -Gas remaining: 1039997.907 units remaining -{ parameter string ; - storage string ; - code { CAR - /* [ string ] */ ; - NIL operation - /* [ list operation : string ] */ ; - PAIR - /* [ pair (list operation) string ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out deleted file mode 100644 index 7f6f9a884c8c99cbf24aacc87d5b331f44caee9a..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out +++ /dev/null @@ -1,120 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/big_map_entrypoints.tz] - -Well typed -Gas remaining: 1039953.156 units remaining -{ storage (pair (big_map string nat) (big_map string nat)) ; - parameter - (or (unit %default - /* [ list operation : big_map string nat ] */) - (or (or %mem - (string %mem_left) - (string %mem_right) - /* [ pair (list operation) (big_map string nat) ] */) - (or (or %add (pair %add_left string nat) (pair %add_right string nat)) - (or %rem (string %rem_left) (string %rem_right)))) - /* [ big_map string nat ] */) - /* [ string : big_map string nat ] */ ; - code { UNPAIR - /* [ or unit - (or (or string string) (or (or (pair string nat) (pair string nat)) (or string string))) - : pair (big_map string nat) (big_map string nat) ] */ ; - IF_LEFT - { DROP - /* [ pair (big_map string nat) (big_map string nat) ] */ ; - DUP - /* [ pair (big_map string nat) (big_map string nat) - : pair (big_map string nat) (big_map string nat) ] */ ; - CAR - /* [ big_map string nat : pair (big_map string nat) (big_map string nat) ] */ ; - PUSH mutez - 0 - /* [ mutez : big_map string nat - : pair (big_map string nat) (big_map string nat) ] */ ; - NONE key_hash - /* [ option key_hash : mutez : big_map string nat - : pair (big_map string nat) (big_map string nat) ] */ ; - CREATE_CONTRACT - { parameter string ; - storage (big_map string nat) ; - code { UNPAIR ; DROP ; NIL operation ; PAIR } } - /* [ operation : address : pair (big_map string nat) (big_map string nat) ] */ ; - DIP { DROP /* [ pair (big_map string nat) (big_map string nat) ] */ } - /* [ operation : pair (big_map string nat) (big_map string nat) ] */ ; - NIL operation - /* [ list operation : operation - : pair (big_map string nat) (big_map string nat) ] */ ; - SWAP - /* [ operation : list operation - : pair (big_map string nat) (big_map string nat) ] */ ; - CONS - /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; - PAIR - /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } - { IF_LEFT - { IF_LEFT - { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; - MEM - /* [ bool : big_map string nat : big_map string nat ] */ ; - ASSERT } - { DIP { UNPAIR - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; - MEM - /* [ bool : big_map string nat : big_map string nat ] */ ; - ASSERT ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } } - { IF_LEFT - { IF_LEFT - { UNPAIR - /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; - DIIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } - /* [ string : nat : big_map string nat : big_map string nat ] */ ; - DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ } - { UNPAIR - /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; - DIIP { UNPAIR - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } - /* [ string : nat : big_map string nat : big_map string nat ] */ ; - DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } } - { IF_LEFT - { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ } - { DIP { UNPAIR - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } } } ; - PAIR - /* [ pair (big_map string nat) (big_map string nat) ] */ ; - NIL operation - /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; - PAIR - /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out deleted file mode 100644 index 37b953f1163bc0c4da12b96fa848a85183dcad19..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--fail.tz].out +++ /dev/null @@ -1,5 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/fail.tz] - -Well typed -Gas remaining: 1039998.449 units remaining -{ parameter unit ; storage unit ; code { FAIL } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out deleted file mode 100644 index f9e978d8a2531411ad5157c13d9bfa5d68909103..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out +++ /dev/null @@ -1,120 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_entrypoints.tz] - -Well typed -Gas remaining: 1039953.156 units remaining -{ storage (pair (big_map string nat) (big_map string nat)) ; - parameter - (or (unit %default - /* [ list operation : big_map string nat ] */) - (or (or %mem - (string %mem_left) - (string %mem_right) - /* [ pair (list operation) (big_map string nat) ] */) - (or (or %add (pair %add_left string nat) (pair %add_right string nat)) - (or %rem (string %rem_left) (string %rem_right)))) - /* [ big_map string nat ] */) - /* [ string : big_map string nat ] */ ; - code { UNPAIR - /* [ or unit - (or (or string string) (or (or (pair string nat) (pair string nat)) (or string string))) - : pair (big_map string nat) (big_map string nat) ] */ ; - IF_LEFT - { DROP - /* [ pair (big_map string nat) (big_map string nat) ] */ ; - DUP - /* [ pair (big_map string nat) (big_map string nat) - : pair (big_map string nat) (big_map string nat) ] */ ; - CAR - /* [ big_map string nat : pair (big_map string nat) (big_map string nat) ] */ ; - PUSH mutez - 0 - /* [ mutez : big_map string nat - : pair (big_map string nat) (big_map string nat) ] */ ; - NONE key_hash - /* [ option key_hash : mutez : big_map string nat - : pair (big_map string nat) (big_map string nat) ] */ ; - CREATE_CONTRACT - { parameter string ; - storage (big_map string nat) ; - code { UNPAIR ; DROP ; NIL operation ; PAIR } } - /* [ operation : address : pair (big_map string nat) (big_map string nat) ] */ ; - DIP { DROP /* [ pair (big_map string nat) (big_map string nat) ] */ } - /* [ operation : pair (big_map string nat) (big_map string nat) ] */ ; - NIL operation - /* [ list operation : operation - : pair (big_map string nat) (big_map string nat) ] */ ; - SWAP - /* [ operation : list operation - : pair (big_map string nat) (big_map string nat) ] */ ; - CONS - /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; - PAIR - /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } - { IF_LEFT - { IF_LEFT - { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; - MEM - /* [ bool : big_map string nat : big_map string nat ] */ ; - ASSERT } - { DIP { UNPAIR - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; - MEM - /* [ bool : big_map string nat : big_map string nat ] */ ; - ASSERT ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } } - { IF_LEFT - { IF_LEFT - { UNPAIR - /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; - DIIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } - /* [ string : nat : big_map string nat : big_map string nat ] */ ; - DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ } - { UNPAIR - /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; - DIIP { UNPAIR - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } - /* [ string : nat : big_map string nat : big_map string nat ] */ ; - DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } } - { IF_LEFT - { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ } - { DIP { UNPAIR - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } - /* [ string : big_map string nat : big_map string nat ] */ ; - DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } - /* [ string : option nat : big_map string nat : big_map string nat ] */ ; - UPDATE - /* [ big_map string nat : big_map string nat ] */ ; - SWAP - /* [ big_map string nat : big_map string nat ] */ } } } ; - PAIR - /* [ pair (big_map string nat) (big_map string nat) ] */ ; - NIL operation - /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; - PAIR - /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out deleted file mode 100644 index e73ce156d14a27a4a3e3f2566ba244ed49b77227..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out +++ /dev/null @@ -1,29 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_rootname.tz] - -Well typed -Gas remaining: 1039991.584 units remaining -{ parameter unit ; - storage (option address) ; - code { /* [ pair unit unit ] */ - DROP - /* [ list operation : unit ] */ ; - UNIT - /* [ unit ] */ ; - AMOUNT - /* [ pair (list operation) unit ] */ ; - NONE key_hash - /* [ option key_hash : mutez : unit ] */ ; - CREATE_CONTRACT - { parameter (unit %root) ; - storage unit ; - code { CDR ; NIL operation ; PAIR } } - /* [ operation : address ] */ ; - DIP { SOME - /* [ option address ] */ ; - NIL operation - /* [ list operation : option address ] */ } - /* [ operation : list operation : option address ] */ ; - CONS - /* [ list operation : option address ] */ ; - PAIR - /* [ pair (list operation) (option address) ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out deleted file mode 100644 index a7491c7452cc80363c82d18fcbea1d082e7903c4..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out +++ /dev/null @@ -1,29 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_rootname_alt.tz] - -Well typed -Gas remaining: 1039991.584 units remaining -{ parameter unit ; - storage (option address) ; - code { /* [ pair unit unit ] */ - DROP - /* [ list operation : unit ] */ ; - UNIT - /* [ unit ] */ ; - AMOUNT - /* [ pair (list operation) unit ] */ ; - NONE key_hash - /* [ option key_hash : mutez : unit ] */ ; - CREATE_CONTRACT - { parameter (unit %root) ; - storage unit ; - code { CDR ; NIL operation ; PAIR } } - /* [ operation : address ] */ ; - DIP { SOME - /* [ option address ] */ ; - NIL operation - /* [ list operation : option address ] */ } - /* [ operation : list operation : option address ] */ ; - CONS - /* [ list operation : option address ] */ ; - PAIR - /* [ pair (list operation) (option address) ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out deleted file mode 100644 index 5926b862fafbeae85527dff6752fdc0c1c5a75fe..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out +++ /dev/null @@ -1,12 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/noop.tz] - -Well typed -Gas remaining: 1039997.907 units remaining -{ parameter unit ; - storage unit ; - code { CDR - /* [ unit ] */ ; - NIL operation - /* [ list operation : unit ] */ ; - PAIR - /* [ pair (list operation) unit ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out b/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out deleted file mode 100644 index bf27cb0ea0c7abc032b6f595116ce8082463f043..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out +++ /dev/null @@ -1,12 +0,0 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_input.tz] - -Well typed -Gas remaining: 1039997.907 units remaining -{ parameter string ; - storage string ; - code { CAR - /* [ string ] */ ; - NIL operation - /* [ list operation : string ] */ ; - PAIR - /* [ pair (list operation) string ] */ } } diff --git a/tests_python/tests_alpha/test_contract.py b/tests_python/tests_alpha/test_contract.py index adb8f207f43a59fd68b965b24fa496335b5a36ee..03ecffb717683cba43348170f0c4659772a5b357 100644 --- a/tests_python/tests_alpha/test_contract.py +++ b/tests_python/tests_alpha/test_contract.py @@ -377,20 +377,6 @@ class TestExecutionOrdering: assert client.get_storage(storer) == '"{}"'.format(expected) -@pytest.mark.contract -@pytest.mark.regression -class TestTypecheck: - """Regression testing of Michelson typechecking""" - - @pytest.mark.parametrize("contract", all_contracts()) - def test_typecheck(self, client_regtest: Client, contract): - client = client_regtest - assert contract.endswith( - '.tz' - ), "test contract should have .tz extension" - client.typecheck(os.path.join(CONTRACT_PATH, contract), details=True) - - @pytest.mark.slow @pytest.mark.contract class TestContracts: diff --git a/tezt/lib_tezos/client.ml b/tezt/lib_tezos/client.ml index bb77ee8f0419a5263611f07c9f50d97e534c548f..3631c1e002f83f6ceaa8d1477de7ca84ba645d2d 100644 --- a/tezt/lib_tezos/client.ml +++ b/tezt/lib_tezos/client.ml @@ -1576,32 +1576,36 @@ let normalize_type ?hooks ~typ client = let typecheck_data ~data ~typ ?gas ?(legacy = false) client = spawn_typecheck_data ~data ~typ ?gas ~legacy client |> Process.check -let spawn_typecheck_script ~script ?(details = false) ?(emacs = false) +let spawn_typecheck_script ?hooks ?protocol_hash ~script + ?(no_base_dir_warnings = false) ?(details = false) ?(emacs = false) ?(no_print_source = false) ?gas ?(legacy = false) client = let gas_cmd = Option.map Int.to_string gas |> Option.map (fun g -> ["--gas"; g]) in - let cmd = - ["typecheck"; "script"; script] - @ Option.value ~default:[] gas_cmd - @ (if details then ["--details"] else []) - @ (if emacs then ["--emacs"] else []) - @ (if no_print_source then ["--no-print-source"] else []) - @ if legacy then ["--legacy"] else [] - in - spawn_command client cmd - -let typecheck_script ~script ?(details = false) ?(emacs = false) - ?(no_print_source = false) ?gas ?(legacy = false) client = + spawn_command ?hooks ?protocol_hash client + @@ optional_switch "no-base-dir-warnings" no_base_dir_warnings + @ ["typecheck"; "script"; script] + @ Option.value ~default:[] gas_cmd + @ (if details then ["--details"] else []) + @ (if emacs then ["--emacs"] else []) + @ (if no_print_source then ["--no-print-source"] else []) + @ if legacy then ["--legacy"] else [] + +let typecheck_script ?hooks ?protocol_hash ~script ?no_base_dir_warnings + ?(details = false) ?(emacs = false) ?(no_print_source = false) ?gas + ?(legacy = false) client = spawn_typecheck_script + ?hooks + ?protocol_hash ~script + ?no_base_dir_warnings ~details ~emacs ~no_print_source ?gas ~legacy client - |> Process.check_and_read_stdout + |> Process.check let spawn_run_tzip4_view ?hooks ?source ?payer ?gas ?unparsing_mode ~entrypoint ~contract ?input ?(unlimited_gas = false) client = diff --git a/tezt/lib_tezos/client.mli b/tezt/lib_tezos/client.mli index 416af5c1c5134e23b0a62d8a9532dd6a61165835..c9c2ba9db1e14ca2faa7f6cabbfcc8237c45f465 100644 --- a/tezt/lib_tezos/client.mli +++ b/tezt/lib_tezos/client.mli @@ -1232,18 +1232,24 @@ val spawn_typecheck_data : (** Run [octez-client typecheck script ..]*) val typecheck_script : + ?hooks:Process.hooks -> + ?protocol_hash:string -> script:string -> + ?no_base_dir_warnings:bool -> ?details:bool -> ?emacs:bool -> ?no_print_source:bool -> ?gas:int -> ?legacy:bool -> t -> - string Lwt.t + unit Lwt.t (** Same as [typecheck_script], but do not wait for the process to exit. *) val spawn_typecheck_script : + ?hooks:Process.hooks -> + ?protocol_hash:string -> script:string -> + ?no_base_dir_warnings:bool -> ?details:bool -> ?emacs:bool -> ?no_print_source:bool -> diff --git a/tezt/tests/bad_indentation.ml b/tezt/tests/bad_indentation.ml index 75ef68f3ce4b7d917c28b40b5df18c9083534c8f..e5d615224a98ff9e27548373f3579594f3de939b 100644 --- a/tezt/tests/bad_indentation.ml +++ b/tezt/tests/bad_indentation.ml @@ -83,7 +83,7 @@ let test_formatted_typechecks = ~dst_format:`Michelson client in - let* _ = Client.typecheck_script ~script:formatted_script client in + let* () = Client.typecheck_script ~script:formatted_script client in unit let test_formatted_hash = diff --git a/tezt/tests/contract_typecheck.ml b/tezt/tests/contract_typecheck.ml new file mode 100644 index 0000000000000000000000000000000000000000..62ab86b585a00beae404f40bc71fc8075fae3082 --- /dev/null +++ b/tezt/tests/contract_typecheck.ml @@ -0,0 +1,84 @@ +(*****************************************************************************) +(* *) +(* Open Source License *) +(* Copyright (c) 2020 Nomadic Labs *) +(* Copyright (c) 2022 Marigold *) +(* *) +(* Permission is hereby granted, free of charge, to any person obtaining a *) +(* copy of this software and associated documentation files (the "Software"),*) +(* to deal in the Software without restriction, including without limitation *) +(* the rights to use, copy, modify, merge, publish, distribute, sublicense, *) +(* and/or sell copies of the Software, and to permit persons to whom the *) +(* Software is furnished to do so, subject to the following conditions: *) +(* *) +(* The above copyright notice and this permission notice shall be included *) +(* in all copies or substantial portions of the Software. *) +(* *) +(* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR*) +(* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, *) +(* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL *) +(* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER*) +(* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING *) +(* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER *) +(* DEALINGS IN THE SOFTWARE. *) +(* *) +(*****************************************************************************) + +(* Testing + ------- + Components: Michelson + Invocation: dune exec tezt/tests/main.exe -- --file contract_typecheck.ml + Subject: Regression testing of Michelson typechecking +*) + +(* Using the lighter hook that only scrubs the clients [--base-dir] *) +let hooks = + Tezos_regression.hooks_custom + ~scrubbed_global_options:["--base-dir"; "-d"] + ~replace_variables:Fun.id + () + +let test_typecheck_contract protocol contract = + Protocol.register_regression_test + ~__FILE__ + ~title:(sf "Tc %s" contract) + ~tags:["client"; "michelson"; "typechecking"] + (fun _protocol -> + let client = Client.create_with_mode Mockup in + Client.typecheck_script + ~script:contract + ~protocol_hash:(Protocol.hash protocol) + ~hooks + ~no_base_dir_warnings:true + ~details:true + client) + [protocol] + +let test_typecheck protocols = + List.iter + (fun protocol -> + (* Type check regression tests for all contracts (except "ill_typed" and "legacy") *) + let pytest_dir = + sf + "tests_python/contracts_%s" + (match protocol with + | Protocol.Alpha -> "alpha" + | _ -> sf "%03d" @@ Protocol.number protocol) + in + List.iter + (fun subdir -> + Array.iter + (fun script -> + test_typecheck_contract protocol (pytest_dir // subdir // script)) + (Sys.readdir (pytest_dir // subdir))) + [ + "attic"; + "entrypoints"; + "opcodes"; + "macros"; + "mini_scenarios"; + "non_regression"; + ]) + protocols + +let register ~protocols = test_typecheck protocols diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-accounts.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-accounts.tz.out index 80f2b3824cdb8b8733e33581f0020bfed1f1c4cd..ca301541231c1e3a81d010cbee0876f702988394 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-accounts.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/accounts.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/accounts.tz --details Well typed Gas remaining: 1039932.585 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-add1.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-add1.tz.out index 8de5bdb5f67b11fe2505de4d6a25a700136d5627..b6639afc704af5768cc68a1e1c5410f10aabb163 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-add1.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/add1.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/add1.tz --details Well typed Gas remaining: 1039996.774 units remaining { parameter int ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-add1_list.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-add1_list.tz.out index f8241557db532fa1db531beff08fd7a9b1ca244d..a7a301cd77839c649e6243098e511639fe84fc44 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-add1_list.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/add1_list.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/add1_list.tz --details Well typed Gas remaining: 1039995.973 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-after_strategy.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-after_strategy.tz.out index f2348d12b0815b3987a0b1aa7b26a06f536064a3..72dd1e29a77dd7349f4ce08e3c1f4679397e3c64 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-after_strategy.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/after_strategy.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/after_strategy.tz --details Well typed Gas remaining: 1039991.203 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-always.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-always.tz.out index ca4c324e08e6d0b7b9b6649e6cca1256d8d4a10c..cbaeeac4f9d450bc28dad329a4b320995d12ebac 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-always.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/always.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/always.tz --details Well typed Gas remaining: 1039995.941 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-append.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-append.tz.out index 7cd8cf7885e28c4a9c78dff4ef6349d3a1647cd0..f2e6c285caa8065de1ee6fbe38f4eaa1afd24c5c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-append.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/append.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/append.tz --details Well typed Gas remaining: 1039993.459 units remaining { parameter (pair (list int) (list int)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-at_least.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-at_least.tz.out index a6d5c285cc70a77d58140922896a3f56ef6d59d8..f9d6dfe995fd4a3c21ed4d57571e8d71e7f1aa03 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-at_least.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/at_least.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/at_least.tz --details Well typed Gas remaining: 1039993.870 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-auction.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-auction.tz.out index c9d5dc14c92c71f18b8d00c0f46d3a8f9b518d90..55dc0a83a9f86f8c3711934b2b219662113f041b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-auction.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/auction.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/auction.tz --details Well typed Gas remaining: 1039974.418 units remaining { parameter key_hash ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-bad_lockup.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-bad_lockup.tz.out index 321ad9a9958740b521de814c3f98b1057710d618..b435a948cda4117ff0a18ebce781704fbf703a01 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-bad_lockup.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/bad_lockup.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/bad_lockup.tz --details Well typed Gas remaining: 1039974.993 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-big_map_union.tz.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-big_map_union.tz.out index 34d7e06c567e5e71b99f478d7eb00796eb8a124b..715438827007b64ed2cf37e1a00b4385c2032465 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-big_map_union.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/big_map_union.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/big_map_union.tz --details Well typed Gas remaining: 1039987.459 units remaining { parameter (list (pair string int)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cadr_annotation.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cadr_annotation.tz.out index c5f362172af20b6c18c9b48045a073145425e842..2bab2ab20fdf4ae06e70fb5b76131b5ad6b4a8aa 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cadr_annotation.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/cadr_annotation.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/cadr_annotation.tz --details Well typed Gas remaining: 1039995.385 units remaining { parameter (pair (pair %p1 unit (string %no_name)) bool) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-concat.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-concat.tz.out index 5b67074b12cfc51549fec30092436066550f8c1b..faf0b69777e190b99e6e86684689446991732eab 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-concat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/concat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/concat.tz --details Well typed Gas remaining: 1039993.578 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-conditionals.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-conditionals.tz.out index 5723974fa8ff7d99f7cbd9db27eabf455697cb17..895d38506a53cfa6309dc563f3f845777c48438f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-conditionals.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/conditionals.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/conditionals.tz --details Well typed Gas remaining: 1039990.576 units remaining { parameter (or string (option int)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cons_twice.tz.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cons_twice.tz.out index a1a850602145705216bc1431ac4d90e2b69e894d..b49546699fbbe52424cae9bb0c4a68cf95e07aaf 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cons_twice.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/cons_twice.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/cons_twice.tz --details Well typed Gas remaining: 1039993.758 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cps_fact.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cps_fact.tz.out index ab3e780cfa108386db81f4362cf73b78962cdb15..41d4655af048274b44d6f4122ddf7dd0a3b03a3b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-cps_fact.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/cps_fact.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/cps_fact.tz --details Well typed Gas remaining: 1039976.109 units remaining { storage nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-create_add1_lists.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-create_add1_lists.tz.out index 33ceb513733ac6d5dfcd1df939edb1c7b7b1958f..68e2d2f531b582771390d853118e7a3dde87ab6e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-create_add1_lists.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/create_add1_lists.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/create_add1_lists.tz --details Well typed Gas remaining: 1039989.990 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-data_publisher.tz.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-data_publisher.tz.out index 01b83b3e63e3e0ad5d7c96ab38aa27bec0c204a1..df0ee1742cc0af18af2c51eab6ca3897118f050c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-data_publisher.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/data_publisher.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/data_publisher.tz --details Well typed Gas remaining: 1039975.804 units remaining { parameter (pair signature (pair string nat)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-dispatch.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-dispatch.tz.out index 72e7f2598fc85a0f103b846b822948c3eda9618a..63cb18d3fada505f7f76d98ea6bcb8cd8149e4b5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-dispatch.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/dispatch.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/dispatch.tz --details Well typed Gas remaining: 1039983.006 units remaining { parameter (or string (pair string (lambda unit string))) ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-empty.tz.out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-empty.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..6c8dec3b5f089ccff368b816fc1771457d95c081 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-empty.tz.out @@ -0,0 +1,12 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/empty.tz --details +Well typed +Gas remaining: 1039997.907 units remaining +{ parameter unit ; + storage unit ; + code { CDR + /* [ unit ] */ ; + NIL operation + /* [ list operation : unit ] */ ; + PAIR + /* [ pair (list operation) unit ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-fail_amount.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-fail_amount.tz.out index 14c14fc71ba4f379794186c206c80132047da114..fa65a86d61a47d81797b3bf26d9bb6464435481e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-fail_amount.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/fail_amount.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/fail_amount.tz --details Well typed Gas remaining: 1039993.067 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-faucet.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-faucet.tz.out index 0bdc03c6cb1899fdbc35e08a698d0234f7df6e53..20e3e727f87c8912d52a904308443a5b8486b8e0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-faucet.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/faucet.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/faucet.tz --details Well typed Gas remaining: 1039988.070 units remaining { parameter key_hash ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-forward.tz.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-forward.tz.out index 0e3b22d3690fd36459953535887468909c61ff49..e2c55ae51233585604e678c1445d20bee2bb8b4b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-forward.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/forward.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/forward.tz --details Well typed Gas remaining: 1039670.292 units remaining { parameter (or string nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-id.tz.out similarity index 59% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-id.tz.out index 7e1bc0286fa51f686f34c0bcb170977174973ef6..212b30c8ab2e7e9e99b50316d2fa64a430b81946 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_input.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/id.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-infinite_loop.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-infinite_loop.tz.out index 4cfc7a5e1aa35157d1062d230c6e90b515589bb9..43b692a68dc2d30af8154bc4ff14429b40d0233c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-infinite_loop.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/infinite_loop.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/infinite_loop.tz --details Well typed Gas remaining: 1039995.465 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-insertion_sort.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-insertion_sort.tz.out index 3ee23fadc69ad04853d7cd314579b730f817ad6f..499a5f739bab934b06db223b83ef519c71a4652f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-insertion_sort.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/insertion_sort.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/insertion_sort.tz --details Well typed Gas remaining: 1039976.745 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-int_publisher.tz.out similarity index 95% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-int_publisher.tz.out index 20657f5ea50919a959229c54e141714a05d05f25..8e4eefaa4e21a64897535ec3c8010bfe56eaec87 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-int_publisher.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/int_publisher.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/int_publisher.tz --details Well typed Gas remaining: 1039970.043 units remaining { parameter (option (pair signature int)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-king_of_tez.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-king_of_tez.tz.out index 94d9ec2037f5fde953d7744f5b917f69a229e164..3a7e2bc92e92d1f83f91052c986613698d554cb4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-king_of_tez.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/king_of_tez.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/king_of_tez.tz --details Well typed Gas remaining: 1039974.327 units remaining { parameter key_hash ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-list_of_transactions.tz.out similarity index 90% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-list_of_transactions.tz.out index 6d61a32bc27b8d80d3b548f11b70084b8cb645af..0f5b585afef52525b4d84aba9a86f7701a81942a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-list_of_transactions.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/list_of_transactions.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/list_of_transactions.tz --details Well typed Gas remaining: 1039985.482 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-queue.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-queue.tz.out index 2bfb2caef50f05682127f49c85d252c21bfb87c9..9daca69c8c4330bf547bf26453c007e0763fcf91 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-queue.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/queue.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/queue.tz --details Well typed Gas remaining: 1039958.584 units remaining { parameter (option string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reduce_map.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reduce_map.tz.out index 07648c6f120c04ef204cea383946abf3803a36d3..3034c3619d6b22a83cf6c63f4724c16b5dc2c97c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reduce_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/reduce_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/reduce_map.tz --details Well typed Gas remaining: 1039978.486 units remaining { parameter (pair (lambda int int) (list int)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reentrancy.tz.out similarity index 90% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reentrancy.tz.out index cbf13b4362980a6748630ea2e5cf06a6b9588027..171fe83a4381e1e10f8c4d37708e0f3a62f07a4d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reentrancy.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/reentrancy.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/reentrancy.tz --details Well typed Gas remaining: 1039983.352 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reservoir.tz.out similarity index 95% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reservoir.tz.out index a1674cfbf019937a9a7ee7cf7dc74f88fbe08987..1876bb92d73e95730f38ca92aeff3da32c16f33e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-reservoir.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/reservoir.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/reservoir.tz --details Well typed Gas remaining: 1039969.237 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-scrutable_reservoir.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-scrutable_reservoir.tz.out index 6b11ac851ff4ac7aedb2429dbe72c6e803e57a19..10f110d8e46202309929b1b92fe085ade0c82478 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-scrutable_reservoir.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/scrutable_reservoir.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/scrutable_reservoir.tz --details Well typed Gas remaining: 1039889.171 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-spawn_identities.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-spawn_identities.tz.out index 472319880dc4c181c0b5ed1c4f7d52835c69ea23..0648072ed224ff39c1356eb0d6f6e0b6c21596e3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-attic-spawn_identities.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/spawn_identities.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/attic/spawn_identities.tz --details Well typed Gas remaining: 1039976.440 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-big_map_entrypoints.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-big_map_entrypoints.tz.out index c85f7ffb29f38254fcfd9de3d81b437fa3e1c83e..b884a975e7ace7396493455ed172ef65cbb32e61 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-big_map_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/big_map_entrypoints.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/big_map_entrypoints.tz --details Well typed Gas remaining: 1039953.156 units remaining { storage (pair (big_map string nat) (big_map string nat)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-delegatable_target.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-delegatable_target.tz.out index 147f2c9e1bb179bd846127af2d1923c9f3f60b69..a26add702b757504ba867e0f9a0d489fa73260a0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-delegatable_target.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/delegatable_target.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/delegatable_target.tz --details Well typed Gas remaining: 1039960.927 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-manager.tz.out similarity index 87% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-manager.tz.out index 8166a329c64037a9bc9be8ac32b0cfda78527f75..267c34d878f9a9a0a4a3d3621ee0827bd718beb9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-manager.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/manager.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/manager.tz --details Well typed Gas remaining: 1039984.397 units remaining { parameter (or (lambda %do unit (list operation)) (unit %default)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-no_default_target.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-no_default_target.tz.out index 6d77e834129e6dc678b2dab983f3d543dbb1559a..1a8083f90f2d01b1f1d72205f7c63970cfcc1064 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-no_default_target.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/no_default_target.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/no_default_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-no_entrypoint_target.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-no_entrypoint_target.tz.out index e6e20c07563a634aed85b45d2e518b0da6531802..142b527bbf5affbe883dde2342bb6d3be00ad8a9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-no_entrypoint_target.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/no_entrypoint_target.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/no_entrypoint_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-rooted_target.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-rooted_target.tz.out index 3f9adb1d34bd04ff639358620eea4d0738eccee7..6e22c0c79add1973fb613778e9f42a1a54cb797d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-rooted_target.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/rooted_target.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/rooted_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-simple_entrypoints.tz.out similarity index 59% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-simple_entrypoints.tz.out index 9963a21d1935472d69c643612cb970d699e70a42..9462a2ec96697e60dd0955a2130ff6e1211da46e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-entrypoints-simple_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/simple_entrypoints.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/entrypoints/simple_entrypoints.tz --details Well typed Gas remaining: 1039997.574 units remaining { parameter (or (unit %A) (or (string %B) (nat %C))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert.tz.out similarity index 62% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert.tz.out index e491eaf22aa4e81c9d3ae147fc3e1a807e3cf21d..4412bfc14aba45edc253587d528260151161ce25 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert.tz --details Well typed Gas remaining: 1039995.213 units remaining { parameter bool ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpeq.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpeq.tz.out index ece915866f201900da9375357614ff545621d8f9..2fa98dc11fcd21d39116a5140b19cb7fec965b41 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpeq.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpeq.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_cmpeq.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpge.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpge.tz.out index 0895b96af091532039f52ca5f247d25eb29b1583..141ba24f753b2cdbb73549ad8bcda4d58b528249 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpge.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpge.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_cmpge.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpgt.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpgt.tz.out index 7ff4d5a7acba47dc95d78bcfddd40f3d5585a750..9396af0e9e2cd1c01d535714342a5de510890f1c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpgt.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpgt.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_cmpgt.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmple.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmple.tz.out index 1806e50514b1baa8410433ff74f8737cbf59984d..65cefbba76db1293b8ae083232badf9eefd16440 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmple.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmple.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_cmple.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmplt.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmplt.tz.out index 18289280556ee4b5b2c23280ea734b215ae0c4fb..88b2247ecfad55d3b42987e95d34dc4cf8e69c2b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmplt.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmplt.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_cmplt.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpneq.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpneq.tz.out index 767d9d5726f4f661982c6dba21984beb290d0399..f08d8df6a78e5dfbbf1a79b209a69343debe7587 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_cmpneq.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpneq.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_cmpneq.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_eq.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_eq.tz.out index 758c0c1c03533e47baa3a3680940933312797d67..6df80e608ab9cea5ee684ac7bc6395bb91b98031 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_eq.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_eq.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_eq.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_ge.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_ge.tz.out index 31b757882983cfa4936a0095a6dfa89168cb3118..9b81e80446db6dd100646df540e241a285e6a737 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_ge.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_ge.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_ge.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_gt.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_gt.tz.out index 2ad1f15218131f1608dde455f08ef4487784c9cc..72979d83f73f42075b1f53394e7b335cfd798f64 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_gt.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_gt.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_gt.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_le.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_le.tz.out index 006bfe71ef7dd646dc697a3f8d030405e315abda..03bd87d355efa0fb9fbd46dca9f0b901d2c416a0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_le.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_le.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_le.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_lt.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_lt.tz.out index ea92dc3db3f82b9fcc2c9f130f74eff1493c6da6..41fb9a65b9af28e8da79db164f4fc1633bc5ec71 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_lt.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_lt.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_lt.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_neq.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_neq.tz.out index a226d05a2d5d3c6b551b4ee3f7ea1b56512d3583..b7239a75e358dee8259aed2750b6c293efc5aee8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-assert_neq.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_neq.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/assert_neq.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-big_map_get_add.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-big_map_get_add.tz.out index 4bc60b12d3f4f4dbd9e6e29dabc476bf3d0ec57d..5a95c4bd92482a331b2f13e2b0a5966a4afe41f7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-big_map_get_add.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/big_map_get_add.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/big_map_get_add.tz --details Well typed Gas remaining: 1039971.186 units remaining { parameter (pair (pair %set_pair int (option int)) (pair %check_pair int (option int))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-big_map_mem.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-big_map_mem.tz.out index 5a8c62176f22c5f4c5852c48948f9b3f16082c15..a221d369b6f01573ce1fdf1e6f03f2dd8b6c93fa 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-big_map_mem.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/big_map_mem.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/big_map_mem.tz --details Well typed Gas remaining: 1039984.191 units remaining { parameter (pair int bool) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-build_list.tz.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-build_list.tz.out index a09d8940a904f2b7409ef75d38dafcc32362caf3..bef433670807b2dbeb4a0504b6838a623f5ecc19 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-build_list.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/build_list.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/build_list.tz --details Well typed Gas remaining: 1039985.111 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-carn_and_cdrn.tz.out similarity index 87% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-carn_and_cdrn.tz.out index 685a37e34fd7ff3ce1d2a54f341da6b0a2e7dc77..66a75bad78247ec8d345e645df6095c511a52798 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-carn_and_cdrn.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/carn_and_cdrn.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/carn_and_cdrn.tz --details Well typed Gas remaining: 1039965.224 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-compare.tz.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-compare.tz.out index 9cf67ecea980f3a9a8048528c98153dd2d9e906d..9c49dce0477fb45481427da138f1286381986a94 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-compare.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/compare.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/compare.tz --details Well typed Gas remaining: 1039971.322 units remaining { parameter (pair mutez mutez) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-compare_bytes.tz.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-compare_bytes.tz.out index 8556c369f01291485814d1081a176e320bde2f1e..955c28a0156c0b62c1b0fc30509c8f1a73bb4f9a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-compare_bytes.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/compare_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/compare_bytes.tz --details Well typed Gas remaining: 1039971.322 units remaining { parameter (pair bytes bytes) ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-fail.tz.out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-fail.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..5d9648d685c9774482d3b86d7ea0eb2ab62c4417 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-fail.tz.out @@ -0,0 +1,5 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/fail.tz --details +Well typed +Gas remaining: 1039998.449 units remaining +{ parameter unit ; storage unit ; code { FAIL } } diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-guestbook.tz.out similarity index 86% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-guestbook.tz.out index a6fbc986546958826fe1c9571269355edacb8ac1..eb816cfa5c3582c3c74e97f33586c913e26c4642 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-guestbook.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/guestbook.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/guestbook.tz --details Well typed Gas remaining: 1039988.143 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-macro_annotations.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-macro_annotations.tz.out index b8a11069aba5187c2a447220fb8736eb4dab17a3..7d7893e9237e436c2dd735d3fd0b0269c9340469 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-macro_annotations.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/macro_annotations.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/macro_annotations.tz --details Well typed Gas remaining: 1039993.362 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-map_caddaadr.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-map_caddaadr.tz.out index 8940b0232386d34abba04e24c9641a976fa5ab48..057626a6abec2fc9436bdca66e0388639b194cd9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-map_caddaadr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/map_caddaadr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/map_caddaadr.tz --details Well typed Gas remaining: 1039966.766 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-max_in_list.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-max_in_list.tz.out index 57e72bf876b2f85fa980572de8e0e8c387dae6c1..b9fcc2364530861cd19394632e5a8ad35298b948 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-max_in_list.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/max_in_list.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/max_in_list.tz --details Well typed Gas remaining: 1039987.861 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-min.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-min.tz.out index e876dd084935f7a2675b862a047000f73b099186..5304471a312914ba460c604d96571f5b71e48277 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-min.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/min.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/min.tz --details Well typed Gas remaining: 1039991.951 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-pair_macro.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-pair_macro.tz.out index 621d3bae380dd1f02d3845e5a03426083afc512e..9d9fbd9f12f10b1d2ee10dc721265da5e3de9045 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-pair_macro.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/pair_macro.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/pair_macro.tz --details Well typed Gas remaining: 1039988.858 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-set_caddaadr.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-set_caddaadr.tz.out index 778c854289b4b16c4d06ba6da18df6b39ee101d2..7c5abcf27310f86f0569310a8aa6673b66a8562d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-set_caddaadr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/set_caddaadr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/set_caddaadr.tz --details Well typed Gas remaining: 1039970.670 units remaining { parameter mutez ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-take_my_money.tz.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-take_my_money.tz.out index a6c6daa011ac637a61c3375696b1b6ec81cabf98..4076c0321b94dd741ec7993e5a7dadafa0e97831 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-take_my_money.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/take_my_money.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/take_my_money.tz --details Well typed Gas remaining: 1039993.750 units remaining { parameter key_hash ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-unpair_macro.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-unpair_macro.tz.out index 7472b4e5e6d32775c5b0fb0f7d04ad540a0f82af..a9c8d2b993bb1b1b7c40fcc9a42905b48f2fb21d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-macros-unpair_macro.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/unpair_macro.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/macros/unpair_macro.tz --details Well typed Gas remaining: 1039977.130 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-add_clear_tickets.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-add_clear_tickets.tz.out index e4c1396edeecd9b8db12930b1109dfbf768cf9dc..5c319c1f8a3087087f081cf3627f2cc42251e4a4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-add_clear_tickets.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/add_clear_tickets.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/add_clear_tickets.tz --details Well typed Gas remaining: 1039988.509 units remaining { parameter (or (pair %add nat string) (unit %clear)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-authentication.tz.out similarity index 91% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-authentication.tz.out index 557d30336d23fe1d28f2a6aa33e44812b0e0dd6a..fb9588d27f1ad55d99d7214130db4c635edee503 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-authentication.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/authentication.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/authentication.tz --details Well typed Gas remaining: 1039979.836 units remaining { parameter (pair (lambda unit (list operation)) signature) ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_entrypoints.tz.out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_entrypoints.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..0c081589dc08142604d0d739d709206295dfff47 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_entrypoints.tz.out @@ -0,0 +1,120 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/big_map_entrypoints.tz --details +Well typed +Gas remaining: 1039953.156 units remaining +{ storage (pair (big_map string nat) (big_map string nat)) ; + parameter + (or (unit %default + /* [ list operation : big_map string nat ] */) + (or (or %mem + (string %mem_left) + (string %mem_right) + /* [ pair (list operation) (big_map string nat) ] */) + (or (or %add (pair %add_left string nat) (pair %add_right string nat)) + (or %rem (string %rem_left) (string %rem_right)))) + /* [ big_map string nat ] */) + /* [ string : big_map string nat ] */ ; + code { UNPAIR + /* [ or unit + (or (or string string) (or (or (pair string nat) (pair string nat)) (or string string))) + : pair (big_map string nat) (big_map string nat) ] */ ; + IF_LEFT + { DROP + /* [ pair (big_map string nat) (big_map string nat) ] */ ; + DUP + /* [ pair (big_map string nat) (big_map string nat) + : pair (big_map string nat) (big_map string nat) ] */ ; + CAR + /* [ big_map string nat : pair (big_map string nat) (big_map string nat) ] */ ; + PUSH mutez + 0 + /* [ mutez : big_map string nat + : pair (big_map string nat) (big_map string nat) ] */ ; + NONE key_hash + /* [ option key_hash : mutez : big_map string nat + : pair (big_map string nat) (big_map string nat) ] */ ; + CREATE_CONTRACT + { parameter string ; + storage (big_map string nat) ; + code { UNPAIR ; DROP ; NIL operation ; PAIR } } + /* [ operation : address : pair (big_map string nat) (big_map string nat) ] */ ; + DIP { DROP /* [ pair (big_map string nat) (big_map string nat) ] */ } + /* [ operation : pair (big_map string nat) (big_map string nat) ] */ ; + NIL operation + /* [ list operation : operation + : pair (big_map string nat) (big_map string nat) ] */ ; + SWAP + /* [ operation : list operation + : pair (big_map string nat) (big_map string nat) ] */ ; + CONS + /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; + PAIR + /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } + { IF_LEFT + { IF_LEFT + { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; + MEM + /* [ bool : big_map string nat : big_map string nat ] */ ; + ASSERT } + { DIP { UNPAIR + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; + MEM + /* [ bool : big_map string nat : big_map string nat ] */ ; + ASSERT ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } } + { IF_LEFT + { IF_LEFT + { UNPAIR + /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; + DIIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } + /* [ string : nat : big_map string nat : big_map string nat ] */ ; + DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ } + { UNPAIR + /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; + DIIP { UNPAIR + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } + /* [ string : nat : big_map string nat : big_map string nat ] */ ; + DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } } + { IF_LEFT + { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ } + { DIP { UNPAIR + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } } } ; + PAIR + /* [ pair (big_map string nat) (big_map string nat) ] */ ; + NIL operation + /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; + PAIR + /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } } } diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_magic.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_magic.tz.out index 639d711e3654d3cfb4738083034938c5452251ee..7750d275608b2bd281707a5ab8e9a3c91dfb0772 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_magic.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_magic.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/big_map_magic.tz --details Well typed Gas remaining: 1039954.710 units remaining { storage (or (pair (big_map string string) (big_map string string)) unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_read.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_read.tz.out index ec6db73a18576f08766b4e6a7704427ebe7c7dc4..d6e34f3a0c4ddb8214506d05de2087f9cb3c182b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_read.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_read.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/big_map_read.tz --details Well typed Gas remaining: 1039994.234 units remaining { storage nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_store.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_store.tz.out index c9c4ba68456f2d329ab712562004cf6e1fe95dc6..891db68d291634fe83f36b8e3bca7cf1fc0118e5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_store.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_store.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/big_map_store.tz --details Well typed Gas remaining: 1039996.856 units remaining { storage (big_map nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_write.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_write.tz.out index ffdac32666623ad10238b21df0dfd4fb4f1a4729..0becd68910452b0879447abc7b5141b135813e32 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-big_map_write.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_write.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/big_map_write.tz --details Well typed Gas remaining: 1039994.982 units remaining { storage unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-create_contract.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-create_contract.tz.out index aa352ff6d444bc8eb6cd6061b4137ae7914999e9..1089299c75cc8a057f932ba0ab7c64d5237d34e6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-create_contract.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/create_contract.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/create_contract.tz --details Well typed Gas remaining: 1039973.277 units remaining { parameter (option address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-create_contract_simple.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-create_contract_simple.tz.out index 690cd9891adf6e0f0b1a043df7fed892ea5b192b..ea774f0d2b48c05aa53db70fb8d5a70aef1f725a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-create_contract_simple.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/create_contract_simple.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/create_contract_simple.tz --details Well typed Gas remaining: 1039991.809 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-default_account.tz.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-default_account.tz.out index 765b11e60eb7179fefad28590f3c53b65ceb6411..5bbb4c2c044e0726158faa5daaa7643c190fc078 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-default_account.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/default_account.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/default_account.tz --details Well typed Gas remaining: 1039993.750 units remaining { parameter key_hash ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_appender.t.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_appender.t.out index 894e29278b1e5a46f5e12d39a0675eb677abded2..397a914daa79a2f4d064e22915eca10ddc50919d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_appender.t.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_appender.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/execution_order_appender.tz --details Well typed Gas remaining: 1039990.644 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_caller.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_caller.tz.out index 48dd44518eaa5f820aff9dccb8dd63bdc29af7fd..0c8524e0db965cf61c91bb3148c4192a60fbbf09 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_caller.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_caller.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/execution_order_caller.tz --details Well typed Gas remaining: 1039992.571 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_storer.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_storer.tz.out index bda2d571bbd863c12f490b25cd5cc84700cc1995..1e30224425ba2e99b0a039aa0f6f7249f73ce4a4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-execution_order_storer.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_storer.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/execution_order_storer.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-fa12_reference.tz.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-fa12_reference.tz.out index 89e1401506e2656ea7a0a5f201443a8440b446a6..1112ef56b3597e4e5cc7c5508b867bb05b7e3b23 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-fa12_reference.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/fa12_reference.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/fa12_reference.tz --details Well typed Gas remaining: 1039349.178 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-generic_multisig.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-generic_multisig.tz.out index 41620d0147d377944105bcb00c0bd2bca7cbe66f..afb753fad62f549cba5a61dcd107b85d058d28de 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-generic_multisig.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/generic_multisig.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/generic_multisig.tz --details Well typed Gas remaining: 1039939.911 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-groth16.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-groth16.tz.out index 52302125ff0dbf4ee85fe7f73795a8db44835873..6d3c4e2ad0ebc4b635ee845ede6bb04c55752db2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-groth16.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/groth16.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/groth16.tz --details Well typed Gas remaining: 1039536.287 units remaining { storage unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-hardlimit.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-hardlimit.tz.out index 7c6deac7a6899778e93b80d39ad5610444b88b23..bb2a366928ab9693fa5ea934f81c09d2c6915360 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-hardlimit.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/hardlimit.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/hardlimit.tz --details Well typed Gas remaining: 1039992.503 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-legacy_multisig.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-legacy_multisig.tz.out index 5dc05120f079b9734ae346304f8869c6a2bdd2d3..a9d36a1d37ba7c2275134ead647f886f8e06374e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-legacy_multisig.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/legacy_multisig.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/legacy_multisig.tz --details Well typed Gas remaining: 1039943.391 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-lockup.tz.out similarity index 90% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-lockup.tz.out index f8ce15562784f1e2393c700013765d22ea0f560b..457587141077c86a8fbd1b7216875742260204af 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-lockup.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/lockup.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/lockup.tz --details Well typed Gas remaining: 1039983.115 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-lqt_fa12.mligo.tz.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-lqt_fa12.mligo.tz.out index 560e6118d4fb954ea370d112f7157c8f0a5f0476..91a764f9e1b14b2a316063fb928d4b934c183527 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-lqt_fa12.mligo.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/lqt_fa12.mligo.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/lqt_fa12.mligo.tz --details Well typed Gas remaining: 1039738.642 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-multiple_en2.tz.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-multiple_en2.tz.out index 567c17b8e2ebef0924b35b408444e9fcf11bb2fc..f290d14ef56916d2a2c1bcc9b119d9ba7d62ddd6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-multiple_en2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/multiple_en2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/multiple_en2.tz --details Well typed Gas remaining: 1039928.052 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-multiple_entrypoints_count.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-multiple_entrypoints_count.out index f0b438bb78b0b81e1b5a6d3a88696c31dd508983..b4072f7a5f5406828b14ff3e8ed04fbeb0559cb9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-multiple_entrypoints_count.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/multiple_entrypoints_counter.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/multiple_entrypoints_counter.tz --details Well typed Gas remaining: 1039930.762 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-originate_contract.tz.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-originate_contract.tz.out index 35401b6ee1eacda376334246660cf68f24d1dbd2..fc9eef449c443ea0de5ce16c66bd9d88334204aa 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-originate_contract.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/originate_contract.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/originate_contract.tz --details Well typed Gas remaining: 1039991.040 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-parameterized_multisig.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-parameterized_multisig.tz.out index 8867e2a1ccc1f887664bd1609ff69062bf719229..e0766b7c45db79bdc031020b617cd15d6469d0d5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-parameterized_multisig.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/parameterized_multisig.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/parameterized_multisig.tz --details Well typed Gas remaining: 1039940.583 units remaining { storage (pair bool (pair (map nat (pair bool bool)) (pair key key))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--receive_tickets_in_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-receive_tickets_in_big_map.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--receive_tickets_in_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-receive_tickets_in_big_map.out index ee5fc76c0c4cf54a4af887de3f9c9d333da742cb..251db544fc0e3bd01e11adffe5228a94688bd14e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--receive_tickets_in_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-receive_tickets_in_big_map.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/receive_tickets_in_big_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/receive_tickets_in_big_map.tz --details Well typed Gas remaining: 1039997.029 units remaining { parameter (big_map int (ticket string)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-replay.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-replay.tz.out index d46c2729c873bba669051cd95eae29d8d4e3e305..85b6b3ae7fe0e1bbb3d45f857ff1192e3d5e928b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-replay.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/replay.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/replay.tz --details Well typed Gas remaining: 1039990.860 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-reveal_signed_preimage.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-reveal_signed_preimage.tz.out index b0899b675cb87f1934bc6e85f4b3b26a25414d77..bc96fb4107e45fc6e5dc4271c241799febafc5b6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-reveal_signed_preimage.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/reveal_signed_preimage.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/reveal_signed_preimage.tz --details Well typed Gas remaining: 1039978.896 units remaining { parameter (pair bytes signature) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--send_tickets_in_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-send_tickets_in_big_map.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--send_tickets_in_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-send_tickets_in_big_map.tz.out index 04e0a0a39b65a9f115559dd14fe2971239f60377..4d6261833372268dc6d5be1930717342a3df3c4b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--send_tickets_in_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-send_tickets_in_big_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/send_tickets_in_big_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/send_tickets_in_big_map.tz --details Well typed Gas remaining: 1039967.113 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_builder_fungible.tz.out similarity index 91% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_builder_fungible.tz.out index 3c5c447d53c4338f6e23af924629e855c18da17a..96800daac722e3bcd254df3f88543c8bd14854d4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_builder_fungible.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_builder_fungible.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/ticket_builder_fungible.tz --details Well typed Gas remaining: 1039974.006 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_builder_non_fungibl.out similarity index 91% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_builder_non_fungibl.out index 1752d084e47279e166cf567d26f3a82e1ca60dbe..ae528e20418fa51d71af57f8f47f7101431e6d9a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_builder_non_fungibl.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_builder_non_fungible.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/ticket_builder_non_fungible.tz --details Well typed Gas remaining: 1039971.519 units remaining { parameter (or (ticket %burn nat) (contract %mint_destination (ticket nat))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_wallet_fungible.tz.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_wallet_fungible.tz.out index 0e28e93a993eca30453c8bdd49a8bf833a7a3861..77a199ecfe39b5d21dc50ed2561624778fe4ca56 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_wallet_fungible.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_wallet_fungible.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/ticket_wallet_fungible.tz --details Well typed Gas remaining: 1039937.454 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_wallet_non_fungible.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_wallet_non_fungible.out index f83349772f684086db89bdf4a822bc9402283dbe..4a9bfa8762f9acfea927c403c1e79f056e6cc81d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-ticket_wallet_non_fungible.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_wallet_non_fungible.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/ticket_wallet_non_fungible.tz --details Well typed Gas remaining: 1039959.702 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-vote_for_delegate.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-vote_for_delegate.tz.out index 18e9dbe7d5b8ff3e95c5b6e04cc7fcfbe833bc4b..e6cfba190c4e95caa60d64143693fce6ea80e53b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-vote_for_delegate.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/vote_for_delegate.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/vote_for_delegate.tz --details Well typed Gas remaining: 1039945.231 units remaining { parameter (option key_hash) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-weather_insurance.tz.out similarity index 95% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-weather_insurance.tz.out index d8b1c7c669a898eba4c8426fe721193ee51bf753..b312784900c9fe4b55f516216863437d3af399c5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-weather_insurance.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/weather_insurance.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/weather_insurance.tz --details Well typed Gas remaining: 1039963.680 units remaining { parameter (pair (signature %signed_weather_data) (nat :rain %actual_level)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-xcat.tz.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-xcat.tz.out index 4ab338293c2e20045d96c0930f02175df8a43072..c23db6ed13d261827314a5996989456f1833b7dc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-xcat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/xcat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/xcat.tz --details Well typed Gas remaining: 1039967.905 units remaining { parameter bytes ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-xcat_dapp.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-xcat_dapp.tz.out index 5bded781c7ab2dfc6c6885ef604e78088071c78e..9be8a003ff7182561de2263aa02bf62c84148885 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-mini_scenarios-xcat_dapp.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/xcat_dapp.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/mini_scenarios/xcat_dapp.tz --details Well typed Gas remaining: 1039922.932 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bad_annot_contract.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bad_annot_contract.tz.out index a48ddfdce69789bcbcdce742600a771fe4010e84..036d9ea21e2e80acd75a1e99c0939d1d53051ae4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bad_annot_contract.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[non_regression/bad_annot_contract.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/non_regression/bad_annot_contract.tz --details Well typed Gas remaining: 1039996.681 units remaining { parameter bytes ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bug_262.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bug_262.tz.out index 4720c1f26eab0e0015b956d0c45b17027fa824f3..5e53f5d2d240b9ee2143e4f8b3f4c37125c227b9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bug_262.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[non_regression/bug_262.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/non_regression/bug_262.tz --details Well typed Gas remaining: 1039995.909 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bug_843.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bug_843.tz.out index 0efea4ae84a9abbe847689248120103cde02a13d..869ce67d0e6f7ddbe6b40755915db130acddf301 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-bug_843.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[non_regression/bug_843.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/non_regression/bug_843.tz --details Well typed Gas remaining: 1039993.849 units remaining { parameter never ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-pairk_annot.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-pairk_annot.tz.out index c4131916fa152041384fc8c390d0a832158ae7d1..1ea73f6c3ec936fe18fb689f03d8fd9e60f6b578 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-non_regression-pairk_annot.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[non_regression/pairk_annot.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/non_regression/pairk_annot.tz --details Well typed Gas remaining: 1039993.678 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-abs.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-abs.tz.out index ed2fedd63da94ed7367a0296c241dbabe6317be8..169948617c485468938acc2b84ef85f50e6ac72f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-abs.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/abs.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/abs.tz --details Well typed Gas remaining: 1039992.714 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add.tz.out index 19051b816ca67b1c8a96521dc759d13473716404..b04495dda5dd268e70ac24fabbeac6d7821819d7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/add.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/add.tz --details Well typed Gas remaining: 1039947.571 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_fr.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_fr.tz.out index c58a7575dac14cb6ef9eb291f326a162d82d2750..238113ed8e6958fa64588d6c698f111fab67275f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_fr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_fr bls12_381_fr) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_g1.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_g1.tz.out index c925d28cda19faf004c2ad1cc4a496f24aaacf37..bee9827fbfef17e72edced9cf59341a419804fd0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_g1.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/add_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g1 bls12_381_g1) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_g2.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_g2.tz.out index fb086bee9f5e61e348906ef3ae6e985d742b1020..346df9259a2202df2b4dc5b756c73100984955ea 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_g2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/add_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g2 bls12_381_g2) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_delta_timestamp.tz.out similarity index 75% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_delta_timestamp.tz.out index 2f543a243e2a4fcd4aac7c1c0aa0b50f2b99f291..848bf1b555910f0b7079d6188a14f56a23dfd984 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_delta_timestamp.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_delta_timestamp.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/add_delta_timestamp.tz --details Well typed Gas remaining: 1039994.398 units remaining { parameter (pair int timestamp) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_timestamp_delta.tz.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_timestamp_delta.tz.out index 9e67f070de408b63c477532b41ac6522137d372f..5a08e8951de78a8bb0642680e3f8a17d933f18e7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-add_timestamp_delta.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_timestamp_delta.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/add_timestamp_delta.tz --details Well typed Gas remaining: 1039994.398 units remaining { parameter (pair timestamp int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-address.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-address.tz.out index c8bf45be2940a5916b7e1a6a1046a6dfe67ce8e0..af866fd684671fc7aae285f86f6b0fef961cbf27 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-address.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/address.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/address.tz --details Well typed Gas remaining: 1039996.754 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_fib_view.tz.out index d186c3cd3cc9fc06b0096e1799b7e78b150020ef..705db60202c76295a282af3f009cea05a7dca449 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_fib_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/amount_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_nonexistent_view.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_nonexistent_view.tz.out index bca75e59214b29c7a040af26e419d7a236802f3d..ecdbb64856fe4e8de0a43db2f8f795b50af1175a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_nonexistent_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/amount_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.775 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_view.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_view.tz.out index 1c7c62137e83321792d35022f1546dc09d436a7c..f842812805f26df65d6e5a2ab2ebb2acbe4d19cf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-amount_after_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/amount_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and.tz.out index 67264c78d936101989e7b27da6a0481939daa4ec..c054695c4aa99669a832927639b46508b4bac454 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/and.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/and.tz --details Well typed Gas remaining: 1039995.193 units remaining { parameter (pair :param (bool %first) (bool %second)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_binary.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_binary.tz.out index a0061ef4693e12f89b124c7f74f169fa4efd6293..2d0e504b01590acb2ff3162fa8f7be2d55f570bb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_binary.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_binary.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/and_binary.tz --details Well typed Gas remaining: 1039972.796 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_bytes.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_bytes.tz.out index daf6c42a8204cc7bfb5c4da040a6a4e17fb9554d..a35ce62ffa9b7d045f58e89b75387f0eec3cdf8d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/and_bytes.tz --details Well typed Gas remaining: 1039978.916 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_logical_1.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_logical_1.tz.out index dfd4572fa09cb36158ed0dd343918f2aca071f6e..25e680d996f9f7e0a65ce955035d587f1a719176 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-and_logical_1.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_logical_1.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/and_logical_1.tz --details Well typed Gas remaining: 1039996.814 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance.tz.out index fd90639d91982f04d4b905709dad796c3b22987c..b8ec5318a6ac6ad27df4a8d34ccc59b19ac50ae0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/balance.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_fib_view.tz.out index fc90360dcfdd09ed362309362f408202fafa416c..4e3b63121d6f7524dbe9df66e35ec418fe7b53a7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_fib_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/balance_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_nonexistent_view.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_nonexistent_view.tz.out index dcffa170fe1ce112b5ba4b2e53c05251b8fa1b50..b5ef24a0798eeaf9fe812fb8efb1260a27cc9d73 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_nonexistent_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/balance_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.775 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_view.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_view.tz.out index 60ab15083bc4b8865d32876c84103ef93d6fd8b5..28191139f8ea43f0592230e94f8fd337990a72c5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-balance_after_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/balance_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_mem_nat.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_mem_nat.tz.out index bb3931c477a11b4e96505cd6d8cf433a245ea648..6b1e73afe9d5edfc3222b3d76d79778fe4cb018e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_mem_nat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_mem_nat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz --details Well typed Gas remaining: 1039993.494 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_mem_string.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_mem_string.tz.out index eb46be9857fe32907c975e1332ce2e88b7d091b0..4472c61f19f1a241af49eb1b4d07e38b03f4c731 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_mem_string.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_mem_string.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/big_map_mem_string.tz --details Well typed Gas remaining: 1039993.494 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_to_self.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_to_self.tz.out index fe3bef22d145c7dd0d132fba0c19ba1cde133180..c1a00a34097d17df555a87d7b87733834b0b9073 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-big_map_to_self.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_to_self.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/big_map_to_self.tz --details Well typed Gas remaining: 1039987.387 units remaining { parameter (or (pair %have_fun (big_map string nat) unit) (unit %default)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_push_bytes_not_padde.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_push_bytes_not_padde.out index 29ee7d2426033df29603ccc41523d2bc11a6a2cd..6f2e92b25525429959222bc6d097db7c9d054b87 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_push_bytes_not_padde.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_push_bytes_not_padded.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_fr_push_bytes_not_padded.tz --details Well typed Gas remaining: 1039996.436 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_push_nat.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_push_nat.tz.out index 179f3a36290356a3f066a6ae8311b50e6d0eef7f..70bb3ae875146b12ea50ffcd4722f54f6998ae73 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_push_nat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_push_nat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_fr_push_nat.tz --details Well typed Gas remaining: 1039996.436 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_to_int.tz.out similarity index 60% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_to_int.tz.out index 67b9136a54f01f81f401774a475c06a693308b3e..9dfbbafdea486c01d43652da76f98ecaf3c15100 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_to_int.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_to_int.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_fr_to_int.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_to_mutez.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_to_mutez.tz.out index c5b28f8c640cab015d37eca29970c10248b39325..7a8ee232c4a95e5d7429a34ae3779d4a82b115d7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_to_mutez.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_to_mutez.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_fr_to_mutez.tz --details Well typed Gas remaining: 1039993.594 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_z_int.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_z_int.tz.out index 367a62486d4f7a4e7ec606b12cf52af349c84741..629c0b68bc8ac30e5ab8d13384312de4c924667a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_z_int.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_z_int.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter int ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_z_nat.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_z_nat.tz.out index ff016e1bf008ecc92ac708318dfa00b0d2cc68a6..e3020305b71ba3223ac65f2e23d39113589acecc 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_fr_z_nat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_z_nat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_z_fr_int.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_z_fr_int.tz.out index 6edde7842e95bbf4bb65fa39fe94633b7bb99259..c0ca556e7e30296e8163fb8ecbbbf37c2591f232 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_z_fr_int.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_z_fr_int.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter int ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_z_fr_nat.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_z_fr_nat.tz.out index 732bfed1d06ca308bcd8ddc05351bcc6673ade6c..f69337272ba67a688618d625399a2e846fcf01d6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bls12_381_z_fr_nat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_z_fr_nat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bytes.tz.out similarity index 58% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bytes.tz.out index 9cbb80e8d0b0b368edc3151a34e2ab82a4b60bba..38716581344d438d36db4fb840dcab43fa274806 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/bytes.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter bytes ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-car.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-car.tz.out index b9d9f1ad499ccdaf54b4ec3729cd85293a139a7e..49e2be00b623e7ece3c6fc8a101ecabcde29ea9d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-car.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/car.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/car.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (pair (nat :l) (nat :r)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-cdr.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-cdr.tz.out index e59c8dfca9d2a47432f2737e271a5b7d41f7acee..d3158afef69e90da866d7d78faf6818e5ad3bc15 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-cdr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/cdr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/cdr.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (pair (nat :l) (nat :r)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-chain_id.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-chain_id.tz.out index 2257bd15562b03d85e41f797c94753c7c22b65e0..539b668f7c79a564f90f191c2529ec92175d669a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-chain_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/chain_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/chain_id.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-chain_id_store.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-chain_id_store.tz.out index f4d7d99bfeecb4b95f1eae9c9d6568fc55d65919..0a8a1711e76e4ed4cb46906f4c5acd713a0ee1d5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-chain_id_store.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/chain_id_store.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/chain_id_store.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-check_signature.tz.out similarity index 87% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-check_signature.tz.out index b3cea351c8a03dd3f9954ec6582a0edf324c2aea..8beaf7cd56dbd3c711a254fe4a5029f1f768e0fb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-check_signature.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/check_signature.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/check_signature.tz --details Well typed Gas remaining: 1039988.984 units remaining { parameter key ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-get.tz.out similarity index 89% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-get.tz.out index b2d2599d96603236aed321585c0319a415123113..57cda1d9d4de0564dac53007fb8fe9900fd502ab 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-get.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-get.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/comb-get.tz --details Well typed Gas remaining: 1039966.252 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-literals.tz.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-literals.tz.out index 63cbc2ab7d6b412dce2273a5c9276557f4f54db6..a2c186d1de1d853a28bb179f53e5ebee1d56690d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-literals.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-literals.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/comb-literals.tz --details Well typed Gas remaining: 1039993.270 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-set-2.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-set-2.tz.out index 14f330baa7da339f4d52758c01f645bf8753f2aa..6fbc6838a20db6097c40b6ebbae52db395efcdcf 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-set-2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-set-2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/comb-set-2.tz --details Well typed Gas remaining: 1039991.581 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-set.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-set.tz.out index 621bc67410b070dee9b8af7a397496f8b4fa6059..ad991cb8f115fc27b6483e3aa590978caa86a611 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb-set.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-set.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/comb-set.tz --details Well typed Gas remaining: 1039991.623 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb.tz.out index 33a614d10559e4cf063e57f09655731f68fab40d..aa4f6729a12e3e3d61c6bc65994837d1116e302f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comb.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/comb.tz --details Well typed Gas remaining: 1039995.014 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare.tz.out index 6a29099378947a777130be2165a51fb500f457df..143aa7395df893cf10e3303b5ec9609fa601f0e5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/compare.tz --details Well typed Gas remaining: 1039841.663 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare_big_type.tz.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare_big_type.tz.out index b7f5b6ecb42e7d3fddd14bdbbf281b349945b3a7..25adf3c183980bffe70fbc49b51be9ddad17cb64 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare_big_type.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare_big_type.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/compare_big_type.tz --details Well typed Gas remaining: 1039129.907 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare_big_type2.tz.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare_big_type2.tz.out index 6d22c6401e0fd8c9c763e7551db709b8559e8f1c..724e959252659b0274bbc8220c59e3c967a96630 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-compare_big_type2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare_big_type2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/compare_big_type2.tz --details Well typed Gas remaining: 1038995.158 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comparisons.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comparisons.tz.out index f4366518e42584a8a7c04014621a864ff921ff5c..60668a64aabcc24fed40f2a7bb677ec7a54d5126 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-comparisons.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/comparisons.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/comparisons.tz --details Well typed Gas remaining: 1039977.212 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_hello.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_hello.tz.out index 722fada50e380cbd7acc2852febbffd2ff845ea7..de034c540c80be143a240d484423a64de10cdfbc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_hello.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_hello.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/concat_hello.tz --details Well typed Gas remaining: 1039995.899 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_hello_bytes.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_hello_bytes.tz.out index ae40bb967d0ee35bba3333539103c22f7c61ec1b..be58dd13e2589dd554f5cfb5ff0af33fbd8630fb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_hello_bytes.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_hello_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/concat_hello_bytes.tz --details Well typed Gas remaining: 1039995.973 units remaining { parameter (list bytes) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_list.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_list.tz.out index 33332e68c7b4c87379d9e4623fb09f80812aa04e..4a120e00d354228a77002a9beaf217afcd01afd3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-concat_list.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_list.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/concat_list.tz --details Well typed Gas remaining: 1039992.537 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-cons.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-cons.tz.out index 9e1524f19280582975970ed447d7e5ead0e6628d..ff66220e53f37f2977c70267079372ca123e3e43 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-cons.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/cons.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/cons.tz --details Well typed Gas remaining: 1039997.240 units remaining { parameter int ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-contains_all.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-contains_all.tz.out index 28e9cadc7adf74c679ed587fbd4bec449073a498..3b6591246b8b8931b865345ae1a61000839cc07b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-contains_all.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/contains_all.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/contains_all.tz --details Well typed Gas remaining: 1039974.767 units remaining { parameter (pair (list string) (list string)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-contract.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-contract.tz.out index da092c078ae9a412e2193e4118d2b96fde044aac..e014c6b607b38fa87fca76b7e4694f45d4d4edb6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-contract.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/contract.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/contract.tz --details Well typed Gas remaining: 1039994.190 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract.tz.out index 9f93bea33b4541c2c2495f219da65b5691b0f3de..35109a99d43a422d5e6caa614ed98e58c8b29568 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/create_contract.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_rootname.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_rootname.tz.out index f761f6f328d75df2e78bba0631b86b7dbf080809..41ad4aa834253338165cee0cc18068db8f1df941 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_rootname.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_rootname_alt.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/create_contract_rootname.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_rootname_alt.tz.out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_rootname_alt.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..59a12957fc47b7b28d0f2bf8658decf30130dcc1 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_rootname_alt.tz.out @@ -0,0 +1,29 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/create_contract_rootname_alt.tz --details +Well typed +Gas remaining: 1039991.584 units remaining +{ parameter unit ; + storage (option address) ; + code { /* [ pair unit unit ] */ + DROP + /* [ list operation : unit ] */ ; + UNIT + /* [ unit ] */ ; + AMOUNT + /* [ pair (list operation) unit ] */ ; + NONE key_hash + /* [ option key_hash : mutez : unit ] */ ; + CREATE_CONTRACT + { parameter (unit %root) ; + storage unit ; + code { CDR ; NIL operation ; PAIR } } + /* [ operation : address ] */ ; + DIP { SOME + /* [ option address ] */ ; + NIL operation + /* [ list operation : option address ] */ } + /* [ operation : list operation : option address ] */ ; + CONS + /* [ list operation : option address ] */ ; + PAIR + /* [ pair (list operation) (option address) ] */ } } diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_with_view.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_with_view.tz.out index aaf5698de0e23f241fca27b50e197d8159ce3aa1..73a687f3d164a208e14c26a0bfc9b959d9e53312 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-create_contract_with_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_with_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/create_contract_with_view.tz --details Well typed Gas remaining: 1039990.516 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-diff_timestamps.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-diff_timestamps.tz.out index 02dcb003527100d7be9b720552ff65453de53966..ff57a0eb83949b9967c3faa1a437ef84cfd5f167 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-diff_timestamps.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/diff_timestamps.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/diff_timestamps.tz --details Well typed Gas remaining: 1039995.013 units remaining { parameter (pair timestamp timestamp) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dig_eq.tz.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dig_eq.tz.out index 4a72da39639a2234dc010906ca9e91f3bd1f1991..79eaaf280dab7e10451264c209b59dd1f4be1811 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dig_eq.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dig_eq.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dig_eq.tz --details Well typed Gas remaining: 1039909.247 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dign.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dign.tz.out index 8e7603635c8b47d2543ba20c9ce07c1bab0cd27f..a33e0fdf7d02c4fd8c5e1bbe581a3ef745a4a121 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dign.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dign.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dign.tz --details Well typed Gas remaining: 1039992.220 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dip.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dip.tz.out index ebb155114bbb20a21b19b418a36fde6a3487d872..b7d967e7ca3b30392935fc54d85ca1785657c428 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dip.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dip.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dip.tz --details Well typed Gas remaining: 1039994.918 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dipn.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dipn.tz.out index bfb77247f1bf4030f8fbc2dcd5ce00253abd1410..4fbf1e9f0fe53cc3dfc112afacbbb2556185d822 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dipn.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dipn.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dipn.tz --details Well typed Gas remaining: 1039991.330 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dropn.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dropn.tz.out index a755641a0f0bb4fb1ac867b2978e89236966bacd..86f4f2769c6fefdd0ef42f87d8486e175a0d6862 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dropn.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dropn.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dropn.tz --details Well typed Gas remaining: 1039994.587 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dugn.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dugn.tz.out index 56e6504dcc74ede3bfec0f04067203cb7bfac7ed..3f706adefff023c1325aa36d89c04008c0f7dc95 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dugn.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dugn.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dugn.tz --details Well typed Gas remaining: 1039992.716 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dup-n.tz.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dup-n.tz.out index 7137435c363ed4bbb714d3d34a2f9aa26876d25b..e25b86f581ce7bfacce6c981b03b6b7d2a7ff805 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-dup-n.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dup-n.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/dup-n.tz --details Well typed Gas remaining: 1039968.032 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ediv.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ediv.tz.out index 7f4f1a945cf12df032fc5263824ccde1d72e2fd3..3e850334d618485af959415a84a724496f01a434 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ediv.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ediv.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ediv.tz --details Well typed Gas remaining: 1039981.718 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ediv_mutez.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ediv_mutez.tz.out index e839b8df7655fc16f08caa04034892c6314e1c7b..a7af623356575d7da659100b2d7accc2761006bb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ediv_mutez.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ediv_mutez.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ediv_mutez.tz --details Well typed Gas remaining: 1039990.621 units remaining { parameter (pair mutez (or mutez nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-emit.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-emit.tz.out index f54dd5db711c881792c15e085f27bf2a35a88286..4e16a335a3601912ee5f7b8516491bfe4b9f0391 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-emit.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/emit.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/emit.tz --details Well typed Gas remaining: 1039991.050 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-empty_map.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-empty_map.tz.out index a97bd198689a24a6d9fcea73212dcd493c03eaf4..13c4954fcae4cc43cfcaafdd2ee4df0a50c1cabc 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-empty_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/empty_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/empty_map.tz --details Well typed Gas remaining: 1039994.366 units remaining { storage (map string string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-exec_concat.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-exec_concat.tz.out index 7f36718d19447413f7c5d0b83445dc4d0b6265a8..0ac064cf41145503af5d3609719fe50ea9b943d1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-exec_concat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/exec_concat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/exec_concat.tz --details Well typed Gas remaining: 1039992.377 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-first.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-first.tz.out index c3018351e66c2d4fbcf2f8f7d958772772f3b856..ae9bbbcdec83b6d93d11ecd40e3187629f286c49 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-first.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/first.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/first.tz --details Well typed Gas remaining: 1039995.098 units remaining { parameter (list nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_and_update_big_map.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_and_update_big_map.tz.out index f1ca05c3be188e31d7040c44d651112621795124..a5a3e79ad2236bcfdd63d12cf604626c277cd85f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_and_update_big_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_and_update_big_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/get_and_update_big_map.tz --details Well typed Gas remaining: 1039994.790 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_and_update_map.tz.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_and_update_map.tz.out index b7b218913028be85b27c431b66ea960d73b666ea..c61f69223a965578df433a4b7fe961820f91a064 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_and_update_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_and_update_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/get_and_update_map.tz --details Well typed Gas remaining: 1039994.850 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_big_map_value.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_big_map_value.tz.out index 1928a327a1fa0b33c49b309b4941f13e709a1636..95809dde58684ac19c7c0c0e7b273a5a7291c1b9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_big_map_value.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_big_map_value.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/get_big_map_value.tz --details Well typed Gas remaining: 1039992.079 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_map_value.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_map_value.tz.out index 115428a47d495802efdfcf9861bcc9b479420ae3..012819dc9abe7c5067d7fad1f433a56b5bb2f601 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-get_map_value.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_map_value.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/get_map_value.tz --details Well typed Gas remaining: 1039992.607 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_consistency_checker.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_consistency_checker.tz.out index 69f04273ff3f2eee8c00ddf14698d1dad96a2490..404aed76a15337f190d571132bf5db698404fdd0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_consistency_checker.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_consistency_checker.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/hash_consistency_checker.tz --details Well typed Gas remaining: 1039996.569 units remaining { parameter (pair mutez (pair timestamp int)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_key.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_key.tz.out index 515ddff8fbd6253c042d5d62d95eff8f50d8c270..2df5f50fbf3ddc406e597e8255db860957e5e6fe 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_key.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_key.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/hash_key.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter key ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_string.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_string.tz.out index 99c869eec3ccd7ce07005a1918014ccefabfa6d1..08e3761fafefe46fb260ccfd2bb6c166433767a7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-hash_string.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_string.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/hash_string.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-if.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-if.tz.out index 57d41c27b5d1e02f6db49d0c5e6797f734667077..c8a8fc7f18f862274569be592ce39a99069812af 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-if.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/if.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/if.tz --details Well typed Gas remaining: 1039995.290 units remaining { parameter bool ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-if_some.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-if_some.tz.out index cd8e6f93b8ea0b01472b1e63955f2b15aec8d5ea..26e39e951ab4ea423948718be1897e094bac85e3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-if_some.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/if_some.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/if_some.tz --details Well typed Gas remaining: 1039996.019 units remaining { parameter (option string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-int.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-int.tz.out index 77d8d5069a62d6fc2b53bdb4a8b734ad899b9a71..44b9b20cb2f7c2f9c86507b75dcaad874e1a985a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-int.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/int.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/int.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-iter_fail.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-iter_fail.tz.out index e4352e395e3ddc14860304663033c756f68dcf01..056d05446f1af9eb817c1df33835dd143d75e034 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-iter_fail.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/iter_fail.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/iter_fail.tz --details Well typed Gas remaining: 1039996.874 units remaining { parameter (set nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-keccak.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-keccak.tz.out index 35da128380843916be4509da6f89d929087dacb7..11fb08d99513d573da657145471440ab4b7fa538 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-keccak.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/keccak.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/keccak.tz --details Well typed Gas remaining: 1039996.837 units remaining { storage (option bytes) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-left_right.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-left_right.tz.out index a557ee99aadd724fd1d86797ce1023d6053c5f20..5fe38a998afdf52773e6b8b4ffed6712e416f7e4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-left_right.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/left_right.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/left_right.tz --details Well typed Gas remaining: 1039995.570 units remaining { parameter (or bool string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-level.tz.out similarity index 60% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-level.tz.out index 52b75cf161ad791bc8375b8fba3767647d5caec6..87516a12a2b3ee2f14472b27acc4feb181ec0050 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-level.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/level.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/level.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_concat.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_concat.tz.out index 95921c6c99499079a8426b9bcdf11bd77ac2e4bc..b19178ba6c9f257f887d57c0d4da8dd1c4ae61c6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_concat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_concat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_concat.tz --details Well typed Gas remaining: 1039996.374 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_concat_bytes.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_concat_bytes.tz.out index d4b6edf5adec29706b18b35a5bd07ca160a50441..4d87de37cab13e88aba4d1951eb1c9b90089f538 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_concat_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_concat_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_concat_bytes.tz --details Well typed Gas remaining: 1039996.374 units remaining { parameter (list bytes) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_id.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_id.tz.out index 6c5c4ab9b682a04b6cf3390e981cc5b3b9badea0..80b8dc19296b833a634b087bf41aaf170e6972ec 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_id.tz --details Well typed Gas remaining: 1039997.680 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_id_map.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_id_map.tz.out index 7db1f18b4d489ccc08c3d815a936ba82a7a634d5..188f2b5cb391c14352f31a51f24485a89a57553b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_id_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_id_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_id_map.tz --details Well typed Gas remaining: 1039996.974 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_iter.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_iter.tz.out index 06e2246037e0df44aa99063488602e3b28b2e2c4..d3f5a51268a83a3a4c42a8103f6e41939bfd8af5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_iter.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_iter.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_iter.tz --details Well typed Gas remaining: 1039995.593 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_map_block.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_map_block.tz.out index 03f4d08e0fd50e516d79ac0d0cb396fb1e18eeb8..a3486263f18300623943686045f61015f2b03042 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_map_block.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_map_block.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_map_block.tz --details Well typed Gas remaining: 1039991.624 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_size.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_size.tz.out index 8a30d65546290395d43b55ec2115b6bb04c7c4b0..5936f4f50eb5b02dc52a9188f49b26533211b4db 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-list_size.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_size.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/list_size.tz --details Well typed Gas remaining: 1039997.360 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_failwith.tz.out similarity index 62% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_failwith.tz.out index 3553e6a9733f4d30dd44a0665423de68f77cdfc1..ad888ee957ac3bf436d670ec47359db54c6e3e74 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_failwith.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_failwith.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/loop_failwith.tz --details Well typed Gas remaining: 1039996.957 units remaining { parameter bool ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_left.tz.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_left.tz.out index 86448d972e96e4725c762646d2c939273965a845..b54ef8ced4416b957162164e1d3bc63a9279c423 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_left.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_left.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/loop_left.tz --details Well typed Gas remaining: 1039987.396 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_left_failwith.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_left_failwith.tz.out index ebcc0c45d0c4a2912454f7799e64f992660aa8b4..f21d0be9a4dfc83bf4742ef986f27eb66bead215 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-loop_left_failwith.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_left_failwith.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/loop_left_failwith.tz --details Well typed Gas remaining: 1039996.716 units remaining { parameter (or string nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--lsl_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-lsl_bytes.tz.out similarity index 86% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--lsl_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-lsl_bytes.tz.out index 09f6ce8b2052351c13d61ddca05114e04bc1ac83..4196b92e9fdf90732b80dac69720e460ae32ce93 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--lsl_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-lsl_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/lsl_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/lsl_bytes.tz --details Well typed Gas remaining: 1039972.796 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--lsr_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-lsr_bytes.tz.out similarity index 89% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--lsr_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-lsr_bytes.tz.out index e69744b5314eacd275deb485cee0e4496c0cf43a..00d4d596f3ca5cce4ce0dbedddd1096d29cee08d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--lsr_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-lsr_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/lsr_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/lsr_bytes.tz --details Well typed Gas remaining: 1039959.946 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_car.tz.out similarity index 75% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_car.tz.out index beabc3d4205baa826e8b0e11c93eace041d8f3a8..fae8a93535a4bf88aa0d4157bc46fe4f259d4dc7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_car.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_car.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_car.tz --details Well typed Gas remaining: 1039991.063 units remaining { parameter bool ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_id.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_id.tz.out index f7ecdaa9f28ef9e68b5156b9035c2d173dc61476..68bc7addae4b8090fea50cb9e6af8d21f5c76dab 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_id.tz --details Well typed Gas remaining: 1039997.454 units remaining { parameter (map nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_iter.tz.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_iter.tz.out index ae7a624ea15ac3be34c23438d2ee643abff1d855..6a1865ecd1c4ebfb5ddbb925c10176f0b9b29c4e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_iter.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_iter.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_iter.tz --details Well typed Gas remaining: 1039986.949 units remaining { parameter (map (int :k) (int :e)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_map.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_map.tz.out index 6ebb9af4e38ff3dfc8af6bc9c979518a6e8aa1ae..6dfc2b6315be707b6a06f772982ef91b6eedfa73 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_map.tz --details Well typed Gas remaining: 1039993.574 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_map_sideeffect.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_map_sideeffect.tz.out index 7cbdf15cf09fa259e5c03b0474792235b8bb0842..a12c12f55549474b214fffbb10dff98aabb59150 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_map_sideeffect.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_map_sideeffect.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_map_sideeffect.tz --details Well typed Gas remaining: 1039988.534 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_mem_nat.tz.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_mem_nat.tz.out index 2c1c31465fd319358bbd9b1bd9ff3a793fbc0a13..c6afd7304697369174198684fa0b9620d2548298 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_mem_nat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_mem_nat.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_mem_nat.tz --details Well typed Gas remaining: 1039993.554 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_mem_string.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_mem_string.tz.out index 4f3bb4405246d57ddb3a0440a03f7b5b82c156f2..281bf9ea0c2d6631c75f1e0d9ccbd6283b71fef6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_mem_string.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_mem_string.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_mem_string.tz --details Well typed Gas remaining: 1039993.554 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_size.tz.out similarity index 62% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_size.tz.out index 7dd28059de1173a8c593918b0c0b8a72a1de63b8..8abc616b6a6a47a9bcf215a543f02f81dd7ff94a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-map_size.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_size.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/map_size.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (map string nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-merge_comparable_pairs.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-merge_comparable_pairs.tz.out index e59524f24d15b5e221a4e90bab24b959485e43c1..bf3b0e8417f0fc74442f6c964a8e8095280d8a2e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-merge_comparable_pairs.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/merge_comparable_pairs.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/merge_comparable_pairs.tz --details Well typed Gas remaining: 1039992.173 units remaining { parameter (set (pair (nat %n) (pair %p (string %s) (int %i)))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul.tz.out similarity index 91% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul.tz.out index e319bb5d7d9fab582545d000f37d739455d094ce..797ad48b65aac0897a0b6938c115564b57bfda08 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/mul.tz --details Well typed Gas remaining: 1039961.621 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_fr.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_fr.tz.out index c119be55842ad030cd70dbcbde54dbb645a08719..d7a2d23262abe79420a34f18d86f1d0778c414c2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_fr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/mul_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_fr bls12_381_fr) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_g1.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_g1.tz.out index f6b63537a4c2c547d90ed433830ec2de0f2ff5ed..9bdef9ee79850bd955721400722e284fdc5e56ec 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_g1.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/mul_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g1 bls12_381_fr) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_g2.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_g2.tz.out index fa7eb61f817a62d4ba431936662209435ae56247..31f484c14977c0b8ff7122d4c4b16120193427cd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_g2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/mul_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g2 bls12_381_fr) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_overflow.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_overflow.tz.out index 7f4b85955de0f24becc407fe0306fe02e05d3149..acc9fce5c5b1c6630de41992a1e98245ba35ae43 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mul_overflow.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_overflow.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/mul_overflow.tz --details Well typed Gas remaining: 1039992.344 units remaining { parameter (or unit unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-munch.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-munch.tz.out index cc2d0542e30a07681d21dab8805deeaaf2e3acb6..ef4df961b9f4a1d141abcf33bcdc2c44a644df93 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-munch.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/munch.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/munch.tz --details Well typed Gas remaining: 1039997.065 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mutez_to_bls12_381_fr.tz.out similarity index 75% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mutez_to_bls12_381_fr.tz.out index 3faa917205d79ae6507d909f8e89e1db41baf620..448a3ff1a723b3ca8b21eeba031ebe5c6c0ecbdb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-mutez_to_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/mutez_to_bls12_381_fr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/mutez_to_bls12_381_fr.tz --details Well typed Gas remaining: 1039992.323 units remaining { parameter mutez ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg.tz.out index 3192c97189908874d95bd266272970e9faa50767..eb24013110855fc912c1dac95ded6e01f020e014 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/neg.tz --details Well typed Gas remaining: 1039996.161 units remaining { parameter (or int nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_fr.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_fr.tz.out index a9348050d70b1d975a91a4867366e5581f229244..6de2ea12b9537ab6df7afec4b4fc91631cd818bb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_fr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/neg_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_g1.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_g1.tz.out index 3948507c3a156dc4027426ec438ffec6d80a6d9e..50598f3f0c37affeacd9402169ef49fe4ba7daf2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_g1.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/neg_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_g1 ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_g2.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_g2.tz.out index 1c223992c659167ad88dbaf182233bc9b2b4bba8..2b19c52aa9bc3f69636a6c7e4dd123c30ea49d60 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-neg_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_g2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/neg_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_g2 ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-none.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-none.tz.out index 51deb0ee774cc1a6fc295ca49043d872d1105e2a..bd497152060e8bec1e2d58a7ec80452f072a6b3f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-none.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/none.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/none.tz --details Well typed Gas remaining: 1039997.217 units remaining { parameter unit ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-noop.tz.out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-noop.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..f51bca32c4d8b4eaa7cb17e2c8bd034432613756 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-noop.tz.out @@ -0,0 +1,12 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/noop.tz --details +Well typed +Gas remaining: 1039997.907 units remaining +{ parameter unit ; + storage unit ; + code { CDR + /* [ unit ] */ ; + NIL operation + /* [ list operation : unit ] */ ; + PAIR + /* [ pair (list operation) unit ] */ } } diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not.tz.out index d1f0fe539d3a8a9acc60b987d35820e0b596c3e8..1ba806d1d85e736ac8897fa000f29ae74c5dc7e4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/not.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/not.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bool ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not_binary.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not_binary.tz.out index 82136d67563bb4b08cb13e599a5a336699e8c399..87e5d54a9e9483e5a92c6cc3539b81f983b346ae 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not_binary.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/not_binary.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/not_binary.tz --details Well typed Gas remaining: 1039995.545 units remaining { parameter (or int nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not_bytes.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not_bytes.tz.out index 541da8364a9ceb76a1250ab7f6abfd75f68bbd13..89ccfd054f9463964ba2ad92d857314d3ccebd73 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-not_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/not_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/not_bytes.tz --details Well typed Gas remaining: 1039981.341 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or.tz.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or.tz.out index 45fa56cd80f49418efa13bf62bb58f927cc45767..b36720171966ffebc61cb0b39ad55f8894022087 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/or.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/or.tz --details Well typed Gas remaining: 1039994.425 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or_binary.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or_binary.tz.out index 694082cb02957ba203184c502553d6747eea0aa3..91fab12b66bcee04afb15669c6fdf685f74b3c80 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or_binary.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/or_binary.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/or_binary.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or_bytes.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or_bytes.tz.out index 305e863617d9a108704bd915bace27280e3e2570..7019492b06216f272e391876ff22aa0f3c7bb8c2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-or_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/or_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/or_bytes.tz --details Well typed Gas remaining: 1039978.916 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-originate_big_map.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-originate_big_map.tz.out index d6735214e84a3a47e0c45ecc8962b8cb41c06984..86a05b3e75f9ed41ae6a973706e8f3f9fbcd1025 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-originate_big_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/originate_big_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/originate_big_map.tz --details Well typed Gas remaining: 1039997.334 units remaining { parameter (big_map int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack.tz.out index fbb5003e28a4a9638eb946099b030ac0d876d227..ee183bc03039252e2625acdf9830fe1be909ca4a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/packunpack.tz --details Well typed Gas remaining: 1039987.310 units remaining { parameter (pair (pair (pair string (list int)) (set nat)) bytes) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack_rev.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack_rev.tz.out index ef6333a7e0334ec8a729083cd8329dcd6bdaab1c..4fd364b9aad34e14dc01ad34c46175ba19ac2e9a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack_rev.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack_rev.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/packunpack_rev.tz --details Well typed Gas remaining: 1039888.774 units remaining { parameter (pair int nat string bytes mutez bool key_hash timestamp address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack_rev_cty.tz.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack_rev_cty.tz.out index 30e155eb1c776fceadbf8dfe20f3ea778be1800d..b02e96b7b0e24f162f043dde19ca3fb593cbde6d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-packunpack_rev_cty.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack_rev_cty.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/packunpack_rev_cty.tz --details Well typed Gas remaining: 1039875.178 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pair_id.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pair_id.tz.out index 3db7265b0c82769cfce147ef150a1a6e5087d981..ec1759aee64a94a9554f012ffd75173dbf3b24f5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pair_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/pair_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/pair_id.tz --details Well typed Gas remaining: 1039996.769 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pairing_check.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pairing_check.tz.out index fe0facaac8904603345d3a367ae3025b5b342738..1fc1bb04c2c496999921dd1f1982b271307380fe 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pairing_check.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/pairing_check.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/pairing_check.tz --details Well typed Gas remaining: 1039996.509 units remaining { parameter (list (pair bls12_381_g1 bls12_381_g2)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pexec.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pexec.tz.out index e49fa10eda88796ec04f5e352f01c2d3c303de25..5f2edae52befce12b6c1ee833fde64a7637ba13e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pexec.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/pexec.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/pexec.tz --details Well typed Gas remaining: 1039993.994 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pexec_2.tz.out similarity index 87% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pexec_2.tz.out index d1bf8ea9528f72512c1cc9c71c6b23d0be1319af..378c250cf20bd9dd6c60c29492cb62652164b78e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-pexec_2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/pexec_2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/pexec_2.tz --details Well typed Gas remaining: 1039988.161 units remaining { parameter int ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-proxy.tz.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-proxy.tz.out index f631675a08a449111fdb31a6cda9aa8151808af3..8f2d3007cf531ff3e06ea8a91667e7da8fe2e95e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-proxy.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/proxy.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/proxy.tz --details Well typed Gas remaining: 1039995.281 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ret_int.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ret_int.tz.out index 66ac732e83f56b8aa9bd19961e6a2427b72b6d73..c854e9c5ec5ca107016db5e6f4ced4889d8ce282 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ret_int.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ret_int.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ret_int.tz --details Well typed Gas remaining: 1039996.556 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-reverse.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-reverse.tz.out index 999d0b399a2a0e9027c7c9db2902817ea8c83f6d..feea794d7c7937c174a96d13b9acf9146375269c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-reverse.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/reverse.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/reverse.tz --details Well typed Gas remaining: 1039995.453 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-reverse_loop.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-reverse_loop.tz.out index e51d1724c85222591a144a88af8e40895bd6da23..ef25aea783523dcf3b7e85c7cdde366ad7c06fc2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-reverse_loop.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/reverse_loop.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/reverse_loop.tz --details Well typed Gas remaining: 1039990.243 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sapling_empty_state.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sapling_empty_state.tz.out index 5ae52e2a6e85c22d79c9d46e1206713e3e5781b9..83054997d074c72733e3dbcaa76e5766f4f0dfd1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sapling_empty_state.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sapling_empty_state.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sapling_empty_state.tz --details Well typed Gas remaining: 1039997.397 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self.tz.out index d7e5ad423cc8f6d55d6308e08dcbcbbb1b4da18f..cc7f20cdd765defd18b477047f98a970670de4cf 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self.tz --details Well typed Gas remaining: 1039996.945 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address.tz.out index 38b160092795fe0f60fecd23d7c1f6993a742280..ddab5aed3c734a65159427c69ff4a2cb6f968c28 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_address.tz --details Well typed Gas remaining: 1039990.189 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_fib_view.tz.out index 7ffa8dfd9d167603e6e6bba52698303676e53f65..d11a46b2fceb56c54069031d38f2c5959fa10b43 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_fib_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_address_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_nonexistent_vi.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_nonexistent_vi.out index 41e5787e27d9e75fef1a6065aed211b25de58c99..61b0d65035bd80281df9559295bd4729c39cb212 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_nonexistent_vi.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_nonexistent_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_address_after_nonexistent_view.tz --details Well typed Gas remaining: 1039987.050 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_view.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_view.tz.out index 55d1cfafa2160dcfc19383247f4a8550dd6787cb..e9d0e00c9e3deaf2fcd631348956425300a00a8a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_address_after_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_address_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_fib_view.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_fib_view.tz.out index 23512e45a0073aba230b66bc593e0db49235b2cb..b24f3e9eef6f9adc04ddbb85a4d263d5c2612908 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_fib_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_after_fib_view.tz --details Well typed Gas remaining: 1039986.060 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_nonexistent_view.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_nonexistent_view.tz.out index 99fbe7d121b9cfa12b4d171223d6ad2569fee9e8..a7fae3efe39f7b2be14663ca2d9858fac0a38961 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_nonexistent_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.452 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_view.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_view.tz.out index 8e241af750e0b1c0a11876124cac2e5817c06842..72a0577c6a6356a2ca09f4c1d8dfdaa8dce67c62 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_after_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_after_view.tz --details Well typed Gas remaining: 1039985.886 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_with_default_entrypoint.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_with_default_entrypoint.tz.out index 5155d84246bfdcc121f84321702f80febf95c596..632f013b0c1b936bbb704200693d29fc8c07b3b4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_with_default_entrypoint.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_with_default_entrypoint.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_with_default_entrypoint.tz --details Well typed Gas remaining: 1039988.800 units remaining { parameter (or (or (nat %A) (bool %B)) (or %maybe_C (unit %default) (string %C))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_with_entrypoint.tz.out similarity index 91% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_with_entrypoint.tz.out index a777620f8251ef2c53bcd75701e15b951a986d8d..8748dc309bb2a7eda1c2e3953f49330703cee881 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-self_with_entrypoint.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_with_entrypoint.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/self_with_entrypoint.tz --details Well typed Gas remaining: 1039970.861 units remaining { parameter (or (or (nat %A) (bool %B)) (or %maybe_C (unit %Z) (string %C))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender.tz.out similarity index 62% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender.tz.out index cb22e7013a2f585e8f962c1ec4ca7a7366bcfc70..dd80a09a8675b80d6dbfe85a54f537b9164c3903 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sender.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_fib_view.tz.out index 37a4f5edf1d5c3f48df45d480db92b4b4cba4df9..c37877985ef5993bbac00c2a20ed62daebe6e664 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_fib_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sender_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_nonexistent_view.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_nonexistent_view.tz.out index a9eca92f717cf299aaaf49a70babaa858ce9ccda..f5c1da43fe96cf89a48866244a1e7b814ba52763 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_nonexistent_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sender_after_nonexistent_view.tz --details Well typed Gas remaining: 1039987.050 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_view.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_view.tz.out index c4b5fc962c634680771ee1089a5237ad5123bc63..38c536f99d06c622261d0324f6a8f5973ef4f937 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sender_after_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_view.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sender_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_car.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_car.tz.out index f5d1aac00406fb39bada2716677dae48698a7943..a5a28986a46594879a7b09e93d4326dd157c5339 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_car.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_car.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_car.tz --details Well typed Gas remaining: 1039992.274 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_cdr.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_cdr.tz.out index 30fb1ba83edb5264a09bc8771a4c73f2e468c8e3..827537b2bd377505eb4ab97c5929c4dada033b13 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_cdr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_cdr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_cdr.tz --details Well typed Gas remaining: 1039992.742 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_delegate.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_delegate.tz.out index f7ca9dbaedbd27eaf104899dc33dca896b719715..80dcdf9ff63bb724aac9de733d123dbaea3f5771 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_delegate.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_delegate.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_delegate.tz --details Well typed Gas remaining: 1039996.276 units remaining { parameter (option key_hash) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_id.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_id.tz.out index 54b3f50e536f6d4bf5b08d5bdb6b3442c634916b..45feac8b39187cffa921c1d3a6328e73c255ffdf 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_id.tz --details Well typed Gas remaining: 1039997.680 units remaining { parameter (set string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_iter.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_iter.tz.out index 01230d843a2700bf3540ec65ff8ce20c6f1315d4..8b43396fa34a65c3672f34fa5fa0b2d032421893 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_iter.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_iter.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_iter.tz --details Well typed Gas remaining: 1039995.593 units remaining { parameter (set int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_member.tz.out similarity index 86% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_member.tz.out index bee7edd8e0991db5af8559ad85827e17cf0aad9b..e902dde5d2df36ccf8b47bc9b19fe090718d6b1a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_member.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_member.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_member.tz --details Well typed Gas remaining: 1039989.840 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_size.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_size.tz.out index d835c0dd817ab526708216b6a9f1b6c50c943033..8b5fecc5cf8706745507f3d00aa6c819b8791efe 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-set_size.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_size.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/set_size.tz --details Well typed Gas remaining: 1039997.360 units remaining { parameter (set int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sets.tz.out similarity index 91% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sets.tz.out index 34cbfda2ce151603cf0cfdf21a68cb5c7d3c5d6a..fe466af2a3cef2332364cefacca3222e37695043 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sets.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sets.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sets.tz --details Well typed Gas remaining: 1039953.534 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sha3.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sha3.tz.out index a22dabe5f751082f1e873fd8fa4317642d67fd95..aa1ea8e967d0cc48ef958d687da3021f13afbefc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sha3.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sha3.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sha3.tz --details Well typed Gas remaining: 1039996.837 units remaining { storage (option bytes) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-shifts.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-shifts.tz.out index 4b614d952ffdb46224b792e2e1d8075cd4e13f1b..4f70408d1ecbaeb31b05c425374897b1ff8217bd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-shifts.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/shifts.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/shifts.tz --details Well typed Gas remaining: 1039994.259 units remaining { parameter (or (pair nat nat) (pair nat nat)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slice.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slice.tz.out index 2e08a0e627783abb4029c5d601525484dca01703..3fd0ef14fc5acbde87ac3e3ec283d97d1dabb4b3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slice.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/slice.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/slice.tz --details Well typed Gas remaining: 1039993.747 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slice_bytes.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slice_bytes.tz.out index b69f20be81d8aa21641be8a347fc907020ce0cdb..7bb754ca239c92cec6e7901139a67ae7e5f6cc5e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slice_bytes.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/slice_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/slice_bytes.tz --details Well typed Gas remaining: 1039993.747 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slices.tz.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slices.tz.out index eb01be183a8d4575ecdb1dad1557a4076c83ca13..8a8f302b3dc0a16e366e170e244b25bb0c1cf9e7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-slices.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/slices.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/slices.tz --details Well typed Gas remaining: 1039937.057 units remaining { parameter (pair bytes signature) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-source.tz.out similarity index 62% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-source.tz.out index e037e14a5f6604fab5422fbb48bf5f2d166af578..02df4998604148f18a4faeef26d2383f6835032c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-source.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/source.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/source.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-split_bytes.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-split_bytes.tz.out index 6bd245f191af224f78f8b86a7e1dcb033201b4f7..c42ed28a9427c1686d171b32444e498f37d5418a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-split_bytes.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/split_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/split_bytes.tz --details Well typed Gas remaining: 1039973.337 units remaining { parameter bytes ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-split_string.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-split_string.tz.out index 19600f262093342f578c9c5e34a67faa3fbba7aa..4a4a5d37dd3c5bb00935c42e7f6c04f73c4fd17a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-split_string.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/split_string.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/split_string.tz --details Well typed Gas remaining: 1039973.337 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_fr.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_fr.tz.out index 286371d5cd70d7c75db48b8d3b33512f4d5b158c..feec8ae8c5e2bd54a3975f966aa171e08550ff3d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_fr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/store_bls12_381_fr.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_g1.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_g1.tz.out index 1e6f363c1f9d680a041dca909a9977f227386ba5..2b7e8d1eb7811a072bf062e51281c3885d6e0fea 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_g1.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/store_bls12_381_g1.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_g1 ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_g2.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_g2.tz.out index 979b0f25aff5f0e293332998292914ca345b51e5..89176a4610ea81c64035b1e322254ff05ac5a870 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_g2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/store_bls12_381_g2.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_g2 ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_input.tz.out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_input.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..7e6eef6def04fb7a226f97b5fea62c1057a074a5 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_input.tz.out @@ -0,0 +1,12 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/store_input.tz --details +Well typed +Gas remaining: 1039997.907 units remaining +{ parameter string ; + storage string ; + code { CAR + /* [ string ] */ ; + NIL operation + /* [ list operation : string ] */ ; + PAIR + /* [ pair (list operation) string ] */ } } diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_now.tz.out similarity index 62% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_now.tz.out index 9a3a576f2885274e12214759e3dd39b582d8570b..92ba3417b8df5cc7745f86db6be13e065e57f3f0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-store_now.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_now.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/store_now.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-str_id.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-str_id.tz.out index c03f605c9fb71039211f3cca54077276d1aa0181..4315adaf1c1998c9225d5a6e70f722ff1ddc9276 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-str_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/str_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/str_id.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sub_timestamp_delta.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sub_timestamp_delta.tz.out index 77c334a75ec2ae44179641bc104f055ca9aca97d..84aeb6f40de0bd2ad53df5f764868287f78e2d92 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-sub_timestamp_delta.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sub_timestamp_delta.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/sub_timestamp_delta.tz --details Well typed Gas remaining: 1039995.013 units remaining { parameter (pair timestamp int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-subset.tz.out similarity index 90% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-subset.tz.out index 7745f1c1251da61981d3a9bea1aff2d611ce2294..9bf3abd26f5ec1552a653c71a2e2dc2e6c52ba87 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-subset.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/subset.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/subset.tz --details Well typed Gas remaining: 1039986.401 units remaining { parameter (pair (set string) (set string)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-tez_add_sub.tz.out similarity index 86% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-tez_add_sub.tz.out index ca6ae30d4c2c9b7d1c034f2d1bba3c9d20184f9a..04dbdc2e856ac2c70105091ae53bb73324191619 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-tez_add_sub.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/tez_add_sub.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/tez_add_sub.tz --details Well typed Gas remaining: 1039987.345 units remaining { parameter (pair mutez mutez) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_bad.tz.out similarity index 59% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_bad.tz.out index 22f2026438623af19dedd5c3e8bef0df0e8e659b..b750050e3867a3989e2cddc6ae6b843320b9dff5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_bad.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_bad.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_bad.tz --details Well typed Gas remaining: 1039997.763 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_big_store.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_big_store.tz.out index d6caaeff2bbc313d733671ab28031d76ca70f385..51ac81527d2253945f8d9cc945292cbfde587175 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_big_store.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_big_store.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_big_store.tz --details Well typed Gas remaining: 1039991.976 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_join.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_join.tz.out index 932c47ce9e62c2f5d57dcef5f91bda314a961489..6e493d9a7a2048bae1b3d6f385daef68b79f60d6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_join.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_join.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_join.tz --details Well typed Gas remaining: 1039992.503 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_read.tz.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_read.tz.out index 979afbd6b84f60546bcfd0a18460a80e23ea03d8..1382bc077f1dfa877a65df42f24471a8ebd98981 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_read.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_read.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_read.tz --details Well typed Gas remaining: 1039985.350 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_split.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_split.tz.out index f6aa397c21d2462e7422de954d9943ac138d3dde..cd930b59568202b75183c3306a6ded5499fc6899 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_split.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_split.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_split.tz --details Well typed Gas remaining: 1039979.558 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_store-2.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_store-2.tz.out index a67cae8f99f501edae3be952e70f28318be6c196..f94115b2187e218f560b38d822aca11f8cf493f6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_store-2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_store-2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_store-2.tz --details Well typed Gas remaining: 1039997.454 units remaining { parameter (option (ticket nat)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_store.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_store.tz.out index 5a9964654c749cda9889c999117433ebb6efe171..dba2e14eb8df85e4a995ff9b6143c4934833e254 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticket_store.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_store.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticket_store.tz --details Well typed Gas remaining: 1039997.074 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticketer-2.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticketer-2.tz.out index 3c7406e821b208d117d299a209a131a1a1eedb0a..7ea1a8926aab2a0b8a316b68243dadd12d55f93c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticketer-2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticketer-2.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticketer-2.tz --details Well typed Gas remaining: 1039986.226 units remaining { parameter (pair (pair address nat) nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticketer.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticketer.tz.out index 52f7eb8207389d30b0ea0befd3b1343f897cf52d..831b3bc33e7bda4d6c8f74385a4f0eb3a0b722e9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-ticketer.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticketer.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/ticketer.tz --details Well typed Gas remaining: 1039986.744 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-transfer_amount.tz.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-transfer_amount.tz.out index 997311e4e02385e9e0e1ffb2e73a77ffe76308b3..21284a2cee997a3ee3eaa1bd49483fd9c97ed445 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-transfer_amount.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/transfer_amount.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/transfer_amount.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-transfer_tokens.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-transfer_tokens.tz.out index b8fce24aa9133e7e755696a1fc9854338474ba49..9e28de8009b451c67df1ffbdadd8fb997c17636b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-transfer_tokens.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/transfer_tokens.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/transfer_tokens.tz --details Well typed Gas remaining: 1039994.130 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-uncomb.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-uncomb.tz.out index 6cda1f0bda33f332cd298775508eee52ceaa9033..f89b6375adb005d0229b033124082ec9673d4a29 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-uncomb.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/uncomb.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/uncomb.tz --details Well typed Gas remaining: 1039993.181 units remaining { parameter (pair nat nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-unpair.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-unpair.tz.out index 435bad7073636d7491e88938e861a9ad50f4fc8a..2d943bca26e788e6260dfd6f9ca77c34ee941d61 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-unpair.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/unpair.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/unpair.tz --details Well typed Gas remaining: 1039904.519 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-unpair_field_annotation_mismatch..out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-unpair_field_annotation_mismatch..out index 42a84a8d40486e87aa7cd85f94c3158bf3587b3d..1c9d2ba7fb6e61054587a307b339a92b4dc1881e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-unpair_field_annotation_mismatch..out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/unpair_field_annotation_mismatch.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/unpair_field_annotation_mismatch.tz --details Well typed Gas remaining: 1039993.685 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-update_big_map.tz.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-update_big_map.tz.out index cf12c1d33b4147d83b1240664b7de4acf8394155..deaee5ab548e8779c7397ac1df2d92661e66ea06 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-update_big_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/update_big_map.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/update_big_map.tz --details Well typed Gas remaining: 1039993.471 units remaining { storage (pair (big_map string string) unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-utxo_read.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-utxo_read.tz.out index c25785f8e3bca65cfd789f8b8c64711d0203a248..1209914aefe5ea6971acdde1466e9ec6d60bf2c9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-utxo_read.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/utxo_read.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/utxo_read.tz --details Well typed Gas remaining: 1039985.390 units remaining { parameter (pair (ticket nat) nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-utxor.tz.out similarity index 95% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-utxor.tz.out index da0fd67220aeed744ba52325cd8329a862b56446..8090c05b6afd05421e5373c6bb2143cde40ac297 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-utxor.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/utxor.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/utxor.tz --details Well typed Gas remaining: 1039966.804 units remaining { parameter (pair address address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_fib.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_fib.tz.out index ec5889c74e31f1fba465eb6af4266e304dd98f8a..dcc538a061f7195886b84d8a4c164f6b1c1705b3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_fib.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_fib.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_fib.tz --details Well typed Gas remaining: 1039994.630 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_mutual_recursion.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_mutual_recursion.tz.out index 192c20ea9c7b39e1d3b867b90553caaae2e2ad0a..b59c8b0ad3244ba10a84ba19d941bc980fc0b9c5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_mutual_recursion.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_mutual_recursion.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_mutual_recursion.tz --details Well typed Gas remaining: 1039993.335 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_add.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_add.tz.out index bf01cbb79dd5a812b0512ad9e327a0a7a0edfb53..88e291c8494fdab9555ec2b728b6a10062505be8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_add.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_add.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_add.tz --details Well typed Gas remaining: 1039994.410 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_constant.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_constant.tz.out index 1afd1035635f7e0e4b234a05faa87a22fc398226..201f2a0bc58de21f3433829d8540af736c230f92 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_constant.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_constant.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_constant.tz --details Well typed Gas remaining: 1039994.390 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_id.tz.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_id.tz.out index cc23989db0415831e72afb1f2fbcb20b7549d03e..79859cf54b2e75b76b92a63dc7ce2189f2852161 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_id.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_id.tz --details Well typed Gas remaining: 1039993.949 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_nonexistent_addr.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_nonexistent_addr.tz.out index 5ecbcd2e9330f542a74ada89c3115fe38709502e..d283acd9268afe9b525743c239a4c16da0d86e38 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_nonexistent_addr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_nonexistent_addr.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_nonexistent_addr.tz --details Well typed Gas remaining: 1039989.559 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_nonexistent_func.tz.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_nonexistent_func.tz.out index 6b534bfc9727d64dad9884f7520a7bb25288bc69..2bddb397c69a33935e778a78268aeede7cbd16c3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_nonexistent_func.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_nonexistent_func.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_nonexistent_func.tz --details Well typed Gas remaining: 1039993.859 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_test_step_contants.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_test_step_contants.tz.out index 18691885c4c563738279c98117cf359c46793a19..ae5f20957de58b236b07ac5f54ecfb7cf352ca50 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_test_step_contants.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_test_step_contants.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_test_step_contants.tz --details Well typed Gas remaining: 1039994.470 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_toplevel_inconsistent_inp.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_toplevel_inconsistent_inp.out index f69ded24a8f119b186e48ac103139f3ba54abed6..bc0be8fdc9b7fdaace7b607373e7fb1ba08d14b8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_toplevel_inconsistent_inp.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_toplevel_inconsistent_input_type.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_toplevel_inconsistent_input_type.tz --details Well typed Gas remaining: 1039993.919 units remaining { parameter (pair int address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_toplevel_inconsistent_out.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_toplevel_inconsistent_out.out index c06c930dadc8b677d3380f3b5a449ce033668ec2..bbb37d2d3741555e6dd68a09f9d2c0b0d2535ab1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_op_toplevel_inconsistent_out.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_toplevel_inconsistent_output_type.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_op_toplevel_inconsistent_output_type.tz --details Well typed Gas remaining: 1039993.919 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_rec.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_rec.tz.out index 2f3db28331f02c71faea9186643a8075903d0ded..f9570dba071d9da5fb4407ff3b53395961ad8046 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_rec.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_rec.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_rec.tz --details Well typed Gas remaining: 1039988.440 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_toplevel_lib.tz.out similarity index 95% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_toplevel_lib.tz.out index 68b935893823217c335dcf4f9cc6bd07be096728..61b9120b333575606c1b20402e891387d89e2f83 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-view_toplevel_lib.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_toplevel_lib.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/view_toplevel_lib.tz --details Well typed Gas remaining: 1039947.179 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-voting_power.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-voting_power.tz.out index 082bc7f327eda4752c685e42e96e431ce1cfdd55..35d1665814027237fc238d87e307611c78d655b8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-voting_power.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/voting_power.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/voting_power.tz --details Well typed Gas remaining: 1039995.193 units remaining { parameter key ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-xor.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-xor.tz.out index 22019f2fe48f0f4459f3221791817250e48c53cb..98550c40a2403aeb6fea87d8ac285d4768645aff 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-xor.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/xor.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/xor.tz --details Well typed Gas remaining: 1039992.584 units remaining { parameter (or (pair bool bool) (pair nat nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-xor_bytes.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-xor_bytes.tz.out index bac937d632bdc5871852513daa9342422991e80a..bb1facf764fe4cf8a46f6fe0eb771630b44dea57 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Alpha- Tc tests_python-contracts_alpha-opcodes-xor_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/xor_bytes.tz] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_alpha/opcodes/xor_bytes.tz --details Well typed Gas remaining: 1039978.916 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-accounts.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-accounts.tz.out index 5d6653ccfa8d567caa47374492720dbed78d004d..0a0d5d8e65af643f43b74993e6025d69876b0ab1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-accounts.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/accounts.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/accounts.tz --details Well typed Gas remaining: 1039932.585 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-add1.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-add1.tz.out index 222978e61737ecb2aa3c70e03ba9d52d5c997ede..e2b384baa04bf0614382ed7889d9257ebbd84c5d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-add1.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/add1.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/add1.tz --details Well typed Gas remaining: 1039996.774 units remaining { parameter int ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-add1_list.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-add1_list.tz.out index d038b2bfb77b62cad049c799a5a78627ba0af671..dab4478ae0792d761e00b9c10a41e2899ce841e3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-add1_list.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/add1_list.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/add1_list.tz --details Well typed Gas remaining: 1039995.973 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-after_strategy.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-after_strategy.tz.out index f094cdf4e3f764dcb05ebe6bbb5238a33b5e44a8..097ffd89c275bd7d7b35ddb94471ded5eb506b18 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-after_strategy.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/after_strategy.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/after_strategy.tz --details Well typed Gas remaining: 1039991.203 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-always.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-always.tz.out index 5505e69ef505fe5f245afe7e0e3841663eaad7ff..486ba2bd827361c3e37a668327f2c32b03151796 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-always.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/always.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/always.tz --details Well typed Gas remaining: 1039995.941 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-append.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-append.tz.out index fc9ad53fe2001a254a9ee0b2409373642dcac89c..35db35242fa49a03be655d880ee682be26fcea6c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-append.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/append.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/append.tz --details Well typed Gas remaining: 1039993.459 units remaining { parameter (pair (list int) (list int)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-at_least.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-at_least.tz.out index 6cbac4e0723b8823b78173562d1c623230e92773..a6a3230e3bb41ac2cd767e09e9ce527f95014926 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-at_least.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/at_least.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/at_least.tz --details Well typed Gas remaining: 1039993.870 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-auction.tz.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-auction.tz.out index 101e7613382802616623a64906830b5e6a46bd5b..61975c9a1e5a485e551836554705078e9c9af61f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-auction.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/auction.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/auction.tz --details Well typed Gas remaining: 1039974.418 units remaining { parameter key_hash ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-bad_lockup.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-bad_lockup.tz.out index f0c47625c52a75302422727bd4a1bcf82ef1e7b6..6bde565d4fdf7a792ebd5d0facccffe246a93fa1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-bad_lockup.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/bad_lockup.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/bad_lockup.tz --details Well typed Gas remaining: 1039974.993 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-big_map_union.tz.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-big_map_union.tz.out index f8f25c57e5ae84176fe4d8b5c0e98e0a7936e07a..98fd05c2eeeb9af6f0846e67e206911ec8ca26cb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-big_map_union.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/big_map_union.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/big_map_union.tz --details Well typed Gas remaining: 1039987.459 units remaining { parameter (list (pair string int)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cadr_annotation.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cadr_annotation.tz.out index f2e67ba31334ae81201dfff5345c28260905c717..d78eb74d09ac3aaaafe4fc1245625357e0c9e2b1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cadr_annotation.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/cadr_annotation.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/cadr_annotation.tz --details Well typed Gas remaining: 1039995.385 units remaining { parameter (pair (pair %p1 unit (string %no_name)) bool) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-concat.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-concat.tz.out index 885b4d3b97260a9184ecccc200c5a6507a3c34c3..955cdd1dd62af6a4b9d5caafc6369d8bb0f17825 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-concat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/concat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/concat.tz --details Well typed Gas remaining: 1039993.578 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-conditionals.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-conditionals.tz.out index 065455433bf5377ee47a0ee102ed5d3dd6f595e6..eed3ccd1c48e47f62bca45c7e546d371fec50564 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-conditionals.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/conditionals.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/conditionals.tz --details Well typed Gas remaining: 1039990.576 units remaining { parameter (or string (option int)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cons_twice.tz.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cons_twice.tz.out index a6c2095f31d59408445760cecc11951d7094e5bb..9a62ff93df614c2e2d23c8364286467a6aebce64 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cons_twice.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/cons_twice.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/cons_twice.tz --details Well typed Gas remaining: 1039993.758 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cps_fact.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cps_fact.tz.out index d3b96edd38471f7fa7b98d62fbb9dc2ef3572537..83dab1fde17045007e8fcd4e92b4832b835c9a8d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-cps_fact.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/cps_fact.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/cps_fact.tz --details Well typed Gas remaining: 1039976.109 units remaining { storage nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-create_add1_lists.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-create_add1_lists.tz.out index 9f96a6db9d53d124050b132a245204488d34c844..4651bc5e64eb9f0bdc3980a1d97536166f28b05e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-create_add1_lists.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/create_add1_lists.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/create_add1_lists.tz --details Well typed Gas remaining: 1039989.990 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-data_publisher.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-data_publisher.tz.out index 3a43b694f6a643fa1d44b87d72f2b59f50591b49..21f17e98139b948264ca67bad28dd7529f4f8f5f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-data_publisher.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/data_publisher.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/data_publisher.tz --details Well typed Gas remaining: 1039975.804 units remaining { parameter (pair signature (pair string nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-dispatch.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-dispatch.tz.out index 6b1191e60bf00b8fc9c590b2c337294291cbf569..7602d2c34baadc843eac187dbf32653d87078ba4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-dispatch.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/dispatch.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/dispatch.tz --details Well typed Gas remaining: 1039983.006 units remaining { parameter (or string (pair string (lambda unit string))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-empty.tz.out similarity index 58% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-empty.tz.out index f52875439e259dab2148179a99dff8e27869d3c4..3b4e68737f9f5aef9f3d666eb5a5996701f3843d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-empty.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/empty.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/empty.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-fail_amount.tz.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-fail_amount.tz.out index e9541525ebc460738749df8523997f6fda673dcc..ca6f34494e7d9b2b5edc270bc749d53b86830f41 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-fail_amount.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/fail_amount.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/fail_amount.tz --details Well typed Gas remaining: 1039993.067 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-faucet.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-faucet.tz.out index 535d69d974ce63802498768a7458ad4df19dfee0..7c02a6c4bf34bd84e2a5365f1ecc4d8e45f2f612 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-faucet.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/faucet.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/faucet.tz --details Well typed Gas remaining: 1039988.070 units remaining { parameter key_hash ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-forward.tz.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-forward.tz.out index d360a91a060b99729b0fa854e174d78a3800c33b..d1891440e0bcf258a78383eca72dc51b51084cf8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-forward.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/forward.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/forward.tz --details Well typed Gas remaining: 1039670.292 units remaining { parameter (or string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-id.tz.out similarity index 59% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-id.tz.out index 828849ccfa2275b86365fa4229d34be557431308..e536f15cc495a34783b49bc0aed7169d5ff2c5f8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_input.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_input.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/id.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-infinite_loop.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-infinite_loop.tz.out index 3c90c98f7c09c80f95f03db85e17e6f8707fc261..55711ee1221e5fa789903bd87b3f6c372c53451f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-infinite_loop.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/infinite_loop.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/infinite_loop.tz --details Well typed Gas remaining: 1039995.465 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-insertion_sort.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-insertion_sort.tz.out index a69d84b17b965ab855efc4394b2169599a2cf977..e85bf68280a8e7ce98976259f4973831a3b27db1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-insertion_sort.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/insertion_sort.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/insertion_sort.tz --details Well typed Gas remaining: 1039976.745 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-int_publisher.tz.out similarity index 95% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-int_publisher.tz.out index 9f455774d8cca55be54f7f35a1bc7cc50cd2aac3..c93a85a354b5afbdcdf6026c8bae95f1c190fa85 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-int_publisher.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/int_publisher.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/int_publisher.tz --details Well typed Gas remaining: 1039970.043 units remaining { parameter (option (pair signature int)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-king_of_tez.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-king_of_tez.tz.out index fc1026a1362ce1252ab34f3d51bca5f1648db549..6dbdcdeee8f0e6d9df1db3350b1535b155895341 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-king_of_tez.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/king_of_tez.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/king_of_tez.tz --details Well typed Gas remaining: 1039974.327 units remaining { parameter key_hash ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-list_of_transactions.tz.out similarity index 90% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-list_of_transactions.tz.out index 9f7a77b1b9a4c413687ba029e07dbfec3e866916..50470506dda33fb716b30c6e3a0b10b87637283b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-list_of_transactions.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/list_of_transactions.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/list_of_transactions.tz --details Well typed Gas remaining: 1039985.482 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-queue.tz.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-queue.tz.out index 56b41d2b64868305222a68d4a06950f88ec94d39..a932d375660d557ec5e4c0016f4cc95e878ad684 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-queue.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/queue.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/queue.tz --details Well typed Gas remaining: 1039958.584 units remaining { parameter (option string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reduce_map.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reduce_map.tz.out index aeedbf70fdb151329af5d7477c09abbcea4b35fb..c1a47d89372c609da4f73f6f555847a77266b0f2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reduce_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/reduce_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/reduce_map.tz --details Well typed Gas remaining: 1039978.486 units remaining { parameter (pair (lambda int int) (list int)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reentrancy.tz.out similarity index 90% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reentrancy.tz.out index 6044e1944298ab2af25746d79550027865aa6ae7..7ec16afb022d8345b9620273fca0e4776f15c2d5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reentrancy.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/reentrancy.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/reentrancy.tz --details Well typed Gas remaining: 1039983.352 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reservoir.tz.out similarity index 95% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reservoir.tz.out index 69d97fe068181175f87eab9be241aff4485a0e77..426d61013b546817c5f8d1639725fe729007af69 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-reservoir.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/reservoir.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/reservoir.tz --details Well typed Gas remaining: 1039969.237 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-scrutable_reservoir.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-scrutable_reservoir.tz.out index b0029c20c3478bf08e45cbf1b29d9b868b6f51b8..fd9df81039b4250f2e89fad6bf30b5e87c04d62f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-scrutable_reservoir.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/scrutable_reservoir.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/scrutable_reservoir.tz --details Well typed Gas remaining: 1039889.171 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-spawn_identities.tz.out similarity index 94% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-spawn_identities.tz.out index f96a83ad7159b8f160e1ed167339eb2b0a3356dd..5acf51c0232a3af90d05c19d360d3c0d98142057 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-attic-spawn_identities.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/spawn_identities.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/attic/spawn_identities.tz --details Well typed Gas remaining: 1039976.440 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-big_map_entrypoints.tz.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-big_map_entrypoints.tz.out index e95605e9fade365777f59bed3a948edf640becfd..b4774cb44bab38e4ce643d8824fb4e95394323c9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-big_map_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_entrypoints.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/big_map_entrypoints.tz --details Well typed Gas remaining: 1039953.156 units remaining { storage (pair (big_map string nat) (big_map string nat)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-delegatable_target.tz.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-delegatable_target.tz.out index 816282f8a6d1df34150bb8968510c7a6d94e9637..a1f218f4002b22dc033b66c6958c1601cc71dd5b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-delegatable_target.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/delegatable_target.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/delegatable_target.tz --details Well typed Gas remaining: 1039960.927 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-manager.tz.out similarity index 87% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-manager.tz.out index f6bb93997b1ccace14a4bb768863a9b68099c99b..48e9023284fa938b1e7a31dd2f633c302a07b6b1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-manager.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/manager.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/manager.tz --details Well typed Gas remaining: 1039984.397 units remaining { parameter (or (lambda %do unit (list operation)) (unit %default)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-no_default_target.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-no_default_target.tz.out index a7f452dd8f0003aaa9d91b7074e59a939823078a..a25aa5211afbf729cc9d49d6f6c9ffcdc2e6b951 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-no_default_target.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/no_default_target.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/no_default_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-no_entrypoint_target.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-no_entrypoint_target.tz.out index 8e221f4e49d0373d3bf1e40f3a287ace9987c496..abb4b04f2221b5953330b72016835373e34b2de8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-no_entrypoint_target.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/no_entrypoint_target.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/no_entrypoint_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-rooted_target.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-rooted_target.tz.out index 3aaaa084973571352059f405d2b7f77b21087b1a..a82cf84b2b39b56a7b42b45f570ba61981b37d8c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-rooted_target.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/rooted_target.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/rooted_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-simple_entrypoints.tz.out similarity index 59% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-simple_entrypoints.tz.out index 407ca486f2d1daf479cdfd36672a16f722487fcb..055a9c047218c765f0d676362cb43814cce9eb14 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-entrypoints-simple_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/simple_entrypoints.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/entrypoints/simple_entrypoints.tz --details Well typed Gas remaining: 1039997.574 units remaining { parameter (or (unit %A) (or (string %B) (nat %C))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert.tz.out index 07d3609d2e9092535663db982c7690423d3575dd..8aef0abf75a3aaca5c45fc744142ac0d525060ab 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert.tz --details Well typed Gas remaining: 1039995.213 units remaining { parameter bool ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpeq.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpeq.tz.out index b9287701b93afd6a7cbdbfdec35290c4154a54c1..c7e0bbc8222131ecc23717993da542371e48dd2d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpeq.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpeq.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_cmpeq.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpge.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpge.tz.out index c17ef2f904c4e8432995685a0cd489e6e3e77764..cd9f0a752af07e21d12fadf97a72ab1689501a26 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpge.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpge.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_cmpge.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpgt.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpgt.tz.out index 6e7ce0b7a11c287b92a6c76aca22d4b2e6160ded..4fa958066104ad314a7a82502371c870c1ff647c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpgt.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpgt.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_cmpgt.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmple.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmple.tz.out index 41faa28f6dc90a0ecb7210d27c1910dc4eabe62a..7470c49be3c0f2c61d6c7fe9c4c9e148baec2a54 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmple.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmple.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_cmple.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmplt.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmplt.tz.out index 428ba61351efdc34e698b412ed89bfe995507be5..b4177b1c6c0c35bb2b5d5f3e6f98e1a0b7132907 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmplt.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmplt.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_cmplt.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpneq.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpneq.tz.out index ee169f9eaf989f69068d01015ca7803e963d3f5e..6e767891ded169864e5930116e198a40263de576 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_cmpneq.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpneq.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_cmpneq.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_eq.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_eq.tz.out index 97331197e8c540039af86000ea793741e7c8685b..1a8feb405ade06b6be233b4aa995c33e346154c5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_eq.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_eq.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_eq.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_ge.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_ge.tz.out index 6f79c7fa6263c55abb0b770fdef5031779b935cf..5deeff732de098801992dfe76c434d21191efd31 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_ge.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_ge.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_ge.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_gt.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_gt.tz.out index 3160b193c3e3dd71dcca3a422d83ed49b7b881ba..a0feb27ac248314f7b9ebdc424897555d71cdc1d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_gt.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_gt.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_gt.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_le.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_le.tz.out index 3d51e33681f2c66b9a07407b3b35231f19414b96..080580382012b360dc2fc66940300dbbcd323af0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_le.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_le.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_le.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_lt.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_lt.tz.out index 23f5edecdd20cddc3aa9959f34b2e556c0666b84..10018fccb20dc76c1a9600c37865fb8ab927b588 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_lt.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_lt.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_lt.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_neq.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_neq.tz.out index 66a4663e0b2bf18ebd6979d7d56ad25af1142b73..1a1b2d62d9c26f09a1922fb38e05a00e8d8b0ade 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-assert_neq.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_neq.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/assert_neq.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-big_map_get_add.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-big_map_get_add.tz.out index 3989cfa1983f3f7c3856edb06d30da519e800658..d3ba32bca742e75d830d2d2e1c817fd84f5088ca 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-big_map_get_add.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/big_map_get_add.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/big_map_get_add.tz --details Well typed Gas remaining: 1039971.186 units remaining { parameter (pair (pair %set_pair int (option int)) (pair %check_pair int (option int))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-big_map_mem.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-big_map_mem.tz.out index 849902ba7405529dad234adbb1f64935cfb28e28..9a4dcffbe40bf0c1d404e1af555b5d7b3176d117 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-big_map_mem.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/big_map_mem.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/big_map_mem.tz --details Well typed Gas remaining: 1039984.191 units remaining { parameter (pair int bool) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-build_list.tz.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-build_list.tz.out index b6a56a22803bdb6c0e989711c88b627e09acc8d9..947fa20e70d89d7436fcb346509bdc9b971cd92f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-build_list.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/build_list.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/build_list.tz --details Well typed Gas remaining: 1039985.111 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-carn_and_cdrn.tz.out similarity index 87% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-carn_and_cdrn.tz.out index 5d50a9c47878f1dd44d415cc806fa3a94328b318..11bebf4dfbf27c635dc05ad0f62b17f072eb4cd9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-carn_and_cdrn.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/carn_and_cdrn.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/carn_and_cdrn.tz --details Well typed Gas remaining: 1039965.224 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-compare.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-compare.tz.out index 172de45d0a51d7b88c8e35867ba90252957f85dc..0ec551498ca4ca1b1e9137f353143d19952d6435 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-compare.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/compare.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/compare.tz --details Well typed Gas remaining: 1039971.322 units remaining { parameter (pair mutez mutez) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-compare_bytes.tz.out similarity index 94% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-compare_bytes.tz.out index 4795b3ca50b7f5523fc03e06f3be6b53f4abc15c..ce9fd35aca8cdb01bbdd8f7cb751ef30121d050d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-compare_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/compare_bytes.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/compare_bytes.tz --details Well typed Gas remaining: 1039971.322 units remaining { parameter (pair bytes bytes) ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-fail.tz.out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-fail.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..81a9c8b413d2dabdb2e73e98edd109009e9c3064 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-fail.tz.out @@ -0,0 +1,5 @@ + +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/fail.tz --details +Well typed +Gas remaining: 1039998.449 units remaining +{ parameter unit ; storage unit ; code { FAIL } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-guestbook.tz.out similarity index 86% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-guestbook.tz.out index 8b85a68338aa6d91474e8f9cacc0cc0f2af9b88f..5f2d79575f869972c1a4701c5ef8db13abb177a9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-guestbook.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/guestbook.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/guestbook.tz --details Well typed Gas remaining: 1039988.143 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-macro_annotations.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-macro_annotations.tz.out index a0d85aa2bac12859b978d3a552e69e8202fa0dbe..c28428d1d96088489d8ea2168e15ed59fc00a1ba 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-macro_annotations.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/macro_annotations.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/macro_annotations.tz --details Well typed Gas remaining: 1039993.362 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-map_caddaadr.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-map_caddaadr.tz.out index 467c82c1fb2144b1fb3e2544a9e875042ef4bcc9..63aac043ceafef6c216bfd1552bb55652496e052 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-map_caddaadr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/map_caddaadr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/map_caddaadr.tz --details Well typed Gas remaining: 1039966.766 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-max_in_list.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-max_in_list.tz.out index b12325f7460256222e339ccda35f52716f1f6396..5f16ff98d9bddcbcd3191f03cc94f060b335f588 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-max_in_list.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/max_in_list.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/max_in_list.tz --details Well typed Gas remaining: 1039987.861 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-min.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-min.tz.out index bc15966a4836d7c64d80f8ee2ed860b93d84e4e2..15e0dc483713200f213a20becb4439e304b442e7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-min.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/min.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/min.tz --details Well typed Gas remaining: 1039991.951 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-pair_macro.tz.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-pair_macro.tz.out index 30ce0dba4fa921d41eb66c6eb1d727b0891728bf..c24ceae130b441210e92bd9f2c7210557047c6d9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-pair_macro.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/pair_macro.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/pair_macro.tz --details Well typed Gas remaining: 1039988.858 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-set_caddaadr.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-set_caddaadr.tz.out index 51ddc75b17992c3acba70bf2373953857da39f51..f722aaa1f117d6815c56aad479c0846b8a09ebd7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-set_caddaadr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/set_caddaadr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/set_caddaadr.tz --details Well typed Gas remaining: 1039970.670 units remaining { parameter mutez ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-take_my_money.tz.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-take_my_money.tz.out index 69c45790e672370f1d4f79454aff5d53281adfb0..beac43fc04b192ada25db4e3f36dd0692473f3d6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-take_my_money.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/take_my_money.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/take_my_money.tz --details Well typed Gas remaining: 1039993.750 units remaining { parameter key_hash ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-unpair_macro.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-unpair_macro.tz.out index 2f8ae990834ae4e9147371fac3d1b43b8d2304af..a63a5fa9409e22bba6bc71c2cd1f4e50a0d3238b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-macros-unpair_macro.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/unpair_macro.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/macros/unpair_macro.tz --details Well typed Gas remaining: 1039977.130 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-add_clear_tickets.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-add_clear_tickets.tz.out index 5ae759547443c710241324a5a6e5b488c5fb5e4d..9cd5df8da2bc053a84f1950c6dd632e74df65d1d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-add_clear_tickets.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/add_clear_tickets.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/add_clear_tickets.tz --details Well typed Gas remaining: 1039990.715 units remaining { parameter (or (pair %add nat string) (unit %clear)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-authentication.tz.out similarity index 91% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-authentication.tz.out index a9849d4e329ea920e710a110a271eda3c8cb14fc..93e1cf048a23997bc2c9475da932adeabac6030f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-authentication.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/authentication.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/authentication.tz --details Well typed Gas remaining: 1039979.836 units remaining { parameter (pair (lambda unit (list operation)) signature) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_entrypoints.tz.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_entrypoints.tz.out index fb0dc9e722d72a56a7880081c627e84c0d6ae46f..a4bd523e7b8dc6c9764b677eef5e724c014d1bc5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--big_map_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/big_map_entrypoints.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/big_map_entrypoints.tz --details Well typed Gas remaining: 1039953.156 units remaining { storage (pair (big_map string nat) (big_map string nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_magic.tz.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_magic.tz.out index 68896cac20ac63a5d4e6107b9d37f852e31cc5e2..669e532973698b089697261072c7d1c39957dae0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_magic.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_magic.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/big_map_magic.tz --details Well typed Gas remaining: 1039954.710 units remaining { storage (or (pair (big_map string string) (big_map string string)) unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_read.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_read.tz.out index 191aa5e4d90b2f5072d3a5801fe316a9f8b5c8ea..391a0d3f88471ed04970c4a311d9f7d01eef7d5c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_read.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_read.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/big_map_read.tz --details Well typed Gas remaining: 1039994.234 units remaining { storage nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_store.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_store.tz.out index 03a288add64c10aa49e11671153df636c014ac85..17aab6f71b81538dc7f3994674520c5fc892f5de 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_store.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_store.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/big_map_store.tz --details Well typed Gas remaining: 1039996.856 units remaining { storage (big_map nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_write.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_write.tz.out index bbde2d802194d93d2a25ef04fb810dd786eaf86c..fba2915cd4757ad27b2b09a40fbd7a913b383b31 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-big_map_write.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_write.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/big_map_write.tz --details Well typed Gas remaining: 1039994.982 units remaining { storage unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-create_contract.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-create_contract.tz.out index 062baf99cca9848181705fa40bb52c2002668c26..69b47c5d23861d8b4a1bc75dfcdeff8940e1524b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-create_contract.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/create_contract.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/create_contract.tz --details Well typed Gas remaining: 1039973.277 units remaining { parameter (option address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-create_contract_simple.t.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-create_contract_simple.t.out index 98008905cba88b2acdcf76218f2e864762280259..bcddc0ad45ac340bbb360194595b9c08474f666e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-create_contract_simple.t.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/create_contract_simple.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/create_contract_simple.tz --details Well typed Gas remaining: 1039991.809 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-default_account.tz.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-default_account.tz.out index ad621ed13f2af5965474576aaf935d23b6eea863..f3d780f41268556e17ed01e3b0c392df89a6050c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-default_account.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/default_account.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/default_account.tz --details Well typed Gas remaining: 1039993.750 units remaining { parameter key_hash ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_appender.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_appender.out index feeae3bafa24971ea3fd2df4664fa9ce3f4d179d..cf0a1c68e9be3639f67329224aab0544f577e4aa 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_appender.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_appender.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/execution_order_appender.tz --details Well typed Gas remaining: 1039990.644 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_caller.t.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_caller.t.out index 6919564b00edf4a57dbb4779d0282fdfadcd80e7..40355d276daf0337827db0887b1eb1d7cabd4528 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_caller.t.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_caller.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/execution_order_caller.tz --details Well typed Gas remaining: 1039992.571 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_storer.t.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_storer.t.out index 9b4656acf14b06590a70d70758d1186ae99761f4..631d14131c81470d55774c7a5b74c1c72505cbbe 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-execution_order_storer.t.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_storer.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/execution_order_storer.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-fa12_reference.tz.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-fa12_reference.tz.out index 570fd82d95b6564476a9b7b9f897cfd0bcbfcc47..3dd19a9a0f0b03fe798ea4e3d4b4180dc8dce279 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-fa12_reference.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/fa12_reference.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/fa12_reference.tz --details Well typed Gas remaining: 1039349.178 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-generic_multisig.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-generic_multisig.tz.out index b0afdf6d11510256860bc369523ce0706f9836dd..b3599e0747170f4331ea75c088fa9fc8200cd6be 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-generic_multisig.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/generic_multisig.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/generic_multisig.tz --details Well typed Gas remaining: 1039939.911 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-groth16.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-groth16.tz.out index 26ffe844b246ca0ff281ace5f359ef36d9986bc7..413d8d52ca676edb8516304f7492596be1a470b6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-groth16.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/groth16.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/groth16.tz --details Well typed Gas remaining: 1039536.287 units remaining { storage unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-hardlimit.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-hardlimit.tz.out index b69ba51e2d5e6a8a0b75f1c4f2d2cd3100322544..8899eca5865ea5c80fec5dd81cab65b6f4b1cfde 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-hardlimit.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/hardlimit.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/hardlimit.tz --details Well typed Gas remaining: 1039992.503 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-legacy_multisig.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-legacy_multisig.tz.out index a4c27fb35931d29fc13dccf727301d0a7c97cd52..294a0c259f8f6292a1c62e340f473b881e92e100 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-legacy_multisig.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/legacy_multisig.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/legacy_multisig.tz --details Well typed Gas remaining: 1039943.391 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-lockup.tz.out similarity index 90% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-lockup.tz.out index e4d896a820ab754a6cde8b0db99081a5b3136d2c..c3294ccd5d1f3dde780660090f2f3f2fb25bf209 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-lockup.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/lockup.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/lockup.tz --details Well typed Gas remaining: 1039983.115 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-lqt_fa12.mligo.tz.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-lqt_fa12.mligo.tz.out index 4374ef822b5b8aab645a765854d6140cdde5b46a..3f2232d593551f41d41fc6947a1783c6665729bf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-lqt_fa12.mligo.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/lqt_fa12.mligo.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/lqt_fa12.mligo.tz --details Well typed Gas remaining: 1039738.642 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-multiple_en2.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-multiple_en2.tz.out index 77949d35965834760c23b292ffccf67246fa1d6b..2cc2b6f8e569b33654c8aebcaa79260a60dce75c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-multiple_en2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/multiple_en2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/multiple_en2.tz --details Well typed Gas remaining: 1039928.052 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-multiple_entrypoints_cou.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-multiple_entrypoints_cou.out index 28209ca0125c970569116dea3cece818842a29b7..f04d8aa45aa7d88c77d32ddbf691a1ec6f6976b2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-multiple_entrypoints_cou.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/multiple_entrypoints_counter.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/multiple_entrypoints_counter.tz --details Well typed Gas remaining: 1039930.762 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-originate_contract.tz.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-originate_contract.tz.out index 66fe903450c841eedcfc8687ffdd6c5787e22953..76c9b0e5aa5394d634f3627eb3f67a5dacf5f672 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-originate_contract.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/originate_contract.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/originate_contract.tz --details Well typed Gas remaining: 1039991.040 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-parameterized_multisig.t.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-parameterized_multisig.t.out index ca465b96bc4a56d6f68f7bc4d49f8410e1a44efd..c05fbeb1be50a19522e8c5fd9830f1b75416c4e7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-parameterized_multisig.t.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/parameterized_multisig.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/parameterized_multisig.tz --details Well typed Gas remaining: 1039940.583 units remaining { storage (pair bool (pair (map nat (pair bool bool)) (pair key key))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-replay.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-replay.tz.out index 5b7fb609fc79659d5efa45f006032a9d8917375a..24684f173da6cad98cff90731f60a1600def576b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-replay.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/replay.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/replay.tz --details Well typed Gas remaining: 1039990.860 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-reveal_signed_preimage.t.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-reveal_signed_preimage.t.out index afe8a08222a35c628f7baee3c75fb4dec581af89..5f3d1bf8a5af477973cc75a25b29b66eb69b685b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-reveal_signed_preimage.t.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/reveal_signed_preimage.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/reveal_signed_preimage.tz --details Well typed Gas remaining: 1039978.896 units remaining { parameter (pair bytes signature) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_builder_fungible..out similarity index 91% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_builder_fungible..out index bd03faa378551c754483ea2c6bcaba32a6cb5e8a..799a9767a92142f47d476c3bdcb40c4f2704adfd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_builder_fungible..out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_builder_fungible.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/ticket_builder_fungible.tz --details Well typed Gas remaining: 1039976.245 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_builder_non_fungi.out similarity index 91% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_builder_non_fungi.out index a7295586ab1bc946a0da4cf8b6523d40ce9dfacc..4af46e4016d7ebd8f82a218126a13d54698cb036 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_builder_non_fungi.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_builder_non_fungible.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/ticket_builder_non_fungible.tz --details Well typed Gas remaining: 1039973.758 units remaining { parameter (or (ticket %burn nat) (contract %mint_destination (ticket nat))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_wallet_fungible.t.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_wallet_fungible.t.out index 420d580eac5cd784ecc86adab4de58b8d6e0ac65..e181693cf580a345f74e2a49a8f4ef39ab882154 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_wallet_fungible.t.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_wallet_fungible.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/ticket_wallet_fungible.tz --details Well typed Gas remaining: 1039943.146 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_wallet_non_fungib.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_wallet_non_fungib.out index 6468a67a7735cb5af45125bab350086c3583a53d..cea3a9d56815523a3e8c1d11cec38589e6c1afef 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-ticket_wallet_non_fungib.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_wallet_non_fungible.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/ticket_wallet_non_fungible.tz --details Well typed Gas remaining: 1039959.702 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-vote_for_delegate.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-vote_for_delegate.tz.out index 1e9b41213caa806cb680205fadbca17674f48e38..607eb180dd39d417b27103ff18ef624bbfee15fc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-vote_for_delegate.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/vote_for_delegate.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/vote_for_delegate.tz --details Well typed Gas remaining: 1039945.231 units remaining { parameter (option key_hash) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-weather_insurance.tz.out similarity index 95% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-weather_insurance.tz.out index 95d3afd97e44d21560882dc99f0e249261048ccf..2bb8c62aa31e0847f37d12161210e2a5e242a37b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-weather_insurance.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/weather_insurance.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/weather_insurance.tz --details Well typed Gas remaining: 1039963.680 units remaining { parameter (pair (signature %signed_weather_data) (nat :rain %actual_level)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-xcat.tz.out similarity index 94% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-xcat.tz.out index 6781bc9181af30b1659027e494276c7d0475f39b..0e0314c45760c7a2e0ca50716c81506e7a61fb79 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-xcat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/xcat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/xcat.tz --details Well typed Gas remaining: 1039967.905 units remaining { parameter bytes ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-xcat_dapp.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-xcat_dapp.tz.out index c00624f44ec782d3828ac417e314ad99a3131e48..be80fdf3350a5d62b52d063c056a58c8983c6922 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-mini_scenarios-xcat_dapp.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/xcat_dapp.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/mini_scenarios/xcat_dapp.tz --details Well typed Gas remaining: 1039922.932 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bad_annot_contract.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bad_annot_contract.tz.out index 60237fed1dd098d333cfbfe9348dc606fe4dc40a..12319aca9dd9e00c99283c6e9b2d15f37356bacc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bad_annot_contract.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[non_regression/bad_annot_contract.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/non_regression/bad_annot_contract.tz --details Well typed Gas remaining: 1039996.681 units remaining { parameter bytes ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bug_262.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bug_262.tz.out index cb597748222cc7b951ba6e53414cc915af062605..c46b52477c9a23becc52377260663c3b7d0fa599 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bug_262.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[non_regression/bug_262.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/non_regression/bug_262.tz --details Well typed Gas remaining: 1039995.909 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bug_843.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bug_843.tz.out index 24bc2616e2cb305f56987e35486266505f1ab4c4..5b8844dc1527b91171f44d4748029915eb38101f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-bug_843.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[non_regression/bug_843.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/non_regression/bug_843.tz --details Well typed Gas remaining: 1039993.849 units remaining { parameter never ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-pairk_annot.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-pairk_annot.tz.out index 04bab724bd666aaa1ac7c6fa85bc318e9b97d1e7..892c220b72b6dba0f219ec9986b64ac0b5f62ef8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-non_regression-pairk_annot.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[non_regression/pairk_annot.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/non_regression/pairk_annot.tz --details Well typed Gas remaining: 1039993.678 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-abs.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-abs.tz.out index c96116ca008a970a09c26afbdb21b769150607f2..b158d952882121092d8e8d9bea382967cf505394 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-abs.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/abs.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/abs.tz --details Well typed Gas remaining: 1039992.714 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add.tz.out index 88ced70ed75e100d23f297f15e7a06db752750dd..db4081378bdfea16d8f7f5291f5c3120fe0203ec 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/add.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/add.tz --details Well typed Gas remaining: 1039947.571 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_fr.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_fr.tz.out index eff6178e332bd523eafbc1f41006fa1ca539788c..1dcab371b605f46071f34ebd5ba307b7c507d65a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_fr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/add_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_fr bls12_381_fr) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_g1.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_g1.tz.out index b08950c630889a204be50ab81c1dfc3f57bd22e2..d4c4ebfba36e85a2f3df463b11d2a61b29ce9dbd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_g1.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/add_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g1 bls12_381_g1) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_g2.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_g2.tz.out index 950cac0e9aabbe121d7b549561a71b537efb5c27..cb60d883cbb6d62a59bd2fa3014a2db9bc1265ff 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_g2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/add_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g2 bls12_381_g2) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_delta_timestamp.tz.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_delta_timestamp.tz.out index e0ee4f21b7b71f9c5ffb371ff90337c9ece24e7c..dbb9d6c445457e8f3791e5b5e35c42784a57f681 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_delta_timestamp.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_delta_timestamp.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/add_delta_timestamp.tz --details Well typed Gas remaining: 1039994.398 units remaining { parameter (pair int timestamp) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_timestamp_delta.tz.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_timestamp_delta.tz.out index 8cd7f159bf2a571142c26e63463165c5711f9bc0..326345ff1550fd6bd5cc089b5ab494def63da641 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-add_timestamp_delta.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_timestamp_delta.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/add_timestamp_delta.tz --details Well typed Gas remaining: 1039994.398 units remaining { parameter (pair timestamp int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-address.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-address.tz.out index 585a6b3cbfd093868069dde0ee6ed4633bbeeaa7..7bace30c787d4a03fc0aa0e8532e78205ff410e5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-address.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/address.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/address.tz --details Well typed Gas remaining: 1039996.754 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_fib_view.tz.out index 9d27c26da9c427048e19fc5d17c48e7dba0746a1..1543c29df399075d02554b4561ac8b5c7d0cb077 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_fib_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/amount_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_nonexistent_view.t.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_nonexistent_view.t.out index 13decec7241a32812529cb68490733ec0b030048..c8896c621b71b73a6714c6422182a6d7e8bf9832 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_nonexistent_view.t.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_nonexistent_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/amount_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.775 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_view.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_view.tz.out index 0e0f648628546d1d054538d3a63946d08ae1ddcb..3e3449334b9ede303260aa210421e9683170f63c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-amount_after_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/amount_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and.tz.out index 6f8fa5b7afb541ac53b935eb6b0eedebf4f6f3cc..d676712fa2c617cc26f3a4d7f9ab604b930feaf2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/and.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/and.tz --details Well typed Gas remaining: 1039995.193 units remaining { parameter (pair :param (bool %first) (bool %second)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and_binary.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and_binary.tz.out index 87991e075274a218993a860e2e12b1f22c59aa12..e818052adaf3e150432d1303b57167391df1169e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and_binary.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_binary.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/and_binary.tz --details Well typed Gas remaining: 1039972.796 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and_logical_1.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and_logical_1.tz.out index f32d466a259923a4adea7b3b52393b08d2bc5da9..9f1a7de2255164a0cd04dc74f3bfa5bca5644018 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-and_logical_1.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_logical_1.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/and_logical_1.tz --details Well typed Gas remaining: 1039996.814 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance.tz.out index 8fc0f466e49756b3522a6870959abdf250ea2fb4..e325686143694c5d59ec418757c6b94b21456df4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/balance.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_fib_view.tz.out index 02bbe5aa50e38c91a019ef44320fda36e86e43f4..2a628be82da9385ae903f88d1baa5465dabd246a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_fib_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/balance_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_nonexistent_view..out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_nonexistent_view..out index 3fc7feb1ae8fdbeaea9fcbe4f38b761933faa6e9..5218d9a4a5c643dcf90f000a6c195091b7abfe62 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_nonexistent_view..out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_nonexistent_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/balance_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.775 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_view.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_view.tz.out index 0782043d9961b7ec59d115d3004ceb7cba2a5139..4696e657d5a9f508cf48c97ee447089a30e8e45c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-balance_after_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/balance_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_mem_nat.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_mem_nat.tz.out index 1e27896c771d1b9a8b02bf949977021e839e5993..c729ffe89507870f51497aac8282709addc7eb19 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_mem_nat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_mem_nat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/big_map_mem_nat.tz --details Well typed Gas remaining: 1039993.494 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_mem_string.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_mem_string.tz.out index 680fe2920f8cddc6dac837304fa8f7d837299018..4f0cd1aa54bad95d5c184cef5e1c9f7046cde6d0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_mem_string.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_mem_string.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/big_map_mem_string.tz --details Well typed Gas remaining: 1039993.494 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_to_self.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_to_self.tz.out index 1ba9473d0aebd5e0669b7c4e0a7e7497444b7d4f..d09d425bb77ffc4a464e514bb9e99f52716768de 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-big_map_to_self.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_to_self.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/big_map_to_self.tz --details Well typed Gas remaining: 1039987.387 units remaining { parameter (or (pair %have_fun (big_map string nat) unit) (unit %default)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_push_bytes_not_pad.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_push_bytes_not_pad.out index fbcc63e6698423c237bdf8a9af6752e21c8b8db1..1b6bd4e9c650cb9ce9054b92ff9c60c19b94d3ad 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_push_bytes_not_pad.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_push_bytes_not_padded.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_fr_push_bytes_not_padded.tz --details Well typed Gas remaining: 1039996.436 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_push_nat.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_push_nat.tz.out index 157f317a63776a051117e4b0407a3c004ff289f8..fe159d5f1b98800fa0528754536d8dc39ec27cbd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_push_nat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_push_nat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_fr_push_nat.tz --details Well typed Gas remaining: 1039996.436 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_to_int.tz.out similarity index 60% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_to_int.tz.out index aaf0c47d512d22cc1ca764f03b2cea1eee4b9c13..4493a17105e535aac4a91b6d217c295f56a69929 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_to_int.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_to_int.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_fr_to_int.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_to_mutez.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_to_mutez.tz.out index f66356e1607ce5d31a784e79d13ed34def77893e..5d8c23daf7da320d32cdca31bc3790bf60e755b4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_to_mutez.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_to_mutez.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_fr_to_mutez.tz --details Well typed Gas remaining: 1039993.594 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_z_int.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_z_int.tz.out index 88107da091e9d8cec666f6d82dc792d441cf499c..f809a12e13fca85c52ea0d6a38f99774287c92f7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_z_int.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_z_int.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter int ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_z_nat.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_z_nat.tz.out index bb5f9fe344803438a4d78fd5d9e0932fd2356437..57fac5a7cd89487482ecaa937d88de9e0d8c55e9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_fr_z_nat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_z_nat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_z_fr_int.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_z_fr_int.tz.out index b8d637108839d9f0efe4fbbf3e33f0691231e251..b20eff13f6104b48f845d554f05bfec2f1455323 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_z_fr_int.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_z_fr_int.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter int ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_z_fr_nat.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_z_fr_nat.tz.out index d5005176b49f3d231862af7e1abbd56296900720..a17bd9e0ee9bc3e23f3401c98e5427fbbaf55726 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bls12_381_z_fr_nat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_z_fr_nat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bytes.tz.out similarity index 58% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bytes.tz.out index 8a8f8771fb2d84e6fe604b51677ea0a456fbcf6a..ad24071d69546e6839ed638e0bc46875ba866c02 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-bytes.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bytes.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/bytes.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter bytes ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-car.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-car.tz.out index a80fcc1e17d70e4956b4255aab2411620fb6abcb..1f4a66c55603737e9074353fc32518a42ba3e370 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-car.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/car.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/car.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (pair (nat :l) (nat :r)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-cdr.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-cdr.tz.out index 0727e789d3273b6d94c82faf4204be95410a1d4c..0242e08a7c6ce31d6453fcbbe2c2f4c857be00e9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-cdr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/cdr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/cdr.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (pair (nat :l) (nat :r)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-chain_id.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-chain_id.tz.out index 62f506e6dfaf7eb08dd5954c82c028310b344b6b..d6b62cb0afeab782ad2d7a9e0fefef3bfe2c29ca 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-chain_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/chain_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/chain_id.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-chain_id_store.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-chain_id_store.tz.out index 25b380012d337b61b8a19d6dcce9e0a74868a250..b1648903f850059489f80c7131784ffd19248918 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-chain_id_store.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/chain_id_store.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/chain_id_store.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-check_signature.tz.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-check_signature.tz.out index 91540863fd07cd4b476383b13aa7fce38b872895..1622afdb520042bfea6ca3eb8c74ead0a466c545 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-check_signature.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/check_signature.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/check_signature.tz --details Well typed Gas remaining: 1039988.984 units remaining { parameter key ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-get.tz.out similarity index 89% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-get.tz.out index 75bfca0bf58e36cdd22bd80ff0305ef0246abe0d..55424be7bc4c01b491052ef28e45102f22d9502b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-get.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-get.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/comb-get.tz --details Well typed Gas remaining: 1039966.252 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-literals.tz.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-literals.tz.out index e0fcd1d6e03498089c4912e18bce4b7db6c7fd93..17f3662d6392e5341debf94159f8757cbadd477c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-literals.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-literals.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/comb-literals.tz --details Well typed Gas remaining: 1039993.270 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-set-2.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-set-2.tz.out index 4492202c78690afd8e4b7af3763c1629e27d197b..49036aefd76bee875b1e7f75153a60ecf6efabf1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-set-2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-set-2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/comb-set-2.tz --details Well typed Gas remaining: 1039991.581 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-set.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-set.tz.out index 9d9c3f1d3eb3993e7ef2570a12500d91f6150e42..5424881dc857c6064004771e29d7e1087e00dbd5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb-set.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-set.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/comb-set.tz --details Well typed Gas remaining: 1039991.623 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb.tz.out index 7424b5f529a90483a95918e795b15b90e045fe7a..b3a082cbb47887fb4c3221cb4f825e2adf4f320d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comb.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/comb.tz --details Well typed Gas remaining: 1039995.014 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare.tz.out index d8112b6a8e2924ddfc526cb904a4e06502dfffe9..214c96f1e1657d4f999e0dc1ed78fe71ed1975e9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/compare.tz --details Well typed Gas remaining: 1039841.663 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare_big_type.tz.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare_big_type.tz.out index 19d6bd431e1db58dd370395ac0f56092cc393b2e..0be7a34df2a75fb59d8e9c11eac82d6f79fdc23c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare_big_type.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare_big_type.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/compare_big_type.tz --details Well typed Gas remaining: 1039129.907 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare_big_type2.tz.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare_big_type2.tz.out index 02c238e43630d03c39aaa1695cee5fbff12cbc7f..466bae8428c8657219fc8ff0d70f57cbe73c39b5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-compare_big_type2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare_big_type2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/compare_big_type2.tz --details Well typed Gas remaining: 1038995.158 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comparisons.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comparisons.tz.out index 44dec393dbedfca0fa2ba26d36868ae2dbd8b59d..833c7ba647cfed052a4b3d21a202b14bf9b4b8c5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-comparisons.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/comparisons.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/comparisons.tz --details Well typed Gas remaining: 1039977.212 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_hello.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_hello.tz.out index 6bedb03dfe89235d7ab6d7fc27d1f01a52fb02c5..86a42098b8fc2f76b17e6a169a6237841859c6a2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_hello.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_hello.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/concat_hello.tz --details Well typed Gas remaining: 1039995.899 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_hello_bytes.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_hello_bytes.tz.out index fd56d2536fb6f95a7af3f6bac40b073034517b65..a537c7393849c25f64f616e42cd59d21c98c5e5b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_hello_bytes.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_hello_bytes.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/concat_hello_bytes.tz --details Well typed Gas remaining: 1039995.973 units remaining { parameter (list bytes) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_list.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_list.tz.out index a2a4246f0ab9982cf66716d51b43df1cf611796d..d4db78d9c47820fdcc1c675f1a178035189dbb22 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-concat_list.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_list.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/concat_list.tz --details Well typed Gas remaining: 1039992.537 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-cons.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-cons.tz.out index 134da3445c1aa7c31e1e311b8329f0a443957d78..59217c6c1f85d46fcc5816233d7bd90683ec6acc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-cons.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/cons.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/cons.tz --details Well typed Gas remaining: 1039997.240 units remaining { parameter int ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-contains_all.tz.out similarity index 94% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-contains_all.tz.out index b02e5d9d8740127eeafbae645cf35cbb2e59e984..a1b3cdf49a7817cdc611e303ccfeb007304e51e0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-contains_all.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/contains_all.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/contains_all.tz --details Well typed Gas remaining: 1039974.767 units remaining { parameter (pair (list string) (list string)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-contract.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-contract.tz.out index cc2cda4e5ec0ade5c1b369a43f13dbee25484621..1113e50ae14c6ba210bd09c260bf06aae51cf0fd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-contract.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/contract.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/contract.tz --details Well typed Gas remaining: 1039994.190 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract.tz.out index 94ae00f97ce197f901aa59dfcd53ed4ee0a562b0..2b7db719b556261a97f7073065b5425b30b593c5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/create_contract.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_rootname.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_rootname.tz.out index c01722db40fb14773fb57a20dfb81a94fb5e829a..8e61d5e04447808d0e03891a98f0bc5b897855ed 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_rootname.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_rootname.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/create_contract_rootname.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_rootname_alt.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_rootname_alt.tz.out index f8e4e954ff15d5b1a33c012a2125658c7f8595b5..366e9a10ac8839ebae662fe4a731884c844154c2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname_alt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_rootname_alt.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_rootname_alt.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/create_contract_rootname_alt.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_with_view.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_with_view.tz.out index bc2891a632a546a35692b017b00beeb7c77688c2..d618368f99ef1a7c2bd993326c7cd2cfc6abe7a3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-create_contract_with_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_with_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/create_contract_with_view.tz --details Well typed Gas remaining: 1039990.516 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-diff_timestamps.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-diff_timestamps.tz.out index 9a1ae97964bf26a9a4a46079d42ac736fb0271ed..46364ec7b5d0fa86b3f39f30d82f13f64e21212c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-diff_timestamps.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/diff_timestamps.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/diff_timestamps.tz --details Well typed Gas remaining: 1039995.013 units remaining { parameter (pair timestamp timestamp) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dig_eq.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dig_eq.tz.out index c018b85f56eaf4a01971f8f6c85aa3d20994ff07..44043db5cf8193bd809437d9bbc4bd0d30a6c852 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dig_eq.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dig_eq.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dig_eq.tz --details Well typed Gas remaining: 1039909.247 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dign.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dign.tz.out index 5bb35315ed9ee7f04755586bc5d33697198dab6d..f6db10164b5710a12422876be8b77663c401e809 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dign.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dign.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dign.tz --details Well typed Gas remaining: 1039992.220 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dip.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dip.tz.out index 12e232b0fd9c5b7d4ea05938bc5033d41d0db000..5703b43fbf3df6324dc7e49e6193affc2cc7df24 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dip.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dip.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dip.tz --details Well typed Gas remaining: 1039994.918 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dipn.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dipn.tz.out index cdf6af31ac172a3b4279a63d7e1bb78412250421..27dffd5520dff6eaa532dc638befb49c47bad5f6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dipn.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dipn.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dipn.tz --details Well typed Gas remaining: 1039991.330 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dropn.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dropn.tz.out index 98f625ea044d23f6dcbfb3f1362e8b1ebc5b12ba..4410e1d20cb4045205cb16e797f786a232b2f625 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dropn.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dropn.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dropn.tz --details Well typed Gas remaining: 1039994.587 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dugn.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dugn.tz.out index ff31b23389186156d922c47051bb849ae3ed05b7..80932fc50376c5691f138e6f3f3f5a6155d691cb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dugn.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dugn.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dugn.tz --details Well typed Gas remaining: 1039992.716 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dup-n.tz.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dup-n.tz.out index 1274bee602a7cbcb47ea3594cca69e9d99a81cfb..c4b4a8436128836590f4b8de5da1e209fb58a304 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-dup-n.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dup-n.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/dup-n.tz --details Well typed Gas remaining: 1039968.032 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ediv.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ediv.tz.out index 00118a23766d8cab096cc849d36a5abf5000b200..75b1c29891b0b399a4103c00b0f505ec9923412a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ediv.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ediv.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ediv.tz --details Well typed Gas remaining: 1039981.718 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ediv_mutez.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ediv_mutez.tz.out index cf480603a40d08e4c8ede30c59a85bc6c23103d6..38adde3239b40847a2d263f9711850bd12c9f968 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ediv_mutez.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ediv_mutez.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ediv_mutez.tz --details Well typed Gas remaining: 1039990.621 units remaining { parameter (pair mutez (or mutez nat)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-emit.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-emit.tz.out index d9f688ba9fd2fb19370b17c90b82c59df6263aab..a31331e46823835360c78fa5932654a2f622360b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-emit.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/emit.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/emit.tz --details Well typed Gas remaining: 1039990.510 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-empty_map.tz.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-empty_map.tz.out index fcd1c8b3cf6c0abd56b04b8d2c199737ef75875d..418401db89aaeb9ee6a9723635d78ab2d19c27d6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-empty_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/empty_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/empty_map.tz --details Well typed Gas remaining: 1039994.366 units remaining { storage (map string string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-exec_concat.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-exec_concat.tz.out index 4249505e4c78520677005e61fce680f6626619e8..78043fbd946a9b4e9ef062412f350f33eb1fcac7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-exec_concat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/exec_concat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/exec_concat.tz --details Well typed Gas remaining: 1039992.377 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-first.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-first.tz.out index e8aca940c9a95851abf79bf7e4e85cd217ebdaaa..8457a61ce6d06037f77a91586a80fe580a171c1d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-first.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/first.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/first.tz --details Well typed Gas remaining: 1039995.098 units remaining { parameter (list nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_and_update_big_map.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_and_update_big_map.tz.out index 4f92f78bbcfe6453baa6e363fc4ce077bda9c8bf..5b1190a59d9d0ab3ed7feac64d87f841d43e9569 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_and_update_big_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_and_update_big_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/get_and_update_big_map.tz --details Well typed Gas remaining: 1039994.790 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_and_update_map.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_and_update_map.tz.out index bbd675998228f1ba1fd7c3a68c004729c24c3d45..8b5a3a36587db6b8ff926ba324b1f5cb87d3f388 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_and_update_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_and_update_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/get_and_update_map.tz --details Well typed Gas remaining: 1039994.850 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_big_map_value.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_big_map_value.tz.out index af58b25cf25431d1b5bc26618aa8742e9a2baa07..55ff4c23481b880c9b4ff574459f24b33f650b8f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_big_map_value.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_big_map_value.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/get_big_map_value.tz --details Well typed Gas remaining: 1039992.079 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_map_value.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_map_value.tz.out index 4b3125f532a5e9326cdfbd37caf10c23c82993d3..4dbb05d9aa2ec16102ee27c71fbd332ba0af11b0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-get_map_value.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_map_value.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/get_map_value.tz --details Well typed Gas remaining: 1039992.607 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_consistency_checker.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_consistency_checker.tz.out index 7d0d0412dbb64fbe37164263afcb21efa00cbcc8..07f596e9d196a22ac5e8209e5b044b57dc00f2da 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_consistency_checker.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_consistency_checker.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/hash_consistency_checker.tz --details Well typed Gas remaining: 1039996.569 units remaining { parameter (pair mutez (pair timestamp int)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_key.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_key.tz.out index 5c3ab8bc544558c04d8ab850c0c1fe1a16a731cf..b59b8b8bcf4c350738792db4285c5c3b18f51791 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_key.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_key.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/hash_key.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter key ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_string.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_string.tz.out index bc59a76ffb66d7b3538eddb94e3fe9d5e14e933b..7e6028a2f086b35c7d6cd9295a105bbaa5b5139a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-hash_string.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_string.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/hash_string.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-if.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-if.tz.out index 6e7d0ddef34e766c0106cda6e0b9b88a134a482e..e269ba0f7ec4c9563079bcf46ee8b2732e64afae 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-if.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/if.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/if.tz --details Well typed Gas remaining: 1039995.290 units remaining { parameter bool ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-if_some.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-if_some.tz.out index d572c3d9f91e22c5363d636cf19929f404054ea4..83fc7df0939edb57610fb60351d86f9e95b78a1d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-if_some.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/if_some.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/if_some.tz --details Well typed Gas remaining: 1039996.019 units remaining { parameter (option string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-int.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-int.tz.out index bde5e97ccf04db0c808ac063b4e50e3cf5f67474..79dc033670283569709f337e84c7290c87729f31 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-int.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/int.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/int.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-iter_fail.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-iter_fail.tz.out index 088d20f5d08538721bf93798e7ae058ece73b687..4bd6f9845b409d5d420c90811c8cd3066bf913c7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-iter_fail.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/iter_fail.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/iter_fail.tz --details Well typed Gas remaining: 1039996.874 units remaining { parameter (set nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-keccak.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-keccak.tz.out index 2acc71d26ff43ae6cfbaaad312f6ac125ffe19c7..173590eccec8eaca15b62af9d9a5dd9337d92352 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-keccak.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/keccak.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/keccak.tz --details Well typed Gas remaining: 1039996.837 units remaining { storage (option bytes) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-left_right.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-left_right.tz.out index e4e6861fcd3f7d851e612556901517cbd15c45fa..3ebb93ec9676fbb99d485fb20b41cc127908b62d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-left_right.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/left_right.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/left_right.tz --details Well typed Gas remaining: 1039995.570 units remaining { parameter (or bool string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-level.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-level.tz.out index a4ff457f48d920c0f3b3c84cc260b33d32d58bca..b5cdd616e1b83ea66ab940e3464a0c03c3b6210b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-level.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/level.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/level.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_concat.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_concat.tz.out index ca9b80ec030a1f4d8c464c4a164c59faf918d2ff..72f6c504bb2372007745452951cc94866f05f42c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_concat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_concat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_concat.tz --details Well typed Gas remaining: 1039996.374 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_concat_bytes.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_concat_bytes.tz.out index 9e632d0fa3f0df03382a69c4f6a5c66973f54994..68f32fe7a43302cb25f923f67be5cea0b971bf0d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_concat_bytes.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_concat_bytes.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_concat_bytes.tz --details Well typed Gas remaining: 1039996.374 units remaining { parameter (list bytes) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_id.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_id.tz.out index 13f10cae56c22d284fd88a699bda234780713ee2..ddf0fffa14ff5af7da3586a93eac2695626e4f2d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_id.tz --details Well typed Gas remaining: 1039997.680 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_id_map.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_id_map.tz.out index 891c713b0dc2d2d9866b886e43efa6b6d3ee7cac..f510e2442629f04e6966be1ecd983d9a79c6dc8d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_id_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_id_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_id_map.tz --details Well typed Gas remaining: 1039996.974 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_iter.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_iter.tz.out index 0eb0de09882adae7a00c4c17dc8005f096a89c2b..41f7fee53a849d585a24116edccd5bcb972e29d8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_iter.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_iter.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_iter.tz --details Well typed Gas remaining: 1039995.593 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_map_block.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_map_block.tz.out index b1f437f73b06fa6103d0748ed3234433f2b0fd5e..c57c514b02e2f55ad65e64f994a9983b95ff4cc4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_map_block.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_map_block.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_map_block.tz --details Well typed Gas remaining: 1039991.624 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_size.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_size.tz.out index eb8820d7da09c18da82516700dc5a1315a10fc08..c7686128b0e4a1b19181d55807daf4a561d97eb1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-list_size.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_size.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/list_size.tz --details Well typed Gas remaining: 1039997.360 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_failwith.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_failwith.tz.out index 7a66b1a96320dbdf67eff9e1bb8a96ec88eae35a..ce94d69ca40901a19871f5dfb557158071338297 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_failwith.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_failwith.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/loop_failwith.tz --details Well typed Gas remaining: 1039996.957 units remaining { parameter bool ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_left.tz.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_left.tz.out index 8c49d980f7432b20dde4a482bd08d5dd64d90b7a..ad53ac5f8b4d72d69e718242597972462b5796ac 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_left.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_left.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/loop_left.tz --details Well typed Gas remaining: 1039987.396 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_left_failwith.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_left_failwith.tz.out index 847b1a0db771ab73df653644e0f293acca41b35a..0df85452cb1a2f9fad9a2f6fc5a3a246dd6dcb7c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-loop_left_failwith.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_left_failwith.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/loop_left_failwith.tz --details Well typed Gas remaining: 1039996.716 units remaining { parameter (or string nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_car.tz.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_car.tz.out index 5d56e3456ef2ca324c78db0808343d87b38d326f..8a408ce2637fa6c839b64abfac2ecf1dd8d28920 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_car.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_car.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_car.tz --details Well typed Gas remaining: 1039991.063 units remaining { parameter bool ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_id.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_id.tz.out index fd764fe33c14c28722958ac635fef4cf4fb73e49..986ea8334a0063ae19e21aa7560916a5b309267f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_id.tz --details Well typed Gas remaining: 1039997.454 units remaining { parameter (map nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_iter.tz.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_iter.tz.out index ab812eb070b622bb00fb7736a03932e3283e8315..7ca4aadc1dc7c12bac397a58eab8d1a36254d4b4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_iter.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_iter.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_iter.tz --details Well typed Gas remaining: 1039986.949 units remaining { parameter (map (int :k) (int :e)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_map.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_map.tz.out index 4f0c8b2dfb2bd5d0ccc272c9824d8d3bbaeaa53c..f568a479ac723fda5554b74efa1238d1a891d13c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_map.tz --details Well typed Gas remaining: 1039993.574 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_map_sideeffect.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_map_sideeffect.tz.out index 161ee34517a48c9bd0d9960e6d1834864c2f3c81..ef9a32c9d60caf762d80ae7e54f2d7ddb93132f0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_map_sideeffect.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_map_sideeffect.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_map_sideeffect.tz --details Well typed Gas remaining: 1039988.534 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_mem_nat.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_mem_nat.tz.out index af83023b1ec3cb7ee63c92d88f7f15cfa0ca54d6..6f66ad3ff163c57eb0bab2e234c09c750d80edfd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_mem_nat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_mem_nat.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_mem_nat.tz --details Well typed Gas remaining: 1039993.554 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_mem_string.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_mem_string.tz.out index 8d256f07da4ab7158bbc4d1a159082643ca9274b..df2f7fb16456cf0dd0cc6eab1d4ec83380fbb97a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_mem_string.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_mem_string.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_mem_string.tz --details Well typed Gas remaining: 1039993.554 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_size.tz.out similarity index 62% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_size.tz.out index a2c05851fb49d73b069662467b6da3b85b506652..a43bbc82836c1f207b226c7c31b8108bfec3074c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-map_size.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_size.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/map_size.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (map string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-merge_comparable_pairs.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-merge_comparable_pairs.tz.out index 068b49a93741ab02b80db0f3d0166f2a7efd9f83..1a077d9d67238f6a43ce751f4b7567d0f9d7de07 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-merge_comparable_pairs.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/merge_comparable_pairs.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/merge_comparable_pairs.tz --details Well typed Gas remaining: 1039992.173 units remaining { parameter (set (pair (nat %n) (pair %p (string %s) (int %i)))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul.tz.out similarity index 91% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul.tz.out index fa2b3843959813d1d4066d9d2f7d3fdaf2dc5c2f..bd0e88b9899a0b98944ee7581decb55f71301d6b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/mul.tz --details Well typed Gas remaining: 1039961.621 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_fr.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_fr.tz.out index fb1a454780c202d58a13159f94b2ba9da9fe57d9..8d0ffa053840c5a53ee442bbed932dd0d503b202 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_fr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/mul_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_fr bls12_381_fr) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_g1.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_g1.tz.out index 99ce538d17eff5e3cb29b50b8780bb45c09d018b..8fcf3d95ae2ca2c330f908631e2040142dfc0b36 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_g1.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/mul_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g1 bls12_381_fr) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_g2.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_g2.tz.out index 7343005496c01b644ab48da19f251ce41059ee89..5b17d617704cd10457532f603f66e216075113fb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_g2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/mul_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g2 bls12_381_fr) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_overflow.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_overflow.tz.out index f2ee1d9271cca5d661599cce96b4e32213725a9d..ab504d05371ad4f536842f770b2a59ce000569b5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mul_overflow.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_overflow.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/mul_overflow.tz --details Well typed Gas remaining: 1039992.344 units remaining { parameter (or unit unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-munch.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-munch.tz.out index ee3c0f54c3fa2c1e854111dcdefd7b10f9971d9c..f331aad14fe220c7b111a4a5f88182c0a7b163a8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-munch.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/munch.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/munch.tz --details Well typed Gas remaining: 1039997.065 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mutez_to_bls12_381_fr.tz.out similarity index 75% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mutez_to_bls12_381_fr.tz.out index dbb176e32cd47bd12143f7fd7f58071af0a82d48..0232ef3be0d7f464536612c77569b0860f19be99 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-mutez_to_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/mutez_to_bls12_381_fr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/mutez_to_bls12_381_fr.tz --details Well typed Gas remaining: 1039992.323 units remaining { parameter mutez ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg.tz.out index 1129588895ad09933fa46c9db4199ead0a359051..ff08c1e6fd262b4cb91b9912d4bcf39c561e83e7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/neg.tz --details Well typed Gas remaining: 1039996.161 units remaining { parameter (or int nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_fr.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_fr.tz.out index 1f6cf683a5fef91dbac76650bb87ee0604e4c9da..173c5911c5407e4d5131a1b23cd210f4df4a0d51 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_fr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/neg_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_g1.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_g1.tz.out index 4436dd841287f1ea8ed85803a505b3bcc8a33e89..cb1e71b48a2063f453bb07ce8ecd1defb2dd3d56 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_g1.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/neg_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_g1 ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_g2.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_g2.tz.out index 3ab8cf20f6242826d59a417eee68aa0f251a60f1..d909eaa11dcbadce500a9d79eb6fee4f90b4ce30 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-neg_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_g2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/neg_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_g2 ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-none.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-none.tz.out index 6fd6b6b38fa75f1d99c1b1709db825c9f3dbc033..7812b1210f7d386d3d7982217cc551d0f759bf45 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-none.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/none.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/none.tz --details Well typed Gas remaining: 1039997.217 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-noop.tz.out similarity index 58% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-noop.tz.out index 2f306a86254f04cb05df5b543b90fa7b10f0495c..19a5f869155763cf89c431757d4a953a31c9f385 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--empty.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-noop.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/empty.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/noop.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-not.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-not.tz.out index 7be3b252952ffb63ab779e5b2dc1e701bdcf2c11..e8cbd34adf75b1b00cfdc1e95076a916ccc19600 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-not.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/not.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/not.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bool ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-not_binary.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-not_binary.tz.out index 5e7b499cd7e6a90de26a2e3c773bb78c5dff7de1..ff81102d1090268defada9fa0e7aa9d70e6c3df0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-not_binary.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/not_binary.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/not_binary.tz --details Well typed Gas remaining: 1039995.545 units remaining { parameter (or int nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-or.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-or.tz.out index 5cd48794dfdf18bb3d464a1457636cbb5890c72b..d5fc382c693680453ac079d126462769623b1dc4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-or.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/or.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/or.tz --details Well typed Gas remaining: 1039994.425 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-or_binary.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-or_binary.tz.out index 5068374b4ef180f129c922d9f232e30bb3492e14..4fdf7f9e8c1862cecca7649674e04a2fa83c0969 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-or_binary.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/or_binary.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/or_binary.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-originate_big_map.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-originate_big_map.tz.out index 0652dffc372397c50ce7a2534d1009c389791f74..a16cf9c25672e8797e2dd35f04c891522bad5f8c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-originate_big_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/originate_big_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/originate_big_map.tz --details Well typed Gas remaining: 1039997.334 units remaining { parameter (big_map int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack.tz.out index 192cd4490bb3dca43f0aacc44c270176944e9435..36b97a44123ae2a3c625c17c7f41553383fdcba9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/packunpack.tz --details Well typed Gas remaining: 1039987.310 units remaining { parameter (pair (pair (pair string (list int)) (set nat)) bytes) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack_rev.tz.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack_rev.tz.out index d876d9b9920281546b83f8772256d6b05996d873..458916d1a46009065681074e91f676afb036a3b1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack_rev.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack_rev.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/packunpack_rev.tz --details Well typed Gas remaining: 1039888.774 units remaining { parameter (pair int nat string bytes mutez bool key_hash timestamp address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack_rev_cty.tz.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack_rev_cty.tz.out index a2f055562f968b6ccb9eff747dcfbb57d0894c26..269e8128d20788a02496912da7798a31a7363f6f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-packunpack_rev_cty.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack_rev_cty.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/packunpack_rev_cty.tz --details Well typed Gas remaining: 1039875.178 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pair_id.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pair_id.tz.out index 1703886d84eb600750c384d0b9081c46a7d4a45a..2eee3b25f7b782dd8b7c7684f41ff5653825c1e5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pair_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/pair_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/pair_id.tz --details Well typed Gas remaining: 1039996.769 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pairing_check.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pairing_check.tz.out index 73f1a529e427b7f91e8e226c05c7cbb878cdab1a..0fd638bdcd74450c0327afb1ccb7d48cfff3b029 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pairing_check.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/pairing_check.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/pairing_check.tz --details Well typed Gas remaining: 1039996.509 units remaining { parameter (list (pair bls12_381_g1 bls12_381_g2)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pexec.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pexec.tz.out index 43eb45c3ac22983e5b689d6dd41f2815bad0c430..e4a66ad2b112ebe8e963c7f75db604183125711f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pexec.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/pexec.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/pexec.tz --details Well typed Gas remaining: 1039993.994 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pexec_2.tz.out similarity index 87% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pexec_2.tz.out index 55f78459d49753b2322ef8ffce4137906e1d822c..8d3bdf54d8903efe944c2e8496b64af66db5000f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-pexec_2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/pexec_2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/pexec_2.tz --details Well typed Gas remaining: 1039988.161 units remaining { parameter int ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-proxy.tz.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-proxy.tz.out index 67a530aae7a09e3fb95995a0279dcaddf33f879d..3a7547cc7d55ce07b417013b096c346c2beb3a98 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-proxy.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/proxy.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/proxy.tz --details Well typed Gas remaining: 1039995.281 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ret_int.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ret_int.tz.out index 9ab07fdafd01715d01c9c476be4fb147866af089..b3e2d3db9076bd89403dff05bac31ef76d116564 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ret_int.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ret_int.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ret_int.tz --details Well typed Gas remaining: 1039996.556 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-reverse.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-reverse.tz.out index f3d528edc7990fc22888dd5b6f1ff2504273043a..fc76c34a651da0590878d8bd0eb3f8248baa79f2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-reverse.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/reverse.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/reverse.tz --details Well typed Gas remaining: 1039995.453 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-reverse_loop.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-reverse_loop.tz.out index a2597ad1eb595b4a446ee5498543d6b654cbc625..9b7bb4f2a8e96158545860058dc581bf5e1b429d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-reverse_loop.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/reverse_loop.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/reverse_loop.tz --details Well typed Gas remaining: 1039990.243 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sapling_empty_state.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sapling_empty_state.tz.out index 8ff3f8af488b31757d34fd2577335061c8dcb6e8..c46e69a234424d40362b16f516a055fb6540e32e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sapling_empty_state.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sapling_empty_state.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sapling_empty_state.tz --details Well typed Gas remaining: 1039997.397 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self.tz.out index 10340384aa8e5acfa7fc2717ac154f4929347ab3..9701a8abdf862fbb081d76a038b7bf8e3ba9e077 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self.tz --details Well typed Gas remaining: 1039996.945 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address.tz.out index 686cd5a5cd9cc8e6f9fffa7be0e97e335e843e69..b30cf1e8788b6ff1d59fd5de363a8e49de74b29e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_address.tz --details Well typed Gas remaining: 1039990.189 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_fib_view.tz.out index 4dda752dde59cc9c50df61a7e98b48d6cedcb53e..42f81df2c32130a363068d534bf5b2639bb19623 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_fib_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_address_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_nonexistent_.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_nonexistent_.out index eccc9191f45556845654dc7efc854852f235b463..a2a66cf02a34f4c011a496c7aca38f823d191d01 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_nonexistent_.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_nonexistent_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_address_after_nonexistent_view.tz --details Well typed Gas remaining: 1039987.050 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_view.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_view.tz.out index 82dc657e4edec6f3e90bbc941d813ffba8aef191..dd39f0417f078ff8272d6943255a8e12260bd974 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_address_after_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_address_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_fib_view.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_fib_view.tz.out index 0721774548c4870b77b2ea1d3745dadcbe069e00..682289441764e80b8bb2ed04b702bd46acba512b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_fib_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_after_fib_view.tz --details Well typed Gas remaining: 1039986.060 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_nonexistent_view.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_nonexistent_view.tz.out index 9b1e1b948d57e0985b938e96d6d4c0df826c86bc..f178d30a6fc2713ad3eec72495c3980577a05db2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_nonexistent_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.452 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_view.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_view.tz.out index 262afcbcda6f5a2b8814eab371ebebf2cc7c1de8..ffd8eb2ee2f9ba0834f6f2ea45f44f317ecf77a3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_after_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_after_view.tz --details Well typed Gas remaining: 1039985.886 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_with_default_entrypoint.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_with_default_entrypoint.tz.out index 197656da30480b85be87151d38869f9600f0a798..da65d8ea6430df17b57b42727edfac7b1a306163 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_with_default_entrypoint.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_with_default_entrypoint.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_with_default_entrypoint.tz --details Well typed Gas remaining: 1039988.800 units remaining { parameter (or (or (nat %A) (bool %B)) (or %maybe_C (unit %default) (string %C))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_with_entrypoint.tz.out similarity index 91% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_with_entrypoint.tz.out index f5b1bcb95fa3eba845581da538e405fcdcea29ea..64751f34e51745865c52e2e912f1fa74dc3516bb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-self_with_entrypoint.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_with_entrypoint.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/self_with_entrypoint.tz --details Well typed Gas remaining: 1039970.861 units remaining { parameter (or (or (nat %A) (bool %B)) (or %maybe_C (unit %Z) (string %C))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender.tz.out similarity index 62% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender.tz.out index 6259a5650b72734b8d46c989d19dd8724cf30e84..0f3b02a3566e885a18734b3ca7ebb538bf84a71a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sender.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_fib_view.tz.out index fef792b0d708b532c50b8f3a7b564220728ca8bb..9233120f7cb0c1448edebeee86e8985630380513 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_fib_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sender_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_nonexistent_view.t.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_nonexistent_view.t.out index 0ddd0abc03d83e6e0f02695e391dd5baa148b90e..a234f96be762173415a5367fdb0c8064b77c26d5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_nonexistent_view.t.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_nonexistent_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sender_after_nonexistent_view.tz --details Well typed Gas remaining: 1039987.050 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_view.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_view.tz.out index 7685d458cd1b52fd0234b5acc2d80927e39c1bb9..dcaebd0a5da9a6cb68dd52ce86fb92a311cb9fd8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sender_after_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_view.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sender_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_car.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_car.tz.out index 4fe8792662635fa7884f35679ba3322a1ae35cf9..b8ca51f487da13266eb13c04fbd913c18b41b634 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_car.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_car.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_car.tz --details Well typed Gas remaining: 1039992.274 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_cdr.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_cdr.tz.out index 46379662badbbe8481bc0f43cbdd7bedf0307865..891d367b067b85ee654eabb13f44939d21c21bee 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_cdr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_cdr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_cdr.tz --details Well typed Gas remaining: 1039992.742 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_delegate.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_delegate.tz.out index 0c0a969ae21c48150fe9de76ab7920f90ffbb2f8..43e2de76a2a2adb0af9b8d9eea32961b4ba03b55 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_delegate.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_delegate.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_delegate.tz --details Well typed Gas remaining: 1039996.276 units remaining { parameter (option key_hash) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_id.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_id.tz.out index c370182147513065a08d76553391e38dcd564f6a..694f4b1a0a3bd8efa0cc9d4467df630fa7d8cf16 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_id.tz --details Well typed Gas remaining: 1039997.680 units remaining { parameter (set string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_iter.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_iter.tz.out index 0c771bd7a6dd06b7d95c16bb9d7766fcb6c9a9d2..8aa5aafa6bb1b84a449ac082967985673d9ff894 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_iter.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_iter.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_iter.tz --details Well typed Gas remaining: 1039995.593 units remaining { parameter (set int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_member.tz.out similarity index 86% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_member.tz.out index c36c34c152bf0b28a95ef600130216416a074fc3..9ba794ebe631d30d77d4ae848709fccd01a3a152 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_member.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_member.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_member.tz --details Well typed Gas remaining: 1039989.840 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_size.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_size.tz.out index a791706f7f08bbfd29cbacc22c975de379e592bf..5417f5d561079df60aa052e707f934d7ec4e9919 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-set_size.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_size.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/set_size.tz --details Well typed Gas remaining: 1039997.360 units remaining { parameter (set int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sets.tz.out similarity index 91% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sets.tz.out index 38779b773843fc3403ebfe5af9f2b3d702c65499..9fadd7b0e18b3bd4b82b55cb39451652c1c178a8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sets.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sets.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sets.tz --details Well typed Gas remaining: 1039953.534 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sha3.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sha3.tz.out index 11ef6be9c93484afa14fb0323d07133dfac9e75b..98256fb9f5738e6358dbd6024211ee035030747a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sha3.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sha3.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sha3.tz --details Well typed Gas remaining: 1039996.837 units remaining { storage (option bytes) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-shifts.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-shifts.tz.out index 7c1abcee56adba7f1c16f0664751d2b3c2f38d55..0cc2b54433662075edf570bed12681e6b171af47 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-shifts.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/shifts.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/shifts.tz --details Well typed Gas remaining: 1039994.259 units remaining { parameter (or (pair nat nat) (pair nat nat)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slice.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slice.tz.out index 1212a25e920036703e9649f140c0165288d14588..0578c5afd4c2e6edc38f873a38a147100f78cd17 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slice.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/slice.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/slice.tz --details Well typed Gas remaining: 1039993.747 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slice_bytes.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slice_bytes.tz.out index 62005cd96426e31acb2d0c0d66e05787d5268b11..5f89afb3ce4556e2094e0184f638f5367eaf6ead 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slice_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/slice_bytes.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/slice_bytes.tz --details Well typed Gas remaining: 1039993.747 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slices.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slices.tz.out index 935dfbdf7aa87bdd36225f44539c4314e0f0d6e9..d3ee3714f4ccb9246556cc160f421b1b3e921536 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-slices.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/slices.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/slices.tz --details Well typed Gas remaining: 1039937.057 units remaining { parameter (pair bytes signature) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-source.tz.out similarity index 62% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-source.tz.out index 3acb11602f8bf04a8ea7c549d124855cf13e6ed5..53d45d3f0f35adb3dd8f33319f4bd0ccba1a82a6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-source.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/source.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/source.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-split_bytes.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-split_bytes.tz.out index 2a1bb6cf04e62e828f57f163db80e6fd73c79f79..7af274285844879ba94a038d882eacb0e03ad2a2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-split_bytes.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/split_bytes.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/split_bytes.tz --details Well typed Gas remaining: 1039973.337 units remaining { parameter bytes ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-split_string.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-split_string.tz.out index 8948d2c3c81659fba735d758448897227ef582e4..ca1bde9cbd252e8b537e9fe53b293a1e0afd9967 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-split_string.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/split_string.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/split_string.tz --details Well typed Gas remaining: 1039973.337 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_fr.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_fr.tz.out index 45cc05c575ea15a2c3189525200532cb97fb91f0..73f1febdfc94509926cc3c5cf853e081bae71e8c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_fr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/store_bls12_381_fr.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_g1.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_g1.tz.out index 596b66bf91b5ea7428ff839d8928fff85eb3a6a1..143391ec85c66165efdf35840a103e60307ad98b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_g1.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/store_bls12_381_g1.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_g1 ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_g2.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_g2.tz.out index fa8c6a0a8a0c501698d1b5f38bdb486b76f8907e..c6644519d33666abebe766de95f51c00429bdf19 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_g2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/store_bls12_381_g2.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_g2 ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_input.tz.out similarity index 58% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_input.tz.out index 51ec1c77ec9a126433396d9014f0eac4233c0401..997046158b07eeb13ff46b05bb4e31af55464340 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_input.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/store_input.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_now.tz.out similarity index 62% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_now.tz.out index 9a70f7c610250f998a60bbc3c5a2452c15a18fd3..c5ce228e8fd4d0f8a84ab50456d4cd2b4887c9b4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-store_now.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_now.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/store_now.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-str_id.tz.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-str_id.tz.out index d75d66629f539b84862b8a4e0d76f3642a94de12..2a48921c7011dd422d9dddad64ac5824bf96f72e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-str_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/str_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/str_id.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sub_timestamp_delta.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sub_timestamp_delta.tz.out index 5272610193aef9badf4bea45309544b253674a21..23c44eb20a6528d101afefc6b5c76e918409cc02 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-sub_timestamp_delta.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sub_timestamp_delta.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/sub_timestamp_delta.tz --details Well typed Gas remaining: 1039995.013 units remaining { parameter (pair timestamp int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-subset.tz.out similarity index 90% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-subset.tz.out index 57186a64f41edeab8564f56127ddbcf58e5cb121..8edf2e9038ac1f492dacc037715c19703916bdfe 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-subset.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/subset.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/subset.tz --details Well typed Gas remaining: 1039986.401 units remaining { parameter (pair (set string) (set string)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-tez_add_sub.tz.out similarity index 86% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-tez_add_sub.tz.out index 3fbd27ca8f7558283bc65700fbe7f89c4870fa92..fecafa31a96066f35a38ae8601b3ddc054c77d2d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-tez_add_sub.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/tez_add_sub.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/tez_add_sub.tz --details Well typed Gas remaining: 1039987.345 units remaining { parameter (pair mutez mutez) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_bad.tz.out similarity index 60% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_bad.tz.out index 55865f2f76d6b0043745b182849a008c173574bc..fe33412d0a1a5b0650570717fa2f4c684ee9d7db 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_bad.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_bad.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_bad.tz --details Well typed Gas remaining: 1039997.763 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_big_store.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_big_store.tz.out index fb9f9d8c4bbbd7287bc80a37ba2a47cd388ae6ce..afb2631466fe3147ec9f2ad97a8ba4f24b46f004 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_big_store.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_big_store.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_big_store.tz --details Well typed Gas remaining: 1039994.150 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_join.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_join.tz.out index 0c8dd58b023b83eb46b6e05205b6fc83f60452d5..e5422e404aa7a6072e595effb10bbd34845f4420 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_join.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_join.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_join.tz --details Well typed Gas remaining: 1039992.503 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_read.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_read.tz.out index 1c9dca399b1bbecf98c415685a845c9d31ba034e..4d988e347f28a500939edf9badf1b54099b9022c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_read.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_read.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_read.tz --details Well typed Gas remaining: 1039985.350 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_split.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_split.tz.out index aedc4a7489b3814acf77ae2d9e6df17bc8dd04bd..c58cd6e9affbf1cde8a5ee156d52406f792764ff 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_split.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_split.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_split.tz --details Well typed Gas remaining: 1039979.558 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_store-2.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_store-2.tz.out index 0eaa235e62cbfc0dad256b76693ef970f4d0dc1c..df37f62cb6115b9ca1afb49eeb753a413722179b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_store-2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_store-2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_store-2.tz --details Well typed Gas remaining: 1039997.454 units remaining { parameter (option (ticket nat)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_store.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_store.tz.out index 7f721add4e1672a7dc8cfe58fe0c9b2d57c2624f..5a031459d6cdd27a0d3e2ff4af78b9fc924ec616 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticket_store.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_store.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticket_store.tz --details Well typed Gas remaining: 1039997.074 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticketer-2.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticketer-2.tz.out index b77901e62fcbe90b112255ba1e31ac97d5613531..f4debe465f5b7470b28f385bba3e2ec4a02286f4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticketer-2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticketer-2.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticketer-2.tz --details Well typed Gas remaining: 1039988.434 units remaining { parameter (pair (pair address nat) nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticketer.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticketer.tz.out index f9130f08f257bba6036c969fc4a9b47d7e77781f..ce07697f53dc4c6ecaeb58e7407f4271632f33d8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-ticketer.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticketer.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/ticketer.tz --details Well typed Gas remaining: 1039988.950 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-transfer_amount.tz.out similarity index 60% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-transfer_amount.tz.out index 31700a2da432e111dfd285411025d77f5e118f36..39ba59f77685d9b7d7faf1ccf462a1ae5f129b4a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-transfer_amount.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/transfer_amount.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/transfer_amount.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-transfer_tokens.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-transfer_tokens.tz.out index 1e16540629a094c8edda59f9ac2ce85049d57e93..f0192200856ade430d3382c3dc2330eb8fcdc5de 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-transfer_tokens.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/transfer_tokens.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/transfer_tokens.tz --details Well typed Gas remaining: 1039994.130 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-uncomb.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-uncomb.tz.out index e6e8381b59bcca2f755e460de1f4edfdc2bda836..7a762375074c8faaa2e87bc59d05b95f4729e196 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-uncomb.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/uncomb.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/uncomb.tz --details Well typed Gas remaining: 1039993.181 units remaining { parameter (pair nat nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-unpair.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-unpair.tz.out index 1b33a6919f2b98edcf3e994acd1384c342e412ff..219bfe9ff1f6e766c3ba60a8f73cf6e96ba0150b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-unpair.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/unpair.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/unpair.tz --details Well typed Gas remaining: 1039904.519 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-unpair_field_annotation_mismatc.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-unpair_field_annotation_mismatc.out index 65d436a7f10d7b365573c4c1c1645279a7da8c1a..00c8e3e496c60e694df5834aef4c2514ceb93a63 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-unpair_field_annotation_mismatc.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/unpair_field_annotation_mismatch.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/unpair_field_annotation_mismatch.tz --details Well typed Gas remaining: 1039993.685 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-update_big_map.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-update_big_map.tz.out index 991826f274b8ff76ea3c8cf4016fa96edbfb7ac3..45cb2c03eff8245dc2f349a6ae4c9e2fd72bcc2f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-update_big_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/update_big_map.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/update_big_map.tz --details Well typed Gas remaining: 1039993.471 units remaining { storage (pair (big_map string string) unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-utxo_read.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-utxo_read.tz.out index 1155fe0a02d46eb5e318ae6254ac49575e194444..28f4cb2d2ce3be7b7490863723461f8c520d5453 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-utxo_read.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/utxo_read.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/utxo_read.tz --details Well typed Gas remaining: 1039985.390 units remaining { parameter (pair (ticket nat) nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-utxor.tz.out similarity index 95% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-utxor.tz.out index 86024f749f5ca2e1f599a6bf191bcb2f025ba3d1..8b3d85268e66b05b5f1fc55ddf1a95ede87b38aa 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-utxor.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/utxor.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/utxor.tz --details Well typed Gas remaining: 1039969.043 units remaining { parameter (pair address address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_fib.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_fib.tz.out index 7031ad5676f2a50c504794eb357babf7d8fc68b2..4a541556bb13a8e15551622b1f110223bccf8572 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_fib.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_fib.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_fib.tz --details Well typed Gas remaining: 1039994.630 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_mutual_recursion.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_mutual_recursion.tz.out index 81c87067496d93e91b0604fba45584ee51bcc54a..724ffd01f22163e7b9ba5921939d080aa59dd3a8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_mutual_recursion.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_mutual_recursion.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_mutual_recursion.tz --details Well typed Gas remaining: 1039993.335 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_add.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_add.tz.out index 96f47218f710d87121e7d2470efbdf9c6b591436..b1c87e52df04c7ea59aac27c31067aebbca7c569 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_add.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_add.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_add.tz --details Well typed Gas remaining: 1039994.410 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_constant.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_constant.tz.out index a279eac163fba5392f12793ffdd6d6335f825b99..c943995e2289a3b364c53839e6ee171ff17b387d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_constant.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_constant.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_constant.tz --details Well typed Gas remaining: 1039994.390 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_id.tz.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_id.tz.out index 9f731faafa20ca9411387cd222112d5bcb9f899f..0641230d994cd3728815486875a836fc0f5e8822 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_id.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_id.tz --details Well typed Gas remaining: 1039993.949 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_nonexistent_addr.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_nonexistent_addr.tz.out index cb28ddec9f5422e6a3885f56596f1a610481a452..127b5afe9b55ba3da1c51c03819228a32bf9ee0a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_nonexistent_addr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_nonexistent_addr.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_nonexistent_addr.tz --details Well typed Gas remaining: 1039989.559 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_nonexistent_func.tz.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_nonexistent_func.tz.out index 29650ef489ce6ef17a3dd3b198e582495b78de45..aee0d202b6943b50b0b081d47e01fd11b2297bfc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_nonexistent_func.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_nonexistent_func.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_nonexistent_func.tz --details Well typed Gas remaining: 1039993.859 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_test_step_contants.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_test_step_contants.tz.out index f39c6d21d5869c46a49f54774eb0ff96818483a9..72ca814b444e80e23b747396a251af90a0323118 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_test_step_contants.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_test_step_contants.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_test_step_contants.tz --details Well typed Gas remaining: 1039994.470 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_toplevel_inconsistent_i.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_toplevel_inconsistent_i.out index ae8f0dcab812cbd554fcb087b0aba4ba623768db..c7f82ce07d6c57b67a59df51326fe88d85e18958 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_toplevel_inconsistent_i.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_toplevel_inconsistent_input_type.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_toplevel_inconsistent_input_type.tz --details Well typed Gas remaining: 1039993.919 units remaining { parameter (pair int address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_toplevel_inconsistent_o.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_toplevel_inconsistent_o.out index bb364e0d0ab8be1733f69dbc874f81612bdebd3a..d0fda90a04eeb75d1ad6d9240f23765fa99d0669 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_op_toplevel_inconsistent_o.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_toplevel_inconsistent_output_type.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_op_toplevel_inconsistent_output_type.tz --details Well typed Gas remaining: 1039993.919 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_rec.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_rec.tz.out index 873938b3313565a87f88842e48ee6fe90e8ac2be..2f0fc2e5fcabf2042d4c381328bf0fafff402209 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_rec.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_rec.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_rec.tz --details Well typed Gas remaining: 1039988.440 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_toplevel_lib.tz.out similarity index 95% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_toplevel_lib.tz.out index 4f25187771b4c06131d3cbb4a428ec6858cfe60b..b98e3596484a55c2b2eba13f1092bcd609ab5277 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-view_toplevel_lib.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_toplevel_lib.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/view_toplevel_lib.tz --details Well typed Gas remaining: 1039947.179 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-voting_power.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-voting_power.tz.out index 6b83cc27c699f58fcc9ed20e9cab287209186fdd..fa03b9e4e8a55a98fe075d5d67b8386bd2c28f51 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-voting_power.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/voting_power.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/voting_power.tz --details Well typed Gas remaining: 1039995.193 units remaining { parameter key ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-xor.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-xor.tz.out index e13b20b58af7b4b2eac12ef0940833a2abfebf92..05db9f3a411702511793265493e1e52c19eca354 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Kathmandu- Tc tests_python-contracts_014-opcodes-xor.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/xor.tz] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_014/opcodes/xor.tz --details Well typed Gas remaining: 1039992.584 units remaining { parameter (or (pair bool bool) (pair nat nat)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-accounts.tz.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-accounts.tz.out index 176cdfa6c4d2c889c359fa143192b9684ff34349..c766dc70434b1814864e0a010868fc2eb9fbb6c0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--accounts.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-accounts.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/accounts.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/accounts.tz --details Well typed Gas remaining: 1039932.585 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-add1.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-add1.tz.out index 5eb96633bb1fb43ab608fdf0ca0f8802a29bd353..5b2972046641e174b0d70caa101e549cf293bdab 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-add1.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/add1.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/add1.tz --details Well typed Gas remaining: 1039996.774 units remaining { parameter int ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-add1_list.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-add1_list.tz.out index daaa2778764ce38f94a7e1fb82651076a710f1cd..b9ed99cdf5aff8fc91ab11cd04e1964abf083950 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--add1_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-add1_list.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/add1_list.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/add1_list.tz --details Well typed Gas remaining: 1039995.973 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-after_strategy.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-after_strategy.tz.out index 0b168282028eaccd549f97747621bf0642b670b5..024b54525098f9897ab927146b3880532085d797 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--after_strategy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-after_strategy.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/after_strategy.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/after_strategy.tz --details Well typed Gas remaining: 1039991.203 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-always.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-always.tz.out index 36959d0b9bec1a2f12b17c0ce91ac941a0f2e91c..6afad84e6366a05c8a4bb74fe931dd8486603571 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--always.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-always.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/always.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/always.tz --details Well typed Gas remaining: 1039995.941 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-append.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-append.tz.out index fc57d58ad12146e35cd3ad0274cfae73a04255b8..2624fcd24f43e2144d1cae210f53bc0094a38153 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--append.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-append.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/append.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/append.tz --details Well typed Gas remaining: 1039993.459 units remaining { parameter (pair (list int) (list int)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-at_least.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-at_least.tz.out index 21153f6bf691b485ec163b152f8ac92d8c863ca2..183cbd581de3e8236b0b5568548c5ab33a6f324e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--at_least.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-at_least.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/at_least.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/at_least.tz --details Well typed Gas remaining: 1039993.870 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-auction.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-auction.tz.out index f3568c702437444c38ae5d2bf306a4f8a8b031d5..98f2b5a8e2925e76113909a54d44c4d96a9d1b74 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--auction.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-auction.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/auction.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/auction.tz --details Well typed Gas remaining: 1039974.418 units remaining { parameter key_hash ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-bad_lockup.tz.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-bad_lockup.tz.out index 723828d2e71ce45f1e61122124c74345a0004dcf..79eed4a3ec7f000b52ecc3a3d7dc60b17316af92 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--bad_lockup.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-bad_lockup.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/bad_lockup.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/bad_lockup.tz --details Well typed Gas remaining: 1039974.993 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-big_map_union.tz.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-big_map_union.tz.out index 34f4ccc0a6a5295d36c44998379f41a01538b450..2d65f43edbf1a8b10d7bfcfeafa58e42557dcfd3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--big_map_union.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-big_map_union.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/big_map_union.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/big_map_union.tz --details Well typed Gas remaining: 1039987.459 units remaining { parameter (list (pair string int)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cadr_annotation.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cadr_annotation.tz.out index d87865b75e816285939657ddc4228f358a91f43c..6572bc21d18eda8a631f25075e3e23af94c310ef 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cadr_annotation.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cadr_annotation.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/cadr_annotation.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/cadr_annotation.tz --details Well typed Gas remaining: 1039995.385 units remaining { parameter (pair (pair %p1 unit (string %no_name)) bool) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-concat.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-concat.tz.out index 73dc09633c715dcfe1f00248acae651306354b33..37c39c8dd901a644ee847bc8728bb64c131ed6dd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-concat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/concat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/concat.tz --details Well typed Gas remaining: 1039993.578 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-conditionals.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-conditionals.tz.out index 3bc7212380ef170bf418b1bdcc4a504774ecfab8..15a46cf4849c6bf601efbccfcd334d1678eaa6cb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--conditionals.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-conditionals.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/conditionals.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/conditionals.tz --details Well typed Gas remaining: 1039990.576 units remaining { parameter (or string (option int)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cons_twice.tz.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cons_twice.tz.out index 1a51043ca518bd165607236f86d93be97903aa61..df72384fffec5b78b34303fecd8b309f91c8f45b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cons_twice.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cons_twice.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/cons_twice.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/cons_twice.tz --details Well typed Gas remaining: 1039993.758 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cps_fact.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cps_fact.tz.out index 4fe01a9342680b24583455f18bb01f234585618a..971fce8029df22ffc0547213501657302c66342c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--cps_fact.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-cps_fact.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/cps_fact.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/cps_fact.tz --details Well typed Gas remaining: 1039976.109 units remaining { storage nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-create_add1_lists.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-create_add1_lists.tz.out index 89a2ba999d753511f08450b1f8856034f36128d1..4fcbff0a2729f3a00f67efcd04a2ed2241c21fde 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--create_add1_lists.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-create_add1_lists.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/create_add1_lists.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/create_add1_lists.tz --details Well typed Gas remaining: 1039989.990 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-data_publisher.tz.out similarity index 94% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-data_publisher.tz.out index a22f6514ba1f122432c85e240b50afab118f6f08..dadfe2b48bcee8391115f9deac44bb75028d37d0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--data_publisher.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-data_publisher.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/data_publisher.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/data_publisher.tz --details Well typed Gas remaining: 1039975.804 units remaining { parameter (pair signature (pair string nat)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-dispatch.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-dispatch.tz.out index ea2b7479c354bf445fa088eea797b3edacad62d9..da21914a6f3b56f487a20d317643b8b736a897b3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--dispatch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-dispatch.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/dispatch.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/dispatch.tz --details Well typed Gas remaining: 1039983.006 units remaining { parameter (or string (pair string (lambda unit string))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-empty.tz.out similarity index 58% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-empty.tz.out index 4a858c66a2e17d82f7b804ce532f06dabd5a2776..fecf78ec76718d106615ca12a115a514a4671a2a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-empty.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/noop.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/empty.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-fail_amount.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-fail_amount.tz.out index 79245c179a0eb6d10bb335c4b2fbc8420dd31ad1..59bd3b8da19a69052b98e4d402bb2f3748be49fe 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--fail_amount.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-fail_amount.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/fail_amount.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/fail_amount.tz --details Well typed Gas remaining: 1039993.067 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-faucet.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-faucet.tz.out index aa120a0336a481152875874d85f45945adb83cc9..ee2adc8e1788ec4965978c4e22c60deaa68e01df 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--faucet.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-faucet.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/faucet.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/faucet.tz --details Well typed Gas remaining: 1039988.070 units remaining { parameter key_hash ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-forward.tz.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-forward.tz.out index 76aedad4258f7b704f2f33ce9fe46e85f7363c2c..09a672892934987fafd83cfbf58e2bf964820e65 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--forward.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-forward.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/forward.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/forward.tz --details Well typed Gas remaining: 1039670.292 units remaining { parameter (or string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-id.tz.out similarity index 59% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-id.tz.out index fd2199fdb4eafc2f9c6a0abe1448ed4e7585c2ab..b7269de3dc88e63120aef27cf6cb70e734da2228 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/id.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-infinite_loop.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-infinite_loop.tz.out index 4e25fc3cc64ee378c6fa34c3e8a5411cbcdc50b4..659f11c6c04b8f0f0d11d6420645a6fdea9738dd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--infinite_loop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-infinite_loop.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/infinite_loop.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/infinite_loop.tz --details Well typed Gas remaining: 1039995.465 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-insertion_sort.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-insertion_sort.tz.out index 230e24a7fe491c3ba8046c83a6d31a9165a77c8e..94edeff54dcbc3634fd25b87c822a5b3a9b393c3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--insertion_sort.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-insertion_sort.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[attic/insertion_sort.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/insertion_sort.tz --details Well typed Gas remaining: 1039976.745 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-int_publisher.tz.out similarity index 95% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-int_publisher.tz.out index 83e182dcfc521b633cfa9e9ce72a47c02506b2e8..c1fedd7bcbe981aebf1c245a8faba2002bfc144a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--int_publisher.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-int_publisher.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/int_publisher.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/int_publisher.tz --details Well typed Gas remaining: 1039970.043 units remaining { parameter (option (pair signature int)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-king_of_tez.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-king_of_tez.tz.out index ef699b3d21184c74c1508124fd7043ad98fb13b8..cb3d3835a48a292b3a42260d70cc085f79546781 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--king_of_tez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-king_of_tez.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/king_of_tez.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/king_of_tez.tz --details Well typed Gas remaining: 1039974.327 units remaining { parameter key_hash ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-list_of_transactions.tz.out similarity index 90% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-list_of_transactions.tz.out index 0748ac8c6b15936f187a0b72acd999795ce20308..d23874491cf7770845a01b49bc8547733f310013 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--list_of_transactions.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-list_of_transactions.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/list_of_transactions.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/list_of_transactions.tz --details Well typed Gas remaining: 1039985.482 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-queue.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-queue.tz.out index 8863efebff105016a54e24d62e2e57a59f7bc284..36e4f60a07717fa71d93da9ca3d0bfa758a9478b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--queue.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-queue.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/queue.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/queue.tz --details Well typed Gas remaining: 1039958.584 units remaining { parameter (option string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reduce_map.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reduce_map.tz.out index 32453e77aadeb90acf085c77d755f7b16d9936f0..e31ac0bd81ba48389d5e25e20fad4230d5255ac4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reduce_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reduce_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/reduce_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/reduce_map.tz --details Well typed Gas remaining: 1039978.486 units remaining { parameter (pair (lambda int int) (list int)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reentrancy.tz.out similarity index 90% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reentrancy.tz.out index 0de35e9fd0efc1726ac6fbdf9bb30e77ecfb9e45..1ba4b76042a1065f03c95202f791a366cccd6cda 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reentrancy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reentrancy.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/reentrancy.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/reentrancy.tz --details Well typed Gas remaining: 1039983.352 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reservoir.tz.out similarity index 95% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reservoir.tz.out index 1b77582a25f12724d2402e015d949ba200d055d2..8d396c2f277941fa1572e91f327896e87e28a1df 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--reservoir.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-reservoir.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/reservoir.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/reservoir.tz --details Well typed Gas remaining: 1039969.237 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-scrutable_reservoir.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-scrutable_reservoir.tz.out index 5f3aaed3a3d0ab81ccdee3bb28382d23a24c81ee..39fb38b4c92abcee5b7dffd30cb6f326b48a0a0f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--scrutable_reservoir.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-scrutable_reservoir.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[attic/scrutable_reservoir.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/scrutable_reservoir.tz --details Well typed Gas remaining: 1039889.171 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-spawn_identities.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-spawn_identities.tz.out index de4ba9c5acba0831d0232718b0a53188fe00e4b3..10eac660355e742ca291582ecbe151ae3f9da8b0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[attic--spawn_identities.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-attic-spawn_identities.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[attic/spawn_identities.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/attic/spawn_identities.tz --details Well typed Gas remaining: 1039976.440 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-big_map_entrypoints.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-big_map_entrypoints.tz.out index fc32a61ea2def180e7b5921b658b40e9a75a71f1..8da41773f128d72abde2cdc748941d2d3383bd13 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-big_map_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_entrypoints.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/big_map_entrypoints.tz --details Well typed Gas remaining: 1039953.156 units remaining { storage (pair (big_map string nat) (big_map string nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-delegatable_target.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-delegatable_target.tz.out index 8d80074027c9174e297193ed2e07e494f59ea846..9756de68b94e9af5c9b9657527ad9939f3448137 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--delegatable_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-delegatable_target.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/delegatable_target.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/delegatable_target.tz --details Well typed Gas remaining: 1039960.927 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-manager.tz.out similarity index 87% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-manager.tz.out index 4ba8f439bfee65d6c9d3ff26955b197b5aae0a9d..65c50f96c3136d8786838918183d9f2445f1e819 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--manager.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-manager.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[entrypoints/manager.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/manager.tz --details Well typed Gas remaining: 1039984.397 units remaining { parameter (or (lambda %do unit (list operation)) (unit %default)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-no_default_target.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-no_default_target.tz.out index 8e7356394fa9789c2e70a5ca76c151f7f950a6e6..e619c4ed25c0a5e51fe5fbc4444fffccbcd35a1a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_default_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-no_default_target.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/no_default_target.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/no_default_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-no_entrypoint_target.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-no_entrypoint_target.tz.out index c0ca6bbcaed5060772c1dfd4f7f937c879353651..ea1ce0f0ad2d63438b591db5b19d3029e7eb6411 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--no_entrypoint_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-no_entrypoint_target.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/no_entrypoint_target.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/no_entrypoint_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-rooted_target.tz.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-rooted_target.tz.out index eb1b58987d2162335a85c6197e3e49ec34782d52..3e0453833db326b6950db2eedbdb3b1008100169 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--rooted_target.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-rooted_target.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[entrypoints/rooted_target.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/rooted_target.tz --details Well typed Gas remaining: 1039990.140 units remaining { storage (pair string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-simple_entrypoints.tz.out similarity index 59% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-simple_entrypoints.tz.out index 2ea7cf44e4d0542d082be30e98e1bf3e030ed313..6266c162c0928549aab663ca4a09307d4f813311 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[entrypoints--simple_entrypoints.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-entrypoints-simple_entrypoints.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[entrypoints/simple_entrypoints.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/entrypoints/simple_entrypoints.tz --details Well typed Gas remaining: 1039997.574 units remaining { parameter (or (unit %A) (or (string %B) (nat %C))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert.tz.out index 56f0fd6576e4339f3da8cdccddb23dab033845c9..50e0d612e2515eda705a690a6d2f5c53f480c2cb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert.tz --details Well typed Gas remaining: 1039995.213 units remaining { parameter bool ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpeq.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpeq.tz.out index 50efeb837b3d3744268561643ec12e9bd1e4fa2e..f944fdb2012603575ed48ae456a99c259737012b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpeq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpeq.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpeq.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_cmpeq.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpge.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpge.tz.out index 0b6f95236ee188a20ae9d0fd649d1e4904bd375a..37558c93d733bca43d579738f79f8a8f767d1dbb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpge.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpge.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpge.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_cmpge.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpgt.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpgt.tz.out index 25977bfd6498dd6105a3fcb9599823e96f21ec26..fe82d1e2142e94c00dc17bda5e66de05ea686bdf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpgt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpgt.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpgt.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_cmpgt.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmple.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmple.tz.out index a472f65e26028a7d9ca59cfa973c25f15fdc404a..8b4b94f488152b0f396b12db9ff1cbb6dcef6018 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmple.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmple.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmple.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_cmple.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmplt.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmplt.tz.out index 3c06682eecd6c7f55146a20370174524a0d15e36..191c4c411465f22ddf609636d503cd300b929f49 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmplt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmplt.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmplt.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_cmplt.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpneq.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpneq.tz.out index d7c8f20d915458ccf10652586803fedd7590c7ae..417cb317854453cc6105f0eb18b745d1a14310a5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_cmpneq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_cmpneq.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_cmpneq.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_cmpneq.tz --details Well typed Gas remaining: 1039991.596 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_eq.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_eq.tz.out index 95e092f537cc1d232bcdb59fdaa47d874ed4d3dc..3499eb8f352e5d8befd13db3f6e0bb71a62dd295 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_eq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_eq.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_eq.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_eq.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_ge.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_ge.tz.out index 1997127b4f4f4d0f18a2fd842df1ac4246dacc69..4a67eaf4d57b1e6cd8558ebec31f0f6e938ee383 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_ge.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_ge.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/assert_ge.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_ge.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_gt.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_gt.tz.out index c1d7c46e08098eb5fccda4fab02e497528a757e0..ff983e26deb9c9f2b2a4b52560315ab9f211123a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_gt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_gt.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_gt.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_gt.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_le.tz.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_le.tz.out index a064393244099af3bafb9dad9caf06b96d9f6b4f..734b086a581df2304cac63377b99e37961eb3f04 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_le.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_le.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/assert_le.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_le.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_lt.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_lt.tz.out index 52c5d6d2f21a496a37e3341ff1d0e472fa095676..a04b2a92d6f31e89e244682f1de865083c3622e4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_lt.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_lt.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_lt.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_lt.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_neq.tz.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_neq.tz.out index 5f588a1e4aa93f1728bf1a65f4223d9007a38b70..2f7d993e6f5812a24fa297da3d66c104db020908 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--assert_neq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-assert_neq.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/assert_neq.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/assert_neq.tz --details Well typed Gas remaining: 1039991.843 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-big_map_get_add.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-big_map_get_add.tz.out index dc0731fd53308d985279c32451b08899209c1ba8..31cdf3609d53a831d18bb2d9d8e05c54e19454c2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_get_add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-big_map_get_add.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/big_map_get_add.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/big_map_get_add.tz --details Well typed Gas remaining: 1039971.186 units remaining { parameter (pair (pair %set_pair int (option int)) (pair %check_pair int (option int))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-big_map_mem.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-big_map_mem.tz.out index 06912951feaaf5f368e40a4af3f0b2acb96c4136..84280af12d11dce7fc5e4935c018a9efde56897f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--big_map_mem.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-big_map_mem.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/big_map_mem.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/big_map_mem.tz --details Well typed Gas remaining: 1039984.191 units remaining { parameter (pair int bool) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-build_list.tz.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-build_list.tz.out index d02f8a596dff5d2845416f731f0615da371bf360..aadb4f484f6f4c43e82bb54f39daa3de13f98052 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--build_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-build_list.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/build_list.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/build_list.tz --details Well typed Gas remaining: 1039985.111 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-carn_and_cdrn.tz.out similarity index 87% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-carn_and_cdrn.tz.out index b216231b4581d93cabe8dbfba1b9b296d19ca1f2..19e3998d2bc5ace1f9c8aef26f770a28423fa5cf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--carn_and_cdrn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-carn_and_cdrn.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/carn_and_cdrn.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/carn_and_cdrn.tz --details Well typed Gas remaining: 1039965.224 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-compare.tz.out similarity index 94% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-compare.tz.out index c89d438ef8e63e50fe60af07ac6f9b1372270d89..71eb20861006d18971b3141dc9e9e1940b83e363 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-compare.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/compare.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/compare.tz --details Well typed Gas remaining: 1039971.322 units remaining { parameter (pair mutez mutez) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-compare_bytes.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-compare_bytes.tz.out index 3daa3a00a6015777e43a12284db0bb6c7f0d9ab1..a1cd4fef84342116121542cebbdccd1324089dd4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--compare_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-compare_bytes.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/compare_bytes.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/compare_bytes.tz --details Well typed Gas remaining: 1039971.322 units remaining { parameter (pair bytes bytes) ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-fail.tz.out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-fail.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..2f0934d43c276d881d164aeff3b7bd1d02004940 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-fail.tz.out @@ -0,0 +1,5 @@ + +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/fail.tz --details +Well typed +Gas remaining: 1039998.449 units remaining +{ parameter unit ; storage unit ; code { FAIL } } diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-guestbook.tz.out similarity index 86% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-guestbook.tz.out index 8f0e90e4e6f7abe08c6012298c96fd9ebafb2253..7e76d53fa23f90478e4d0e2eb2511d9c9333e07c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--guestbook.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-guestbook.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/guestbook.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/guestbook.tz --details Well typed Gas remaining: 1039988.143 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-macro_annotations.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-macro_annotations.tz.out index f2b185a864842a2c8722a5d5b69cc1bbbbe0c62d..b4abfe0758cd5663e3761606d10d7eef5dcd9b90 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--macro_annotations.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-macro_annotations.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/macro_annotations.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/macro_annotations.tz --details Well typed Gas remaining: 1039993.362 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-map_caddaadr.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-map_caddaadr.tz.out index 2cfb52f9d84e04fd5468de9be0a43d76624faafa..a2be51990b88d5988410fbfd1a75df68ad567297 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--map_caddaadr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-map_caddaadr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/map_caddaadr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/map_caddaadr.tz --details Well typed Gas remaining: 1039966.766 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-max_in_list.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-max_in_list.tz.out index f839d77de31b830a2f3c6ef2490e8ef953de2e49..5e06ac540b3c53451c8d911686ea665ad990e339 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--max_in_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-max_in_list.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/max_in_list.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/max_in_list.tz --details Well typed Gas remaining: 1039987.861 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-min.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-min.tz.out index 76c9f58d7581c46cf603d87003d735a56cdcb6d0..80ddb7a2b586f936d275996233a78f3c7fbdabc5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--min.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-min.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/min.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/min.tz --details Well typed Gas remaining: 1039991.951 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-pair_macro.tz.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-pair_macro.tz.out index 9c93e294de19085fb3bddea455b9482cde35d32a..a6eab4152e55efaf46decbd8c919192cafb723e4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--pair_macro.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-pair_macro.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[macros/pair_macro.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/pair_macro.tz --details Well typed Gas remaining: 1039988.858 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-set_caddaadr.tz.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-set_caddaadr.tz.out index 94efb003e1c361e85d0a9e5d34c06c0deeb06f56..3dfc3aac872e551bde296ffec4ed413d7cc5e4ee 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--set_caddaadr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-set_caddaadr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/set_caddaadr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/set_caddaadr.tz --details Well typed Gas remaining: 1039970.670 units remaining { parameter mutez ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-take_my_money.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-take_my_money.tz.out index 71101b5f892a2eac740744f08d99edf40121b34e..3c1d4b89d2e880c4644143e8f6134d726abb6bf6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--take_my_money.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-take_my_money.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[macros/take_my_money.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/take_my_money.tz --details Well typed Gas remaining: 1039993.750 units remaining { parameter key_hash ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-unpair_macro.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-unpair_macro.tz.out index 9a2a0a68596453663f93ac1dcfefe34d3710d9a2..fe6ea5bb232c2c0513450808bba57f86bd2f14ad 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[macros--unpair_macro.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-macros-unpair_macro.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[macros/unpair_macro.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/macros/unpair_macro.tz --details Well typed Gas remaining: 1039977.130 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-add_clear_tickets.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-add_clear_tickets.tz.out index 7aa932330d267e8d81ba3a9df3faaa048d2193b9..2835419c1454184045197d5538c86a104de5cad6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--add_clear_tickets.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-add_clear_tickets.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/add_clear_tickets.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/add_clear_tickets.tz --details Well typed Gas remaining: 1039988.509 units remaining { parameter (or (pair %add nat string) (unit %clear)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-authentication.tz.out similarity index 91% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-authentication.tz.out index 8c4d7c57c49eed26ed44d61c38647ce4381dbe87..8b5cedda7496694fbf93542756b6f716478ca98b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--authentication.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-authentication.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/authentication.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/authentication.tz --details Well typed Gas remaining: 1039979.836 units remaining { parameter (pair (lambda unit (list operation)) signature) ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_entrypoints.tz.out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_entrypoints.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..5ed2621364d70a376a15476c1128742efc2f0090 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_entrypoints.tz.out @@ -0,0 +1,120 @@ + +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/big_map_entrypoints.tz --details +Well typed +Gas remaining: 1039953.156 units remaining +{ storage (pair (big_map string nat) (big_map string nat)) ; + parameter + (or (unit %default + /* [ list operation : big_map string nat ] */) + (or (or %mem + (string %mem_left) + (string %mem_right) + /* [ pair (list operation) (big_map string nat) ] */) + (or (or %add (pair %add_left string nat) (pair %add_right string nat)) + (or %rem (string %rem_left) (string %rem_right)))) + /* [ big_map string nat ] */) + /* [ string : big_map string nat ] */ ; + code { UNPAIR + /* [ or unit + (or (or string string) (or (or (pair string nat) (pair string nat)) (or string string))) + : pair (big_map string nat) (big_map string nat) ] */ ; + IF_LEFT + { DROP + /* [ pair (big_map string nat) (big_map string nat) ] */ ; + DUP + /* [ pair (big_map string nat) (big_map string nat) + : pair (big_map string nat) (big_map string nat) ] */ ; + CAR + /* [ big_map string nat : pair (big_map string nat) (big_map string nat) ] */ ; + PUSH mutez + 0 + /* [ mutez : big_map string nat + : pair (big_map string nat) (big_map string nat) ] */ ; + NONE key_hash + /* [ option key_hash : mutez : big_map string nat + : pair (big_map string nat) (big_map string nat) ] */ ; + CREATE_CONTRACT + { parameter string ; + storage (big_map string nat) ; + code { UNPAIR ; DROP ; NIL operation ; PAIR } } + /* [ operation : address : pair (big_map string nat) (big_map string nat) ] */ ; + DIP { DROP /* [ pair (big_map string nat) (big_map string nat) ] */ } + /* [ operation : pair (big_map string nat) (big_map string nat) ] */ ; + NIL operation + /* [ list operation : operation + : pair (big_map string nat) (big_map string nat) ] */ ; + SWAP + /* [ operation : list operation + : pair (big_map string nat) (big_map string nat) ] */ ; + CONS + /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; + PAIR + /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } + { IF_LEFT + { IF_LEFT + { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; + MEM + /* [ bool : big_map string nat : big_map string nat ] */ ; + ASSERT } + { DIP { UNPAIR + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { DUP /* [ big_map string nat : big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat : big_map string nat ] */ ; + MEM + /* [ bool : big_map string nat : big_map string nat ] */ ; + ASSERT ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } } + { IF_LEFT + { IF_LEFT + { UNPAIR + /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; + DIIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } + /* [ string : nat : big_map string nat : big_map string nat ] */ ; + DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ } + { UNPAIR + /* [ string : nat : pair (big_map string nat) (big_map string nat) ] */ ; + DIIP { UNPAIR + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } + /* [ string : nat : big_map string nat : big_map string nat ] */ ; + DIP { SOME /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } } + { IF_LEFT + { DIP { UNPAIR /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ } + { DIP { UNPAIR + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } + /* [ string : big_map string nat : big_map string nat ] */ ; + DIP { NONE nat /* [ option nat : big_map string nat : big_map string nat ] */ } + /* [ string : option nat : big_map string nat : big_map string nat ] */ ; + UPDATE + /* [ big_map string nat : big_map string nat ] */ ; + SWAP + /* [ big_map string nat : big_map string nat ] */ } } } ; + PAIR + /* [ pair (big_map string nat) (big_map string nat) ] */ ; + NIL operation + /* [ list operation : pair (big_map string nat) (big_map string nat) ] */ ; + PAIR + /* [ pair (list operation) (big_map string nat) (big_map string nat) ] */ } } } diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_magic.tz.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_magic.tz.out index 4030d7a9ec4559b8eda3b6fc8e50c769a3edab3f..88b9bbcab6787d1d235909af2a155e49089e71d0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_magic.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_magic.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_magic.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/big_map_magic.tz --details Well typed Gas remaining: 1039954.710 units remaining { storage (or (pair (big_map string string) (big_map string string)) unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_read.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_read.tz.out index 00e593b6167ebde1a75d85875006e71dc1d66994..29514b477f5398603e923aa7d58b1fdd1f57f1f8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_read.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_read.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/big_map_read.tz --details Well typed Gas remaining: 1039994.234 units remaining { storage nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_store.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_store.tz.out index cb5e2475a1a14f11d73bba72c158171c25680d70..7fee363eaa840eeb43fd5b80c049dec8ef0a6568 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_store.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_store.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/big_map_store.tz --details Well typed Gas remaining: 1039996.856 units remaining { storage (big_map nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_write.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_write.tz.out index f729df61e8d4e3092560279eb662f6b4bcd5a6ee..cc8d1d1439af8b6e1b791a811ba733c6fd82d1ad 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--big_map_write.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-big_map_write.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/big_map_write.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/big_map_write.tz --details Well typed Gas remaining: 1039994.982 units remaining { storage unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-create_contract.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-create_contract.tz.out index 613f9b7797c75b21523bb40f6632eded8d28c7e0..745d308535d7d67840fff7307693d9adddc80fdb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-create_contract.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/create_contract.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/create_contract.tz --details Well typed Gas remaining: 1039973.277 units remaining { parameter (option address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-create_contract_simple.tz.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-create_contract_simple.tz.out index b27ab558c24fad44a069e43b6189bc45428345eb..f266200cc88226465336b3ab1097461b1b985451 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--create_contract_simple.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-create_contract_simple.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/create_contract_simple.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/create_contract_simple.tz --details Well typed Gas remaining: 1039991.809 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-default_account.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-default_account.tz.out index 2eee0f6679c47c6f47993a47dabbaff6b0e9c5d9..84874f3b6f5f87a0853558e6c571e65d9fc3acde 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--default_account.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-default_account.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/default_account.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/default_account.tz --details Well typed Gas remaining: 1039993.750 units remaining { parameter key_hash ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_appender.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_appender.tz.out index 335d3404b1a49e3f225389b624e90dc975103471..01d8553fc6d40c21a8b3f07243aae282ee1de15f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_appender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_appender.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_appender.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/execution_order_appender.tz --details Well typed Gas remaining: 1039990.644 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_caller.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_caller.tz.out index 11e08277aabd6b3574e29963012843341ac9c155..cbfd948d716b450920379a8c8cd55d4e3fd835bf 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_caller.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_caller.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_caller.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/execution_order_caller.tz --details Well typed Gas remaining: 1039992.571 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_storer.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_storer.tz.out index 0c361e6bbf93808e4c9100c083072377b416d937..45b8461f431e90078be38af957882e572f2b36f9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--execution_order_storer.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-execution_order_storer.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/execution_order_storer.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/execution_order_storer.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-fa12_reference.tz.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-fa12_reference.tz.out index 2afd063fd293af0a80867a5418f427ca779074d6..b99d4b1953a11a0a548f0c2f734269889315795a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--fa12_reference.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-fa12_reference.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/fa12_reference.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/fa12_reference.tz --details Well typed Gas remaining: 1039349.178 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-generic_multisig.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-generic_multisig.tz.out index 195e3f2250b166026ee46a7e14d51d7e23398391..bb3b4dda789f670be427fc140f2d434960a75392 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--generic_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-generic_multisig.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/generic_multisig.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/generic_multisig.tz --details Well typed Gas remaining: 1039939.911 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-groth16.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-groth16.tz.out index 54b903dc48dfff4c823d68533491e70b34123803..e635440339565717c948026435a287eafae6a24f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--groth16.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-groth16.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/groth16.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/groth16.tz --details Well typed Gas remaining: 1039536.287 units remaining { storage unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-hardlimit.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-hardlimit.tz.out index 18eaae1c49686ac4211bbc705a38cfdb70c09152..feb7a3509811aa9ca493dd86c26def3571f06b88 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--hardlimit.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-hardlimit.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/hardlimit.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/hardlimit.tz --details Well typed Gas remaining: 1039992.503 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-legacy_multisig.tz.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-legacy_multisig.tz.out index 98ae1ed2402ce2ea188ca015de8bbe3de828393a..04dea3a6edc2245347e1fb3f3b2a67130be1d13a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--legacy_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-legacy_multisig.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/legacy_multisig.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/legacy_multisig.tz --details Well typed Gas remaining: 1039943.391 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-lockup.tz.out similarity index 90% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-lockup.tz.out index 7506b9e03fab5286d9de118b977bc3b7e0efb777..c0c449a7eb8f93011c70f6a3230e7273d3499db8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lockup.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-lockup.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/lockup.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/lockup.tz --details Well typed Gas remaining: 1039983.115 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-lqt_fa12.mligo.tz.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-lqt_fa12.mligo.tz.out index fd3a84dcb1ca6444b1f68b242ff44231e39da0a4..0ecf6bd66f2b78ff3079d2d33d846fcce1a13265 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--lqt_fa12.mligo.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-lqt_fa12.mligo.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/lqt_fa12.mligo.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/lqt_fa12.mligo.tz --details Well typed Gas remaining: 1039738.642 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-multiple_en2.tz.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-multiple_en2.tz.out index 08137ff2a3b91b6ae923380d58c562ff5e22d99a..f4a7ca4046d8828ae248aca5d9adad1ffd8ba62f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_en2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-multiple_en2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/multiple_en2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/multiple_en2.tz --details Well typed Gas remaining: 1039928.052 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-multiple_entrypoints_counter..out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-multiple_entrypoints_counter..out index ff4b9510d2007766aee7942c06582f79a546105b..04e04fcc8e85748bf51a82976e0ea521577be17c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--multiple_entrypoints_counter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-multiple_entrypoints_counter..out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/multiple_entrypoints_counter.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/multiple_entrypoints_counter.tz --details Well typed Gas remaining: 1039930.762 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-originate_contract.tz.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-originate_contract.tz.out index b1f949513e285cb1e0d3486a0e873b71cdf1fbac..1f4d8a14f5ed7103427f3c83937d640f8dc641bb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--originate_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-originate_contract.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/originate_contract.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/originate_contract.tz --details Well typed Gas remaining: 1039991.040 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-parameterized_multisig.tz.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-parameterized_multisig.tz.out index b0d17439bd1d3350bd3537e8f66b96b9b70242e6..31f62a14811d4fc6a99e286f970f04feb1d506c5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--parameterized_multisig.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-parameterized_multisig.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/parameterized_multisig.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/parameterized_multisig.tz --details Well typed Gas remaining: 1039940.583 units remaining { storage (pair bool (pair (map nat (pair bool bool)) (pair key key))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--receive_tickets_in_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-receive_tickets_in_big_map.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--receive_tickets_in_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-receive_tickets_in_big_map.tz.out index 7888dcb2c8136f27b35af611e20aac60bb878370..8465805175f2fc0742c2c9a8a0ff1783b2d52864 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--receive_tickets_in_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-receive_tickets_in_big_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/receive_tickets_in_big_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/receive_tickets_in_big_map.tz --details Well typed Gas remaining: 1039997.029 units remaining { parameter (big_map int (ticket string)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-replay.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-replay.tz.out index 00533e5aa95f2b536ce67c1fc3e398be3180202f..586c4a5d3d5cdcee47a223e245d53b4f56c585ea 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--replay.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-replay.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/replay.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/replay.tz --details Well typed Gas remaining: 1039990.860 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-reveal_signed_preimage.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-reveal_signed_preimage.tz.out index ee0168b643a87770e10a1bac6920234e7b666523..171077491bafc5ea0e4d646e99dd4d284c37af5b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--reveal_signed_preimage.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-reveal_signed_preimage.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/reveal_signed_preimage.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/reveal_signed_preimage.tz --details Well typed Gas remaining: 1039978.896 units remaining { parameter (pair bytes signature) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--self_address_receiver.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-self_address_receiver.tz.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--self_address_receiver.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-self_address_receiver.tz.out index 4569a7bed2c2e7f27b110dc382a766e232a8a088..f317797bd07ead0b6c4aaee42b3afe24a8bb56ed 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--self_address_receiver.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-self_address_receiver.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/self_address_receiver.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/self_address_receiver.tz --details Well typed Gas remaining: 1039992.799 units remaining { parameter (lambda unit address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--self_address_sender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-self_address_sender.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--self_address_sender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-self_address_sender.tz.out index becf1609ea40ac3e3a13405a850f67abaf081473..b023cb78780a7c88f4cf0a2c0cce643c89e5625e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--self_address_sender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-self_address_sender.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/self_address_sender.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/self_address_sender.tz --details Well typed Gas remaining: 1039993.319 units remaining { parameter (contract (lambda unit address)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--send_tickets_in_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-send_tickets_in_big_map.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--send_tickets_in_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-send_tickets_in_big_map.tz.out index 01a8967082ccb477abe7e10b2c08de18544f8833..0ba8b5b33ba8078589df144848f0b2b49997a402 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--send_tickets_in_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-send_tickets_in_big_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/send_tickets_in_big_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/send_tickets_in_big_map.tz --details Well typed Gas remaining: 1039967.113 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_builder_fungible.tz.out similarity index 91% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_builder_fungible.tz.out index ebba03381ab7b0a27dd14fdd6fd62dd8234d0a56..ed5cabf51908ba9202b3d863da2d56829cd9ab99 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_builder_fungible.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_builder_fungible.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/ticket_builder_fungible.tz --details Well typed Gas remaining: 1039974.006 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_builder_non_fungible.t.out similarity index 91% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_builder_non_fungible.t.out index 55f33ff40d4a8e52aad239fdd25bda741dca8b47..3f088e0348d7a2c8112d36351c7ac0a454fa5cef 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_builder_non_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_builder_non_fungible.t.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_builder_non_fungible.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/ticket_builder_non_fungible.tz --details Well typed Gas remaining: 1039971.519 units remaining { parameter (or (ticket %burn nat) (contract %mint_destination (ticket nat))) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_wallet_fungible.tz.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_wallet_fungible.tz.out index 4fff8011d2216ff2ad89ee0dccca544824f2e2cb..07b6d6a4682c36a4fcbcd2e1e23c2613b789daa8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_wallet_fungible.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_wallet_fungible.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/ticket_wallet_fungible.tz --details Well typed Gas remaining: 1039937.454 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_wallet_non_fungible.tz.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_wallet_non_fungible.tz.out index f379061c3fd698f2cf90b951ed25b9cc350753ac..eef072783fea499a825c043cd8623f4d10dac0a9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--ticket_wallet_non_fungible.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-ticket_wallet_non_fungible.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/ticket_wallet_non_fungible.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/ticket_wallet_non_fungible.tz --details Well typed Gas remaining: 1039959.702 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-vote_for_delegate.tz.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-vote_for_delegate.tz.out index b629c548a457bfe8355b8eefec88634f2ebe58b1..63c09c0d600e6d4f87ba6ee48688a87c469ca0e3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--vote_for_delegate.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-vote_for_delegate.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/vote_for_delegate.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/vote_for_delegate.tz --details Well typed Gas remaining: 1039945.231 units remaining { parameter (option key_hash) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-weather_insurance.tz.out similarity index 95% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-weather_insurance.tz.out index 6edf8db988b1bacd105584e067c12e14d59663f6..07546e272660a3f375a805625c7d87e3c1465dc3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--weather_insurance.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-weather_insurance.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/weather_insurance.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/weather_insurance.tz --details Well typed Gas remaining: 1039963.680 units remaining { parameter (pair (signature %signed_weather_data) (nat :rain %actual_level)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-xcat.tz.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-xcat.tz.out index 5b794bfd8a57d75a74d4bd67c7b41489bbf7faa3..ede5f1aad2615278c60e3ba633cbc60012f17966 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-xcat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/xcat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/xcat.tz --details Well typed Gas remaining: 1039967.905 units remaining { parameter bytes ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-xcat_dapp.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-xcat_dapp.tz.out index 49c7b140e9df402b094e1363ed30ce77322afecb..f19ec333ed4b7f00e10f957cb943afb3e2e1180f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[mini_scenarios--xcat_dapp.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-mini_scenarios-xcat_dapp.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[mini_scenarios/xcat_dapp.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/mini_scenarios/xcat_dapp.tz --details Well typed Gas remaining: 1039922.932 units remaining { parameter diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bad_annot_contract.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bad_annot_contract.tz.out index 92e763a15719ef9a97d7954bea66f1ad91bc4cab..9f03417a43149b5f82f5c361ec74a7519f7e2153 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bad_annot_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bad_annot_contract.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[non_regression/bad_annot_contract.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/non_regression/bad_annot_contract.tz --details Well typed Gas remaining: 1039996.681 units remaining { parameter bytes ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bug_262.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bug_262.tz.out index b0a25586d475eb5f8918017895a822dfd7102cd3..86ffc1f0b4350bf07826ff476df5b2abbc9311a3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_262.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bug_262.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[non_regression/bug_262.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/non_regression/bug_262.tz --details Well typed Gas remaining: 1039995.909 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bug_843.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bug_843.tz.out index 245867e93b49d67cbf9da06914e0adfca363b241..ad9763ef2087165c32d9b5a317f12cbfd1c4b4ab 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--bug_843.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-bug_843.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[non_regression/bug_843.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/non_regression/bug_843.tz --details Well typed Gas remaining: 1039993.849 units remaining { parameter never ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-pairk_annot.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-pairk_annot.tz.out index 791bbaff4262d7883c69a5bae87062f5910b2649..2cfa86c1c1371aa8f1dd3cf9f1770f64afc11863 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[non_regression--pairk_annot.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-non_regression-pairk_annot.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[non_regression/pairk_annot.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/non_regression/pairk_annot.tz --details Well typed Gas remaining: 1039993.678 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-abs.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-abs.tz.out index 52290e1e36ad2931f9859973e67a15d4476ba1bd..b98b64b6f37cc44022f8144ce08178ac45be8d74 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--abs.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-abs.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/abs.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/abs.tz --details Well typed Gas remaining: 1039992.714 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add.tz.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add.tz.out index 52272097b1f6657bfb6ab595ac21c9520e2231bb..436c711344f30ff0ff645ee8ee50ada945def797 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/add.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/add.tz --details Well typed Gas remaining: 1039947.571 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_fr.tz.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_fr.tz.out index a73160c3298362c4fe9df9072e7603c6b25f3e5e..30657202f76156b9ab016ee8d64ba0f5e5378ebc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_fr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/add_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_fr bls12_381_fr) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_g1.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_g1.tz.out index 6c48c0c0a57504bf3124bd7d21d025d33223b041..0692b21eccf9630e1762672a236ff057d051bee9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_g1.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/add_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g1 bls12_381_g1) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_g2.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_g2.tz.out index 64a26963c4b746ad516c220d2ad04537c5062a2a..f7d138499142407d3825e669b0b33f8a1aa82d48 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_bls12_381_g2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/add_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g2 bls12_381_g2) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_delta_timestamp.tz.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_delta_timestamp.tz.out index d941a004230e1ae6f969b473d7deef1aae899154..8c09f9dcd376e8e4dc6289a33fe862fac24ed6b6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_delta_timestamp.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_delta_timestamp.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_delta_timestamp.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/add_delta_timestamp.tz --details Well typed Gas remaining: 1039994.398 units remaining { parameter (pair int timestamp) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_timestamp_delta.tz.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_timestamp_delta.tz.out index 0ae337968847eb53b41c6559feb972c6e31b39f0..62e55bd63abf2ef32b36d0b8a41a9d570e28b039 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--add_timestamp_delta.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-add_timestamp_delta.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/add_timestamp_delta.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/add_timestamp_delta.tz --details Well typed Gas remaining: 1039994.398 units remaining { parameter (pair timestamp int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-address.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-address.tz.out index 6dafccd3b4c26b4fe3de6a4c98fb2d7cc948e761..c6e7ea5655bf474741a64eb1b207d981a2ca6bd2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--address.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-address.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/address.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/address.tz --details Well typed Gas remaining: 1039996.754 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_fib_view.tz.out index bab889e7fccc745d59a78f4d2d8204549291889e..5c58efa4f717688b0960225fa668ee38c15522c4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_fib_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/amount_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_nonexistent_view.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_nonexistent_view.tz.out index 2da78b9c572b6ca9a73e3978395791cdb3cc7c33..f9200cef803daf8ac24c1bf1fad5e17d167da43c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_nonexistent_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/amount_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.775 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_view.tz.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_view.tz.out index e9bf821bd5ae7ee356a4430aecfc29c4de6957da..02c9e30f6443d5c5b786edafce21797068b573eb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--amount_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-amount_after_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/amount_after_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/amount_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and.tz.out index 17928dded762a27bfc5c743c6d042e8fcebbd7a4..b0cdbc93754c238472cb7a7ef80ce2b07a9397d8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/and.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/and.tz --details Well typed Gas remaining: 1039995.193 units remaining { parameter (pair :param (bool %first) (bool %second)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and_binary.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and_binary.tz.out index b299c4c11e6630629c9c1a38853e66b54e238a0e..dcdcce5f894adeac54113be99fbc5062f6361ee6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and_binary.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_binary.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/and_binary.tz --details Well typed Gas remaining: 1039972.796 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and_logical_1.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and_logical_1.tz.out index 79cee45e846e17a0428d5949a55e85ae5723ce59..637c38739cf8d38ba04b56121584da556c69412d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--and_logical_1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-and_logical_1.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/and_logical_1.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/and_logical_1.tz --details Well typed Gas remaining: 1039996.814 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance.tz.out index 989ebc0b4764512990fb67cffc9ffd7ac6e629e1..4061b75438acbf836701609b77510b7159afd1bf 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/balance.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_fib_view.tz.out index 3de4c373445a4476d7289914d6894374b725af77..8138e1ab191718f889ab205d2bc8d21f18ca431e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_fib_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/balance_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_nonexistent_view.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_nonexistent_view.tz.out index 5654b831185ef27a3afcbd1772acae355456150f..986e388bf460717c8f2db0d09fb6638421909e76 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_nonexistent_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/balance_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.775 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_view.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_view.tz.out index eaae8ffdacacee5eb935f890b8d2ba9ee5f678fd..ba9a8722282a9b3dadef356d400403852eda583d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--balance_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-balance_after_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/balance_after_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/balance_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_mem_nat.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_mem_nat.tz.out index 6059705c6644247475d8c00bd399666dd7c2e1ab..a157d734f8cf1cb44eb72aeae60b8b419955023a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_mem_nat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_mem_nat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/big_map_mem_nat.tz --details Well typed Gas remaining: 1039993.494 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_mem_string.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_mem_string.tz.out index 81d23df826af3df67fbc7d6b646b7ec9dba58ff8..8dcd4e482a1bf19d4609f89f80976339d273426e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_mem_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_mem_string.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_mem_string.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/big_map_mem_string.tz --details Well typed Gas remaining: 1039993.494 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_to_self.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_to_self.tz.out index 62c0e0bf54ee7dbef3791b60955486d644e11ca2..9706dc23f7fda6ff1ab7c784046b719aca806643 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--big_map_to_self.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-big_map_to_self.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/big_map_to_self.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/big_map_to_self.tz --details Well typed Gas remaining: 1039987.387 units remaining { parameter (or (pair %have_fun (big_map string nat) unit) (unit %default)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_push_bytes_not_padded.t.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_push_bytes_not_padded.t.out index 0a488d4a0ead15b606fed944836fde34b1cb57ee..d7439496f19090b7e1f925d5bb805f949c06994c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_bytes_not_padded.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_push_bytes_not_padded.t.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_push_bytes_not_padded.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_fr_push_bytes_not_padded.tz --details Well typed Gas remaining: 1039996.436 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_push_nat.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_push_nat.tz.out index 8e266adb2ce58b0f51146ea775f9a6b263d60aed..e74377f451facdc22c6318e9e67cc7ba5649d46c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_push_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_push_nat.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_push_nat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_fr_push_nat.tz --details Well typed Gas remaining: 1039996.436 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_to_int.tz.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_to_int.tz.out index a674efcf3429461ff8bd0bf3983d84af40609fcb..5738b7477813b7ec63e5f8e361133041aef42a2a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_to_int.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_to_int.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_fr_to_int.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_to_mutez.tz.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_to_mutez.tz.out index a2e51d2fa8d0e56dbbb4541a28cab92786fd39e3..304d5addf12fa3a1ab20de3d557be0e94db18be9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_to_mutez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_to_mutez.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_to_mutez.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_fr_to_mutez.tz --details Well typed Gas remaining: 1039993.594 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_z_int.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_z_int.tz.out index 5ec64bf0beb2b0f0f6b8d0e5d3ffa0c9ae97ccec..b165f62efba1e1db5deaf1b7c56f0016c0efae09 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_z_int.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_z_int.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter int ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_z_nat.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_z_nat.tz.out index 392b198541781a1e62363b6bdca5d614c6d8dec0..a287db84fd3148181546bddb29678ef0cacf5a0b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_fr_z_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_fr_z_nat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_fr_z_nat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_z_fr_int.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_z_fr_int.tz.out index 39858d8e0ef7c7e04590a16101682a34b4298ba6..4f8b9fd2d15638e6838677998030232023a47347 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_z_fr_int.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_z_fr_int.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter int ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_z_fr_nat.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_z_fr_nat.tz.out index 4c7c327425f36dcf3618e312a507e3ee620ed326..e5891452a1c90ea284ad28f8b1aefa8ddcbf2e32 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bls12_381_z_fr_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bls12_381_z_fr_nat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/bls12_381_z_fr_nat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bytes.tz.out similarity index 58% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bytes.tz.out index 59377145b39ec23e5bfbbda001abcc164eb72840..805729c6cb5b8b57953d0d22dc977562a8683b33 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-bytes.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/bytes.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/bytes.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter bytes ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-car.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-car.tz.out index 66ade56900b3f08af81e7b99fffea913712e5e9a..e2a0cfc157c5047c1c9d6897727783a8f10b7e30 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-car.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/car.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/car.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (pair (nat :l) (nat :r)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-cdr.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-cdr.tz.out index 72a54fce4f4dadaf84a2149119aabbdb2ddb2c49..351f82408fb5c40ac1737f776b9b3b5271dd8030 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cdr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-cdr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/cdr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/cdr.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (pair (nat :l) (nat :r)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-chain_id.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-chain_id.tz.out index bdd69efd4185865c09b5acb7ff2811e2b7c6cbb7..f8ef0a99b3f3fbbb82f8301cf2d8c67490a68833 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-chain_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/chain_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/chain_id.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-chain_id_store.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-chain_id_store.tz.out index 52cba52c7af7bccbeb780e72b8f3a3e8cb82e567..62f374d3e9ad37902d4c2fdb405aa1315882d60d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--chain_id_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-chain_id_store.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/chain_id_store.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/chain_id_store.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-check_signature.tz.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-check_signature.tz.out index 5339166f28a8537dfee54e92c0810aa2a077a989..b701cb368e3eb5ce15149ed81392d73bc6ed8fd6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--check_signature.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-check_signature.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/check_signature.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/check_signature.tz --details Well typed Gas remaining: 1039988.984 units remaining { parameter key ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-get.tz.out similarity index 89% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-get.tz.out index 0d0ec788220d08f7d96a34b680d6c4582d987c89..03c9de638a43e3ed78dce8bc5e5e01c2c2eb6ceb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-get.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-get.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-get.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/comb-get.tz --details Well typed Gas remaining: 1039966.252 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-literals.tz.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-literals.tz.out index da32ffc239774111f9a9debca8668605c39dc235..526199dd8170b91394419182e9b541f96ae8af93 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-literals.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-literals.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-literals.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/comb-literals.tz --details Well typed Gas remaining: 1039993.270 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-set-2.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-set-2.tz.out index 6437940e01ea902b9994a9af88b1604230463d7e..8dbfaff973f1d049d2a033fa42955592ffa209af 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-set-2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-set-2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/comb-set-2.tz --details Well typed Gas remaining: 1039991.581 units remaining { parameter (pair nat nat nat unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-set.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-set.tz.out index 5d1081b6e73d6054b2aa75c18dc0cfa680c5b2f6..6d880476f5010faae0ef43a2b560b4ba7955fd06 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb-set.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb-set.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb-set.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/comb-set.tz --details Well typed Gas remaining: 1039991.623 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb.tz.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb.tz.out index 4dcee6cde3dd3a1ec7465c6b909e7d04dec36fbf..383ee1a791c2a00d78d7ccb3c0700519a03dfa9c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comb.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comb.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/comb.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/comb.tz --details Well typed Gas remaining: 1039995.014 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare.tz.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare.tz.out index 4f96b774ea129a6dc9234cd923d3bd9c8bbeadf5..509594ffb9ebf558600f9071b495244886c14b99 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/compare.tz --details Well typed Gas remaining: 1039841.663 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare_big_type.tz.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare_big_type.tz.out index 424c311228bb0c5832540434c9a81a8bdb8381f9..a91b0168932566842e5816e30a523d331e180ef0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare_big_type.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare_big_type.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/compare_big_type.tz --details Well typed Gas remaining: 1039129.907 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare_big_type2.tz.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare_big_type2.tz.out index 7ac5b7c6fa2b0b19c031e171a26e4ba2df2fb89f..d54aaa235c76bc6b92f2807679ffdb6fd1f49ec0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--compare_big_type2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-compare_big_type2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/compare_big_type2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/compare_big_type2.tz --details Well typed Gas remaining: 1038995.158 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comparisons.tz.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comparisons.tz.out index d224158275b4ea2d726b99ea5178a4c3969d8da2..9dc93c73599f9e65852a3f2121681cb11cf1dab8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--comparisons.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-comparisons.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/comparisons.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/comparisons.tz --details Well typed Gas remaining: 1039977.212 units remaining { parameter (list int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_hello.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_hello.tz.out index bae595c675f0e890849e8ccdec156f1672e06e7e..d6999c17ecaed47c4061f70ab09a65799a167fd8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_hello.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_hello.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/concat_hello.tz --details Well typed Gas remaining: 1039995.899 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_hello_bytes.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_hello_bytes.tz.out index 374e345a0901a4716125d40e659c8e5ce43edee3..32a991d16220b03b645ce033bb19bde9e4ad489a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_hello_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_hello_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_hello_bytes.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/concat_hello_bytes.tz --details Well typed Gas remaining: 1039995.973 units remaining { parameter (list bytes) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_list.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_list.tz.out index 6631b345ac05e989291991663b0fc6643c919a91..1512d1d93d7782b40c81f571284f91bb2ce3aadd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--concat_list.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-concat_list.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/concat_list.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/concat_list.tz --details Well typed Gas remaining: 1039992.537 units remaining { parameter (list string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-cons.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-cons.tz.out index 634b39c02ff2d5cb2f07acd53517840ba2e84b4a..21c625684a24f2cc836f5ea7a636602994586589 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--cons.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-cons.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/cons.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/cons.tz --details Well typed Gas remaining: 1039997.240 units remaining { parameter int ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-contains_all.tz.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-contains_all.tz.out index 76c631252e97ea8e4670b6a562460be6b241641f..fd43858cfc8af24beda94411539bfe61f53b213f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contains_all.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-contains_all.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/contains_all.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/contains_all.tz --details Well typed Gas remaining: 1039974.767 units remaining { parameter (pair (list string) (list string)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-contract.tz.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-contract.tz.out index 3c1118a535fb863a8946bdaaa35f7afb3361f229..8ba527a8e919116683ca8e844c2dc3f4db875e70 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-contract.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/contract.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/contract.tz --details Well typed Gas remaining: 1039994.190 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract.tz.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract.tz.out index 479a2c109ba3d10feaffa906903648c991bbc48b..855dc3cb649234e39016b1faa86a3a8377b5d608 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/create_contract.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_rootname.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_rootname.tz.out index c419e1f5329ac55c63925f205beb08901a3b9c88..61198590afc3867f34b0427a0163f0ac9d4f8b9e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_rootname.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_rootname.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_rootname.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/create_contract_rootname.tz --details Well typed Gas remaining: 1039991.584 units remaining { parameter unit ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_rootname_alt.tz.out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_rootname_alt.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..ec00e1c57c377936562f08b4841fd3a5259ac72e --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_rootname_alt.tz.out @@ -0,0 +1,29 @@ + +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/create_contract_rootname_alt.tz --details +Well typed +Gas remaining: 1039991.584 units remaining +{ parameter unit ; + storage (option address) ; + code { /* [ pair unit unit ] */ + DROP + /* [ list operation : unit ] */ ; + UNIT + /* [ unit ] */ ; + AMOUNT + /* [ pair (list operation) unit ] */ ; + NONE key_hash + /* [ option key_hash : mutez : unit ] */ ; + CREATE_CONTRACT + { parameter (unit %root) ; + storage unit ; + code { CDR ; NIL operation ; PAIR } } + /* [ operation : address ] */ ; + DIP { SOME + /* [ option address ] */ ; + NIL operation + /* [ list operation : option address ] */ } + /* [ operation : list operation : option address ] */ ; + CONS + /* [ list operation : option address ] */ ; + PAIR + /* [ pair (list operation) (option address) ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_with_view.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_with_view.tz.out index b39adfae8536ca49925e0835bfaf1e028a210054..5533e304bb9b3fe8add67755f18e1e18983ad9bd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--create_contract_with_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-create_contract_with_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/create_contract_with_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/create_contract_with_view.tz --details Well typed Gas remaining: 1039990.516 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-diff_timestamps.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-diff_timestamps.tz.out index 8f0d81bfb97ef519b1f036f1b667160e94581464..510217a72f66ca37208c588eb8c10de8dccb9857 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--diff_timestamps.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-diff_timestamps.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/diff_timestamps.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/diff_timestamps.tz --details Well typed Gas remaining: 1039995.013 units remaining { parameter (pair timestamp timestamp) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dig_eq.tz.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dig_eq.tz.out index f10e10510b4331cda2929a7624f1557663e4036f..a1ba3f75e2262a12e2581546aa3ac6843ada56c5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dig_eq.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dig_eq.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dig_eq.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dig_eq.tz --details Well typed Gas remaining: 1039909.247 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dign.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dign.tz.out index 3c4f7289339000a81170635d77835c0dc8e9ad9a..89e1f4608e9f2409352a7944096e75437dd68954 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dign.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dign.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dign.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dign.tz --details Well typed Gas remaining: 1039992.220 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dip.tz.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dip.tz.out index 78dad8a4dced181066ab1330a3bf0d78c870dfba..a3d60730499873105b25fa265d587ba2ad163fc7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dip.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dip.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/dip.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dip.tz --details Well typed Gas remaining: 1039994.918 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dipn.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dipn.tz.out index 91cdfc223e70ea91a0f24cfa6dedbd48761e0fcf..27d8634f768bdf728f80d57122acc24746969d33 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dipn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dipn.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dipn.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dipn.tz --details Well typed Gas remaining: 1039991.330 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dropn.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dropn.tz.out index 54b15c47d6b1630666a3573d873b8f6362bbf48a..44c2c9ad2a4588c466b69ff1051a64c2f3198d30 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dropn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dropn.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dropn.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dropn.tz --details Well typed Gas remaining: 1039994.587 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dugn.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dugn.tz.out index f234eff1c4282a33b084f4f3ab4226a50e2383d0..14cfb70fcfc4a65829ce8f084e0c2455d45dc37d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dugn.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dugn.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/dugn.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dugn.tz --details Well typed Gas remaining: 1039992.716 units remaining { parameter (pair (pair (pair (pair nat nat) nat) nat) nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dup-n.tz.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dup-n.tz.out index 66fcf8880c86f0dbf454e2c275bc99aec6dc0609..b2c23346375bcf2e44e3f4e998e5add782c8ba54 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--dup-n.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-dup-n.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/dup-n.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/dup-n.tz --details Well typed Gas remaining: 1039968.032 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ediv.tz.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ediv.tz.out index 25dd99094ef075d2cb64b8ae580c515d9325f17f..e417faaf2574d344b4c87bca3166f9524bf2884b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ediv.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ediv.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ediv.tz --details Well typed Gas remaining: 1039981.718 units remaining { parameter (pair int int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ediv_mutez.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ediv_mutez.tz.out index 04640e394ed90961a54764eb0203a01e40c554cd..6e07408fb198ba3cc5a3efb5a369fe89a75c5af1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ediv_mutez.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ediv_mutez.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ediv_mutez.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ediv_mutez.tz --details Well typed Gas remaining: 1039990.621 units remaining { parameter (pair mutez (or mutez nat)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-emit.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-emit.tz.out index 1e67222b11b4783961cd966753cb8361957fe1f1..63bb3b1885c449f92dba7feea6d24678d482a990 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--emit.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-emit.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/emit.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/emit.tz --details Well typed Gas remaining: 1039991.050 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-empty_map.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-empty_map.tz.out index a18c406e7f9cab7b35b82cc09730b6d91e990805..04ee68f433416daccc5e756e20d11400674578b8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--empty_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-empty_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/empty_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/empty_map.tz --details Well typed Gas remaining: 1039994.366 units remaining { storage (map string string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-exec_concat.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-exec_concat.tz.out index 39d0f8fd16756a12b307b9cd316b7f8327bf2696..a9502d9d33aca5d0f73dde9bbb5acd42ae73d0a3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--exec_concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-exec_concat.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/exec_concat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/exec_concat.tz --details Well typed Gas remaining: 1039992.377 units remaining { parameter string ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-first.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-first.tz.out index 585f84ab47cb01c4d31e6949d1aff3be2eb6accf..0143cc75aef778b5d6b956e4cdfb489f2dc235eb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--first.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-first.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/first.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/first.tz --details Well typed Gas remaining: 1039995.098 units remaining { parameter (list nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_and_update_big_map.tz.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_and_update_big_map.tz.out index 56dd392e123243b53e723a65704e35180cfa1073..fc6742e21e281f9d3eff5f4e61011bd27c76bb6c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_and_update_big_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_and_update_big_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/get_and_update_big_map.tz --details Well typed Gas remaining: 1039994.790 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_and_update_map.tz.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_and_update_map.tz.out index e2c967779bcee7e9a3e684fa236ce4d51b949d10..7a3b0801694ccf6ac5c93992bad9646ed43828ca 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_and_update_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_and_update_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_and_update_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/get_and_update_map.tz --details Well typed Gas remaining: 1039994.850 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_big_map_value.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_big_map_value.tz.out index 2c85974766d9ee24ecb51bb458a7493cce3b0ea0..3c6bc6929b78199f03acaa9778401d1af0aafaa1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_big_map_value.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_big_map_value.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_big_map_value.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/get_big_map_value.tz --details Well typed Gas remaining: 1039992.079 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_map_value.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_map_value.tz.out index f6e32215aa6b601a65784591a1ef4ef99a934b5f..7df9816df1f13fa66c8804e3db4e225e60c518f4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--get_map_value.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-get_map_value.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/get_map_value.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/get_map_value.tz --details Well typed Gas remaining: 1039992.607 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_consistency_checker.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_consistency_checker.tz.out index 9c969bbbd33c467088017c196c774be307216bbc..2a4abd07147df801d9dfc857917c83669a39dc15 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_consistency_checker.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_consistency_checker.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_consistency_checker.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/hash_consistency_checker.tz --details Well typed Gas remaining: 1039996.569 units remaining { parameter (pair mutez (pair timestamp int)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_key.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_key.tz.out index b0421d7917f7ece421cc8ebfcf2ebdb2004e3812..09c1313f1e3cd7252e994aa47e7d126e009dd062 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_key.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_key.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_key.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/hash_key.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter key ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_string.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_string.tz.out index c41a88c4a551c10bca4d41f39119a0301decc1e5..bcf0f84b95969a3cb98d27de077052216ae3034a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--hash_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-hash_string.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/hash_string.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/hash_string.tz --details Well typed Gas remaining: 1039996.980 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-if.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-if.tz.out index 2ab3b44a5bf12a5baef709b868d7fac91cb99dbf..50032bdacb7c46b4553d024e5ccf1c07eacf3cd1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-if.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/if.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/if.tz --details Well typed Gas remaining: 1039995.290 units remaining { parameter bool ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-if_some.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-if_some.tz.out index d71c9e92b968aadb6b00e2ceb2474ab06d123237..fa98f51b9b180c617670489efd571550ba5e652b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--if_some.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-if_some.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/if_some.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/if_some.tz --details Well typed Gas remaining: 1039996.019 units remaining { parameter (option string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-int.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-int.tz.out index 44b4d7e7976d5b5550b04ba7b3b655d787d35b18..0f5254eec708282a2def7aec867e0359ef62066c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-int.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/int.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/int.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-iter_fail.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-iter_fail.tz.out index 34a1afe6b463f2f58c237827f1127f7950830b55..2b70e856136cb1885f80cda4b99d9e23cd49d540 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--iter_fail.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-iter_fail.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/iter_fail.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/iter_fail.tz --details Well typed Gas remaining: 1039996.874 units remaining { parameter (set nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-keccak.tz.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-keccak.tz.out index 9113c9eb14f75f2c85be76ff95e39ae6944eb009..302fe811720bb61f62d1c162aa0e0ae5b68ce8f7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--keccak.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-keccak.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/keccak.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/keccak.tz --details Well typed Gas remaining: 1039996.837 units remaining { storage (option bytes) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-left_right.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-left_right.tz.out index 73bf7682c5c6a7831e56cd71f5d0468100802dc9..33fcf0692a306baad403a0b7b62cfffd78780977 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--left_right.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-left_right.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/left_right.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/left_right.tz --details Well typed Gas remaining: 1039995.570 units remaining { parameter (or bool string) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-level.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-level.tz.out index b4b0f256924fdfb4d99677d010c9b2e1dd39c3dc..051c488fecdf4f82bbb15c2e84fc21a92693b771 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--level.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-level.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/level.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/level.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_concat.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_concat.tz.out index 1f82c8fca147d4b5ca4a67ac20687e15331d5d1f..5eebe29deeb992cbbe8fefec3017376b0c1fee85 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_concat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_concat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_concat.tz --details Well typed Gas remaining: 1039996.374 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_concat_bytes.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_concat_bytes.tz.out index 9a4b4342ce040a81f56245995d8a8669bb6b0d59..ab94b28c1f09f600db6d676d5d27be776d177536 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_concat_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_concat_bytes.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_concat_bytes.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_concat_bytes.tz --details Well typed Gas remaining: 1039996.374 units remaining { parameter (list bytes) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_id.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_id.tz.out index 11c0c0620474a8ffcc4a3f72b887dd36c54bf9aa..aaf62b30f09f1adcf086fe284f17d1c2126c8886 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_id.tz --details Well typed Gas remaining: 1039997.680 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_id_map.tz.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_id_map.tz.out index a8778ac67cb564da77292022172a85d9b604494e..995ce12aa1243b3cec41832ff8261912b3335d2e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_id_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_id_map.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_id_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_id_map.tz --details Well typed Gas remaining: 1039996.974 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_iter.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_iter.tz.out index 802b1a7be82f08b16e9b0229c0ce9739169ceb8d..ccc834b5baf75986a640edc422c7efb73b159bc4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_iter.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_iter.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_iter.tz --details Well typed Gas remaining: 1039995.593 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_map_block.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_map_block.tz.out index 2504f947a6af8407e7db8df772ed0b3da7946bdb..fc3f8a9851d291b942d565514128e5c5b02b8892 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_map_block.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_map_block.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_map_block.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_map_block.tz --details Well typed Gas remaining: 1039991.624 units remaining { parameter (list int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_size.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_size.tz.out index 52c44e2eb74d84bbc227c4dde8b19784df0bd119..56ccb6934de154da6a3b129010a5d20f141e47a8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--list_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-list_size.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/list_size.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/list_size.tz --details Well typed Gas remaining: 1039997.360 units remaining { parameter (list int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_failwith.tz.out similarity index 63% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_failwith.tz.out index 1074a5657bdcfd72bed335f03d4903255f36ec5a..703c1c2df4cad7e21620d57b3ca6eb9c81eba7b5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_failwith.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_failwith.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_failwith.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/loop_failwith.tz --details Well typed Gas remaining: 1039996.957 units remaining { parameter bool ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_left.tz.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_left.tz.out index 6368e58947aafb4dfb3b10e1bc6851c743aa4daf..2d9f97608f3f2c22065d94d6efb0c8f21df64f39 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_left.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_left.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/loop_left.tz --details Well typed Gas remaining: 1039987.396 units remaining { parameter (list string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_left_failwith.tz.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_left_failwith.tz.out index 3ee4742ecb50859ccbaf73047edcb5a7e7524eb0..3c6783e8001520df16b48c829dee823d60a400df 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--loop_left_failwith.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-loop_left_failwith.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/loop_left_failwith.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/loop_left_failwith.tz --details Well typed Gas remaining: 1039996.716 units remaining { parameter (or string nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_car.tz.out similarity index 75% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_car.tz.out index 8646fc98567566b247b448e4074f9cfc7cb260b5..90eb0492a73f266c522cefccb638a69a0aa5eb27 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_car.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_car.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_car.tz --details Well typed Gas remaining: 1039991.063 units remaining { parameter bool ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_id.tz.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_id.tz.out index 6029321d9b3f8180e730d493cb36cd7d266b429b..85d1ca73f59ef3891112d996ebdac36856a1403b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_id.tz --details Well typed Gas remaining: 1039997.454 units remaining { parameter (map nat nat) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_iter.tz.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_iter.tz.out index 28a0397f67b74a3c877255a00ec2adc391c80f51..a5249abbc40a7640738f5a4ac5c2e88c06912a0b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_iter.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_iter.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_iter.tz --details Well typed Gas remaining: 1039986.949 units remaining { parameter (map (int :k) (int :e)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_map.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_map.tz.out index 855ac0c93f929641f539ed2c6614371ec6e9330c..4f6251b46ee67c6a11faf22b1b38e66ee2b86fef 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_map.tz --details Well typed Gas remaining: 1039993.574 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_map_sideeffect.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_map_sideeffect.tz.out index 29f99fb6173a21a227bdbe351541b14c5fee3c55..b9c6b31a0fdb123ac51141c245446533a04f5776 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_map_sideeffect.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_map_sideeffect.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_map_sideeffect.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_map_sideeffect.tz --details Well typed Gas remaining: 1039988.534 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_mem_nat.tz.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_mem_nat.tz.out index 405a0e65ce65fad0e3643787c3dcad0cb4c25dd8..5bc6caf26f9d87f42aa40c0868971e022a34a720 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_nat.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_mem_nat.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_mem_nat.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_mem_nat.tz --details Well typed Gas remaining: 1039993.554 units remaining { parameter nat ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_mem_string.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_mem_string.tz.out index 45dfee8ce6b308d75ef8f6dc3a2e9cd1deeaa492..ad193828d8b32facf71523cd7ab1e97320cf3ff0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_mem_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_mem_string.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_mem_string.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_mem_string.tz --details Well typed Gas remaining: 1039993.554 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_size.tz.out similarity index 62% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_size.tz.out index 330e7a739fee5664a579abd0131c03b87d4c55ea..de91bf0d5de50b73b5faac56e9d2b8be85d0bfd7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--map_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-map_size.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/map_size.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/map_size.tz --details Well typed Gas remaining: 1039997.277 units remaining { parameter (map string nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-merge_comparable_pairs.tz.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-merge_comparable_pairs.tz.out index 2e882788d3e1c2f1652a6e2779ae9f177753c213..832e440fc8ea752d247174d0e81bdb189d608c0f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--merge_comparable_pairs.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-merge_comparable_pairs.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/merge_comparable_pairs.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/merge_comparable_pairs.tz --details Well typed Gas remaining: 1039992.173 units remaining { parameter (set (pair (nat %n) (pair %p (string %s) (int %i)))) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul.tz.out similarity index 91% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul.tz.out index a2db90ef4e8fd4a651924ef8c2d19ba09ac0eef3..03ef7fa0b2367d11a3d6241801fdfa6d3619a778 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/mul.tz --details Well typed Gas remaining: 1039961.621 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_fr.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_fr.tz.out index f0c7320b896a49fc8a2844d365bcaa8daf94b27f..a1a95c108a842558b792debf68de1b00d2508f06 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_fr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/mul_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_fr bls12_381_fr) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_g1.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_g1.tz.out index f834391d86b47e2c0bcd2ead622d06661e97bf4a..b7d1f613a0adcdd40d1654199ed66f81bd0459c4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_g1.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/mul_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g1 bls12_381_fr) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_g2.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_g2.tz.out index 4687a9408564ca4f6127deda4344be653c33cc6d..0273b113ce88084fddb851cbc67d2dc32bd2a602 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_bls12_381_g2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/mul_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair bls12_381_g2 bls12_381_fr) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_overflow.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_overflow.tz.out index 0a4d392fa25ca6d8c63878f3ace017087c098976..19108793875150e7aca0e8f03f2c9a68dd721dc4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mul_overflow.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mul_overflow.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/mul_overflow.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/mul_overflow.tz --details Well typed Gas remaining: 1039992.344 units remaining { parameter (or unit unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-munch.tz.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-munch.tz.out index 7d21e9a6ae9c992806bb5a8542a4e9bc458ad784..0c62a4c8aedb3524e7012b1a6a05c95e4e70e0b4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--munch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-munch.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/munch.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/munch.tz --details Well typed Gas remaining: 1039997.065 units remaining { parameter diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mutez_to_bls12_381_fr.tz.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mutez_to_bls12_381_fr.tz.out index 50a8bbfa37f8b10bcf4b6a2a72c8f23b69920b0a..3c4f1f04c1a6b76d2e59271a896ab524c2e3e431 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--mutez_to_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-mutez_to_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/mutez_to_bls12_381_fr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/mutez_to_bls12_381_fr.tz --details Well typed Gas remaining: 1039992.323 units remaining { parameter mutez ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg.tz.out index a3637885e066ce0dd5ca8e152e1485731bd0c8ff..2a5f61bc252cec134b0d6ce0d9031af360388604 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/neg.tz --details Well typed Gas remaining: 1039996.161 units remaining { parameter (or int nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_fr.tz.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_fr.tz.out index 68729076e3aa3a6f55b5932ba29756a37bb56b5c..fc6e93beb5c2e97e1ebc0a3c2569aacd7311ee3d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_fr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/neg_bls12_381_fr.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_g1.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_g1.tz.out index 5ee7c4f37b28d4883c6b3ac1094194c403ff7a23..e79bdfc5d9fcc332eb77606d8a3236dde64e4f4a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_g1.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/neg_bls12_381_g1.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_g1 ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_g2.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_g2.tz.out index f2df05ffa208404bac580df5a72e158c9cfe8d29..9a5c4a23ed50250b23131f6139273d5486c36ca9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--neg_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-neg_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/neg_bls12_381_g2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/neg_bls12_381_g2.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bls12_381_g2 ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-none.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-none.tz.out index 70a1a20bdf5902e1ae6ee0d914f519c2ba1931dc..c846e6296c9e7ab5f0f44746a0466d273096a9c7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--none.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-none.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/none.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/none.tz --details Well typed Gas remaining: 1039997.217 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-noop.tz.out similarity index 58% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-noop.tz.out index 659095650b9955be8c5445d9c63da59f4f7e0971..a1827b57ac412210e8efe19f4afbfbb8457bf607 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--noop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-noop.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/noop.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/noop.tz --details Well typed Gas remaining: 1039997.907 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-not.tz.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-not.tz.out index 44b3966db3c7e9afa03b1b1c8e9c1d064b37c393..6716cf05ba3c79ff01cb2ddeaf17fb2488d26a67 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-not.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/not.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/not.tz --details Well typed Gas remaining: 1039996.837 units remaining { parameter bool ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-not_binary.tz.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-not_binary.tz.out index 001cac582f8b24b7e347ed6a55644318000616b8..c09688e28c87868d8f0e4c0b8ffa69ec22ed46ae 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--not_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-not_binary.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/not_binary.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/not_binary.tz --details Well typed Gas remaining: 1039995.545 units remaining { parameter (or int nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-or.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-or.tz.out index 7db5bb51f36e7d05979347ee286de3bfbb000c7b..2a9934a453300373efc86a247ff9a82ea7382a8a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-or.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/or.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/or.tz --details Well typed Gas remaining: 1039994.425 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-or_binary.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-or_binary.tz.out index a52b28b9554eaf238dcb7ad2bf6bcf0ee006f142..b723ba12e08ae5fa377fe8f3ec2f358cc9261046 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--or_binary.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-or_binary.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/or_binary.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/or_binary.tz --details Well typed Gas remaining: 1039996.129 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-originate_big_map.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-originate_big_map.tz.out index 3edac11f95f6831d4b75c246d24bbe71cdff5135..505b6af304023e2157c7378fcc947dbc08b999fc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--originate_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-originate_big_map.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/originate_big_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/originate_big_map.tz --details Well typed Gas remaining: 1039997.334 units remaining { parameter (big_map int int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack.tz.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack.tz.out index aecf98b67fcdbcea0e45ae810ed1149d2c3b00c0..837bdc7f1a1e4b347655a1a4a972d5498e100b80 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/packunpack.tz --details Well typed Gas remaining: 1039987.310 units remaining { parameter (pair (pair (pair string (list int)) (set nat)) bytes) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack_rev.tz.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack_rev.tz.out index a9208b95705318ecda76ef0bf7d228b4054d7aa8..c466b8c3880e41e19a90945a1e366b14553c87f0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack_rev.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack_rev.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/packunpack_rev.tz --details Well typed Gas remaining: 1039888.774 units remaining { parameter (pair int nat string bytes mutez bool key_hash timestamp address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack_rev_cty.tz.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack_rev_cty.tz.out index 218615f79c846bbe93a67eaab5f5797657289362..bd2f58d673ad527cbeff6b4f95ce70156eb11b50 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--packunpack_rev_cty.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-packunpack_rev_cty.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/packunpack_rev_cty.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/packunpack_rev_cty.tz --details Well typed Gas remaining: 1039875.178 units remaining { parameter diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pair_id.tz.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pair_id.tz.out index ada92defcf026de7e9d27fce4e635cc2ac32e14a..aba33c8f95857ded082abb33d30bc601339b4dab 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pair_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pair_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/pair_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/pair_id.tz --details Well typed Gas remaining: 1039996.769 units remaining { parameter (pair bool bool) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pairing_check.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pairing_check.tz.out index f136b287ca83d585aed176cfbcbf030ee7949f98..0949619358e836116e83f3e8fbf89ad2d86651a9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pairing_check.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pairing_check.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/pairing_check.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/pairing_check.tz --details Well typed Gas remaining: 1039996.509 units remaining { parameter (list (pair bls12_381_g1 bls12_381_g2)) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pexec.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pexec.tz.out index 1811a1670fec5b3d6a76ba3ed7a0437a0b3401a7..8aee49a2cbe7ae4b237c796247d6f08478cf583d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pexec.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/pexec.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/pexec.tz --details Well typed Gas remaining: 1039993.994 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pexec_2.tz.out similarity index 87% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pexec_2.tz.out index 5812f6b02904a5a95d5448e67baaed97ada92d0a..fcc2d13d832b61dcbc5a1ddee6e28306477b4c9f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--pexec_2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-pexec_2.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/pexec_2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/pexec_2.tz --details Well typed Gas remaining: 1039988.161 units remaining { parameter int ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-proxy.tz.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-proxy.tz.out index bd02073df421e8b7a38fb73e735551567a61ceb0..faf1deac9d189d6f279f989d88ca9a0723df7a0b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--proxy.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-proxy.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/proxy.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/proxy.tz --details Well typed Gas remaining: 1039995.281 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ret_int.tz.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ret_int.tz.out index 90ea7dda3386a7fc2cbf86b978d10c98d1ee3299..ae92a16e7a6d0cc3c3d69c558facbeb472414c42 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ret_int.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ret_int.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ret_int.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ret_int.tz --details Well typed Gas remaining: 1039996.556 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-reverse.tz.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-reverse.tz.out index 8b678753353125f5cba0cad7cf3ebb40a07edcac..8356f5c31f580eba1190e2487ad2cf3a6dcac4d7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-reverse.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/reverse.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/reverse.tz --details Well typed Gas remaining: 1039995.453 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-reverse_loop.tz.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-reverse_loop.tz.out index dc3447606b6d5413e5505a533ef4083228808f84..bb5ff085d7683d391a086d25b6a5d89f348f7fa4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--reverse_loop.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-reverse_loop.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/reverse_loop.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/reverse_loop.tz --details Well typed Gas remaining: 1039990.243 units remaining { parameter (list string) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sapling_empty_state.tz.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sapling_empty_state.tz.out index 3ebfdf9146604e7a215c9fc8dee10f4658defc21..97e8b6f7e08381567b9b5e073f6b578b900fbdac 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sapling_empty_state.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sapling_empty_state.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sapling_empty_state.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sapling_empty_state.tz --details Well typed Gas remaining: 1039997.397 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self.tz.out index d3a63d1fc1b7468b2071828df75067cdac002b64..555c97c7aaded61722b50ce7db0044fddf152766 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/self.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self.tz --details Well typed Gas remaining: 1039996.945 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address.tz.out index 7d429e36dfc9b2b96291ce7535c64534b3e67065..ec78e9e071f15477cc206d150d7d3af22cd1888d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_address.tz --details Well typed Gas remaining: 1039990.189 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_fib_view.tz.out index c7482aa4e2a15a312cf20cfc0651b79a4a0dafba..5b0fe6d529792cb101bc3acd93cbc9ce4935bb50 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_fib_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_address_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_nonexistent_view..out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_nonexistent_view..out index 8ade68532e411950b21bf4a0c4deb74ac51f67f1..5217b110326d377c325f1c25fe5b05e6c57f3488 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_nonexistent_view..out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_nonexistent_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_address_after_nonexistent_view.tz --details Well typed Gas remaining: 1039987.050 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_view.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_view.tz.out index ca0689305c1c010bde0f9712d417435bbc47e32d..9953434a29ddf10e76dde96b630a570f1487e655 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_address_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_address_after_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_address_after_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_address_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_fib_view.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_fib_view.tz.out index a421d64e9a20b464a7930955d7cd9c11e05df917..ae283fb7f13bafbf68b7aa730b245d0d45b30b53 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_fib_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_after_fib_view.tz --details Well typed Gas remaining: 1039986.060 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_nonexistent_view.tz.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_nonexistent_view.tz.out index 27aa64ccecbe21b00fe54b7f2a0d7ba0dcb455db..6f001d36195bfaf737b0d415f4e6cc1557fbef89 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_nonexistent_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_after_nonexistent_view.tz --details Well typed Gas remaining: 1039986.452 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_view.tz.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_view.tz.out index 7f6470ebad7d14caebc89934af64f494de493b1f..727c8b96909f1c6ccc07bcc9fd52a0f34aa28aa2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_after_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_after_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_after_view.tz --details Well typed Gas remaining: 1039985.886 units remaining { parameter address ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_with_default_entrypoint.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_with_default_entrypoint.tz.out index 008e6b2a629ff90029eb83ca63ac16dd1bd31533..9dca316b35a51b895d710e9b4e9a0d6e9cb80f99 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_default_entrypoint.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_with_default_entrypoint.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_with_default_entrypoint.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_with_default_entrypoint.tz --details Well typed Gas remaining: 1039988.800 units remaining { parameter (or (or (nat %A) (bool %B)) (or %maybe_C (unit %default) (string %C))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_with_entrypoint.tz.out similarity index 91% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_with_entrypoint.tz.out index 50807ae0085f410a7ce6814215d0b71b7fbdde84..5dbddbff99e58653347ae58c7404f7f3f8be5acf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--self_with_entrypoint.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-self_with_entrypoint.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/self_with_entrypoint.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/self_with_entrypoint.tz --details Well typed Gas remaining: 1039970.861 units remaining { parameter (or (or (nat %A) (bool %B)) (or %maybe_C (unit %Z) (string %C))) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender.tz.out similarity index 62% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender.tz.out index e4dbed4dcfad8493dfc16529f4bb2a2fd2eb95ba..903e3ed5071598575e62538d636899477a746a42 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sender.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_fib_view.tz.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_fib_view.tz.out index e71b05d93a22a88abc6eecb3c4eb7094ec54e3f1..3706c364fd7b220ddbb32225878a095b38eadf12 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_fib_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_fib_view.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_fib_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sender_after_fib_view.tz --details Well typed Gas remaining: 1039986.567 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_nonexistent_view.tz.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_nonexistent_view.tz.out index 42ee7f1007f84c57b6f92a34c95365e4961a03ec..5124149e8af7cea543eda851720b60fc1e43acb4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_nonexistent_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_nonexistent_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_nonexistent_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sender_after_nonexistent_view.tz --details Well typed Gas remaining: 1039987.050 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_view.tz.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_view.tz.out index 7f37c4cfdf65c6d5501cc2b0fb58e162f4a9abd8..10e3e46525bc5ab5868de6a2236f4b843a01f381 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sender_after_view.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sender_after_view.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sender_after_view.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sender_after_view.tz --details Well typed Gas remaining: 1039986.392 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_car.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_car.tz.out index b1c4063baf781b2de0c23e8735091b0ce56e536a..bc3c088287d2dfec5b472a92c16e794f65186850 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_car.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_car.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_car.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_car.tz --details Well typed Gas remaining: 1039992.274 units remaining { parameter string ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_cdr.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_cdr.tz.out index c9cbcbbc4ea07cdf07ec142fa82a609dea35f76f..78a225b6894022e1f752b56640f56147859d3e50 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_cdr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_cdr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_cdr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_cdr.tz --details Well typed Gas remaining: 1039992.742 units remaining { parameter nat ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_delegate.tz.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_delegate.tz.out index 67418a16e3c4cfb2592e30716adff7cbb09d085f..f10352d546d3010ecc19848ab027c68a2860afc0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_delegate.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_delegate.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_delegate.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_delegate.tz --details Well typed Gas remaining: 1039996.276 units remaining { parameter (option key_hash) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_id.tz.out similarity index 61% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_id.tz.out index 3312e5a8ecc7edd356ee7416543eefa4d92db8d3..70850998cd1a8f85291df07c45992a1f293e4ab3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_id.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_id.tz --details Well typed Gas remaining: 1039997.680 units remaining { parameter (set string) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_iter.tz.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_iter.tz.out index 65705dbd4e7ca8e214cb6b23a9225289ad48ee2b..65bafefb41e626f5e1cab347cf537f04443ea33e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_iter.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_iter.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_iter.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_iter.tz --details Well typed Gas remaining: 1039995.593 units remaining { parameter (set int) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_member.tz.out similarity index 86% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_member.tz.out index 42c0ac8cd6f5c545dd0f4f06c7e435af7c3e3ea0..5b10d6b8d11e13c7aef8301e469c6bdecb8beed0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_member.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_member.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_member.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_member.tz --details Well typed Gas remaining: 1039989.840 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_size.tz.out similarity index 61% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_size.tz.out index c8e671d9682b18deea579ebcbec5a0d9fee7785d..6c2cdd0f78149f043831129039a04406c5cd6e20 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--set_size.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-set_size.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/set_size.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/set_size.tz --details Well typed Gas remaining: 1039997.360 units remaining { parameter (set int) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sets.tz.out similarity index 91% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sets.tz.out index 360afcf7ede148ed906a3fabf2aab352b3df9039..1f63b041d057a7b4c8badd06d97134aef39b03f0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sets.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sets.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/sets.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sets.tz --details Well typed Gas remaining: 1039953.534 units remaining { parameter unit ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sha3.tz.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sha3.tz.out index d871fd5602ac1e59d1c3c832c6a9014b4aacaf61..e05f28cf9f73d1e612b72234b9d62884db3f66d7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sha3.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sha3.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/sha3.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sha3.tz --details Well typed Gas remaining: 1039996.837 units remaining { storage (option bytes) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-shifts.tz.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-shifts.tz.out index d812e1fb7b8a9572109bca88d3d5e8b36ee2307a..a9a7d5418c37b90dff3dfe73792add8a79fd783a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--shifts.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-shifts.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/shifts.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/shifts.tz --details Well typed Gas remaining: 1039994.259 units remaining { parameter (or (pair nat nat) (pair nat nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slice.tz.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slice.tz.out index 3760e12a6137fdbc87bed8508bf2669e42841620..72565607ec84845a32bea7dae696f79c4ac27549 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slice.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/slice.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/slice.tz --details Well typed Gas remaining: 1039993.747 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slice_bytes.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slice_bytes.tz.out index 0d848b23fe63c16fd5e0d5fffb1429754c89ae13..2599be93e4a026bc07f7602382124d9b5833857f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slice_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slice_bytes.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/slice_bytes.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/slice_bytes.tz --details Well typed Gas remaining: 1039993.747 units remaining { parameter (pair nat nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slices.tz.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slices.tz.out index a7ddb36e008d2f904ce7f91081da9f463f95c967..ab3c1752790ad0ad2357a9c5b3c5dcfc3b5465e9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--slices.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-slices.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/slices.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/slices.tz --details Well typed Gas remaining: 1039937.057 units remaining { parameter (pair bytes signature) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-source.tz.out similarity index 62% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-source.tz.out index c51b5d2dcf042b86bcc16781a054d6e62afb9560..2d87871b1e49cd08963e986e4dfc0d6888efff41 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--source.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-source.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/source.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/source.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-split_bytes.tz.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-split_bytes.tz.out index 09f9b3e72921208d73e8a0741cc0f6468d1ce1bc..8ed84f76937bc7cc4ec6ad9710d8eb5a80a383ef 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_bytes.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-split_bytes.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/split_bytes.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/split_bytes.tz --details Well typed Gas remaining: 1039973.337 units remaining { parameter bytes ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-split_string.tz.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-split_string.tz.out index 7d4a30941335b3839b1263cf2dd3e539f28ff46b..af761bc6b48d6fc53d826c45df59735edb5b4008 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--split_string.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-split_string.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/split_string.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/split_string.tz --details Well typed Gas remaining: 1039973.337 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_fr.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_fr.tz.out index 99bcc4e0ae0991151ef82d05185cba0b369cf1a5..d32a8d5088cad3ccf5d0f589a1d0d136f2454fe0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_fr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_fr.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_fr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/store_bls12_381_fr.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_fr ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_g1.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_g1.tz.out index be5e23682ec44ad3e5f1e284d2588694549fb483..c1c71ba121eb67737e4ef303f75a6764bc87c70e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g1.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_g1.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_g1.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/store_bls12_381_g1.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_g1 ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_g2.tz.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_g2.tz.out index de28be5ac7e4a88e4420c896aa862a78f9ac4918..f2c3267127b9a407b3a74d20c56dcac31580cfd7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_bls12_381_g2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_bls12_381_g2.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_bls12_381_g2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/store_bls12_381_g2.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter bls12_381_g2 ; diff --git a/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_input.tz.out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_input.tz.out new file mode 100644 index 0000000000000000000000000000000000000000..3841c97eab788645cfc5efdb87ec17b433d2e9b2 --- /dev/null +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_input.tz.out @@ -0,0 +1,12 @@ + +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/store_input.tz --details +Well typed +Gas remaining: 1039997.907 units remaining +{ parameter string ; + storage string ; + code { CAR + /* [ string ] */ ; + NIL operation + /* [ list operation : string ] */ ; + PAIR + /* [ pair (list operation) string ] */ } } diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_now.tz.out similarity index 62% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_now.tz.out index 8d8aee87a059796c598843b600183084afc17e5a..c4ec70a3251091393c48148659fa87003f96b11e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--store_now.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-store_now.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/store_now.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/store_now.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-str_id.tz.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-str_id.tz.out index cc4bfa0b435f1bf30bee9ccfb42620102d42905d..5d866090d0648dfef5636c004244961acf5a6620 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--str_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-str_id.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/str_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/str_id.tz --details Well typed Gas remaining: 1039997.300 units remaining { parameter string ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sub_timestamp_delta.tz.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sub_timestamp_delta.tz.out index ad75d3230e93d71efa8c8300dcf80ab5047b2f91..04e5f1d83e2026fd7383ca3ce8a941f0db5bee8d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--sub_timestamp_delta.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-sub_timestamp_delta.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/sub_timestamp_delta.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/sub_timestamp_delta.tz --details Well typed Gas remaining: 1039995.013 units remaining { parameter (pair timestamp int) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-subset.tz.out similarity index 90% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-subset.tz.out index faf6ce75958fb97f2a595440c55ee34f410cf964..0da121b5e264033b6e06d82a42ac775c9ae44688 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--subset.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-subset.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/subset.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/subset.tz --details Well typed Gas remaining: 1039986.401 units remaining { parameter (pair (set string) (set string)) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-tez_add_sub.tz.out similarity index 86% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-tez_add_sub.tz.out index cc5f3bb6f93fe9d9cdfecd0f40116aaeea9adc40..0d081b1fd574b934df27bbd6964d1fbe3159c2a3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--tez_add_sub.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-tez_add_sub.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/tez_add_sub.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/tez_add_sub.tz --details Well typed Gas remaining: 1039987.345 units remaining { parameter (pair mutez mutez) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_bad.tz.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_bad.tz.out index b497a28c3d9bb2523e67932aa80e3c4db5298733..f4949e987e3f10451a955f2e3fca5171331beacf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_bad.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_bad.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_bad.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_bad.tz --details Well typed Gas remaining: 1039997.763 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_big_store.tz.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_big_store.tz.out index ad05bce3fb4e4db25231ec7e9e2d491f6f3d7460..dd7d80cf2d6e864dc7e32f15bf58dca73bed8070 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_big_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_big_store.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_big_store.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_big_store.tz --details Well typed Gas remaining: 1039991.976 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_join.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_join.tz.out index b986df3891b2f1159c4e021d30c9bbb658159194..65233a6a3b760c15cfef736581c02f28cc0816f2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_join.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_join.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_join.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_join.tz --details Well typed Gas remaining: 1039992.503 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_read.tz.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_read.tz.out index 82dc29b7b4607c47cc199c621d64d688501fc937..a10ae7ad325714d3cebd488a8a5fd10689f734d1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_read.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_read.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_read.tz --details Well typed Gas remaining: 1039985.350 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_split.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_split.tz.out index e7029eab9d1ce16b5e7edba1a6dacd452fb10a23..117609de21fb7695833ba663354e69c26e0cbc47 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_split.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_split.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_split.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_split.tz --details Well typed Gas remaining: 1039979.558 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_store-2.tz.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_store-2.tz.out index 6a01f19ffc49154a157d405a0b01939f38dfa811..627cfe683b0a9463794e2d367bb28b6b9a93caca 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_store-2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_store-2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_store-2.tz --details Well typed Gas remaining: 1039997.454 units remaining { parameter (option (ticket nat)) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_store.tz.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_store.tz.out index 2be5e46cabd2f94b05beb4974bf54e0fa8b186de..16410a2f7292fbf25adfa673019afa6b0be64d50 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticket_store.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticket_store.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticket_store.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticket_store.tz --details Well typed Gas remaining: 1039997.074 units remaining { parameter (ticket nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticketer-2.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticketer-2.tz.out index 58ee20944006e7ba85c58f6e5556f9304bfcee9f..8b3d6e8a4c98ac243a9ebaba4d314b59a63391cf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer-2.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticketer-2.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticketer-2.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticketer-2.tz --details Well typed Gas remaining: 1039986.226 units remaining { parameter (pair (pair address nat) nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticketer.tz.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticketer.tz.out index 85bbab8acce350e63c21c2c4da97917c74d629a4..8a69e67de43696ee70fe4b0735d48c9ae25ceea9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--ticketer.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-ticketer.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/ticketer.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/ticketer.tz --details Well typed Gas remaining: 1039986.744 units remaining { parameter address ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-transfer_amount.tz.out similarity index 60% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-transfer_amount.tz.out index 487c8c002ee7af75b8a177ac0a9f1c7abab51732..be00d34dcb45b9ed17611af667f165b6600be2f7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_amount.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-transfer_amount.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/transfer_amount.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/transfer_amount.tz --details Well typed Gas remaining: 1039997.443 units remaining { parameter unit ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-transfer_tokens.tz.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-transfer_tokens.tz.out index 346dbf94a429123d90b95f10d45531308436a206..e926752303e840efd20dd47b12837146f1eeae31 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--transfer_tokens.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-transfer_tokens.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/transfer_tokens.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/transfer_tokens.tz --details Well typed Gas remaining: 1039994.130 units remaining { parameter (contract unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-uncomb.tz.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-uncomb.tz.out index b1f267062aeb46fca732524239658cb4ef2535ce..3812ac0e64523dee5295cf0da85631d97039e178 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--uncomb.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-uncomb.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/uncomb.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/uncomb.tz --details Well typed Gas remaining: 1039993.181 units remaining { parameter (pair nat nat nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-unpair.tz.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-unpair.tz.out index 2a760fc990b43606facd02ad64e4ad776af1b7e3..dcc03c01d34a29624042bb890a390cf83c0154db 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-unpair.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/unpair.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/unpair.tz --details Well typed Gas remaining: 1039904.519 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-unpair_field_annotation_mismatch.tz.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-unpair_field_annotation_mismatch.tz.out index d33dfb66c0a3719ffeca4bf511d407ae87488493..cecd38feaca12c027186400c36a851c31a577940 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--unpair_field_annotation_mismatch.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-unpair_field_annotation_mismatch.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/unpair_field_annotation_mismatch.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/unpair_field_annotation_mismatch.tz --details Well typed Gas remaining: 1039993.685 units remaining { parameter (unit :param_unit) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-update_big_map.tz.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-update_big_map.tz.out index b48a55d680d5e447f0576deaafb56bd70a758000..dbd0a3aefcd05fd7415a3901be606d3aa16e2a7b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--update_big_map.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-update_big_map.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/update_big_map.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/update_big_map.tz --details Well typed Gas remaining: 1039993.471 units remaining { storage (pair (big_map string string) unit) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-utxo_read.tz.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-utxo_read.tz.out index 53b13acf0ea08f043259be0831abd0ab972e0a98..841f7ec8aebd695334efba2716a29672b22cbec1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxo_read.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-utxo_read.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/utxo_read.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/utxo_read.tz --details Well typed Gas remaining: 1039985.390 units remaining { parameter (pair (ticket nat) nat) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-utxor.tz.out similarity index 95% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-utxor.tz.out index 2c2adeed4c65a5112692fcae0003ac31b25ded8c..6639366a22da50e1421c8536a60af442f90fde3e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--utxor.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-utxor.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/utxor.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/utxor.tz --details Well typed Gas remaining: 1039966.804 units remaining { parameter (pair address address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_fib.tz.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_fib.tz.out index b673a5c76d1968443f9e23196b6170e82b341311..91f9fb94e6b5bf861d9e15233d8904865a0a2671 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_fib.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_fib.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_fib.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_fib.tz --details Well typed Gas remaining: 1039994.630 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_mutual_recursion.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_mutual_recursion.tz.out index a2e83a1a3b701696f0a4e9dd274b25025f08ac68..dcb0f1d967eefef060d6b41e330b8bd09e148e84 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_mutual_recursion.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_mutual_recursion.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_mutual_recursion.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_mutual_recursion.tz --details Well typed Gas remaining: 1039993.335 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_add.tz.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_add.tz.out index 1f9935db62f21b82e026af6251b1b0a192203ba0..37d9ba2394a857430b2df31e7d37885dea1c9095 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_add.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_add.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_add.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_add.tz --details Well typed Gas remaining: 1039994.410 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_constant.tz.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_constant.tz.out index 42f933a9cd0e4a26f75baa40460a03dcc670dc1e..25b564cf55bd8c982b30a93b7a83235758a35d38 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_constant.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_constant.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_constant.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_constant.tz --details Well typed Gas remaining: 1039994.390 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_id.tz.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_id.tz.out index 02ecbbc4909ddefdd5ff4fdfef49e14bf4a072d9..b0ed9117b1ac31ad214ff22c6e3ccfeaf67ed0b9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_id.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_id.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_id.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_id.tz --details Well typed Gas remaining: 1039993.949 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_nonexistent_addr.tz.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_nonexistent_addr.tz.out index 90287cb6e3f5ff1fc1c64c02fbec76d20bc96516..936ced28db7f5ca85d729a737daca8d7fb4130d6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_addr.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_nonexistent_addr.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_nonexistent_addr.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_nonexistent_addr.tz --details Well typed Gas remaining: 1039989.559 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_nonexistent_func.tz.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_nonexistent_func.tz.out index 9fe2b1e5c4a1eedbba33c26cd7b7252c46d88539..827d88583c686fa26ce47ddfab3ae24066a32d7e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_nonexistent_func.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_nonexistent_func.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_nonexistent_func.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_nonexistent_func.tz --details Well typed Gas remaining: 1039993.859 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_test_step_contants.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_test_step_contants.tz.out index b0cf7e603eb25a90df91b6e1e52e73272bc696d4..048be733a8e590c313da0701b526f2de78fc0bc0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_test_step_contants.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_test_step_contants.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_test_step_contants.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_test_step_contants.tz --details Well typed Gas remaining: 1039994.470 units remaining { parameter address ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_toplevel_inconsistent_input_.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_toplevel_inconsistent_input_.out index fe21adac31599a55370b33e51fd5a3a4d8a24511..307b1eb305817c19d22184e66761090689fdb247 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_input_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_toplevel_inconsistent_input_.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_toplevel_inconsistent_input_type.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_toplevel_inconsistent_input_type.tz --details Well typed Gas remaining: 1039993.919 units remaining { parameter (pair int address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_toplevel_inconsistent_output.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_toplevel_inconsistent_output.out index 2b2fb11b03ce56411c8d8a2d027c508c115f44ac..27a9085c3b69163d591a0fb271bf679e547af151 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_op_toplevel_inconsistent_output_type.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_op_toplevel_inconsistent_output.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_op_toplevel_inconsistent_output_type.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_op_toplevel_inconsistent_output_type.tz --details Well typed Gas remaining: 1039993.919 units remaining { parameter (pair nat address) ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_rec.tz.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_rec.tz.out index 07b5fcdc2b6cf339ef4f6882120b7e7a950b4b2b..836803db7fef999f241916783ad853ec22a57c1c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_rec.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_rec.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_rec.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_rec.tz --details Well typed Gas remaining: 1039988.440 units remaining { parameter unit ; diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_toplevel_lib.tz.out similarity index 95% rename from tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_toplevel_lib.tz.out index bf554ea42b6e6e769cff8f2bfce927cbca9c9c21..321ad48b1fc0f56128d41eef7c426c3666cabc4a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--view_toplevel_lib.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-view_toplevel_lib.tz.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract.py::TestTypecheck::test_typecheck[opcodes/view_toplevel_lib.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/view_toplevel_lib.tz --details Well typed Gas remaining: 1039947.179 units remaining { parameter nat ; diff --git a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-voting_power.tz.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-voting_power.tz.out index 848c94faaaa4dbeff93d966f7e93541004b60443..2649ed691a2a814004260eefe8e89cfd4b78b77d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--voting_power.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-voting_power.tz.out @@ -1,5 +1,5 @@ -tests_014/test_contract.py::TestTypecheck::test_typecheck[opcodes/voting_power.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/voting_power.tz --details Well typed Gas remaining: 1039995.193 units remaining { parameter key ; diff --git a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-xor.tz.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out rename to tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-xor.tz.out index 0d0df55579f71ef27a6972d5b87d7b96d00ac84e..18621f685d33f32cd13e0d9567f4292842d91b00 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract.TestTypecheck::test_typecheck[opcodes--xor.tz].out +++ b/tezt/tests/expected/contract_typecheck.ml/Lima- Tc tests_python-contracts_015-opcodes-xor.tz.out @@ -1,5 +1,5 @@ -tests_015/test_contract.py::TestTypecheck::test_typecheck[opcodes/xor.tz] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings typecheck script tests_python/contracts_015/opcodes/xor.tz --details Well typed Gas remaining: 1039992.584 units remaining { parameter (or (pair bool bool) (pair nat nat)) ; diff --git a/tezt/tests/gas_bound.ml b/tezt/tests/gas_bound.ml index cd62eb147f53f08972a43dbb7aad738dfa2aafbf..3128ee16cea0041e08879a1c5bbdf17ae792ab0b 100644 --- a/tezt/tests/gas_bound.ml +++ b/tezt/tests/gas_bound.ml @@ -75,7 +75,7 @@ let test_originate_first_explosion client () = let expected_msg = rex "Gas limit exceeded during typechecking or execution" in - let* _ = Client.typecheck_script ~script:first_explosion client in + let* () = Client.typecheck_script ~script:first_explosion client in let process = Client.spawn_originate_contract ~alias:"first_explosion" diff --git a/tezt/tests/main.ml b/tezt/tests/main.ml index 41b6231cc31576d938c58a32335e56a2949ed31a..66d55b37682d1385eb1bfc72a77f7ee0a949cf32 100644 --- a/tezt/tests/main.ml +++ b/tezt/tests/main.ml @@ -112,6 +112,7 @@ let register_protocol_tests_that_use_supports_correctly () = Contract_hash_fun.register ~protocols ; Contract_hash_with_origination.register ~protocols ; Contract_opcodes.register ~protocols ; + Contract_typecheck.register ~protocols ; Contract_mini_scenarios.register ~protocols ; Create_contract.register ~protocols ; Deposits_limit.register ~protocols ; diff --git a/tezt/tests/mockup.ml b/tezt/tests/mockup.ml index b01e89d0eb1b5239b8c53bdd92f389b7e612d680..b4a0f69d1c33e3521d881a1b7616ae293645cd7e 100644 --- a/tezt/tests/mockup.ml +++ b/tezt/tests/mockup.ml @@ -224,7 +224,7 @@ let test_typechecking_and_normalization_work_with_constants = let* _ = Client.register_global_constant ~src ~value ?burn_cap client in let script = "file:./tezt/tests/contracts/proto_alpha/constant_unit.tz" in let* _ = Client.normalize_script ~script client in - let* _ = Client.typecheck_script ~script client in + let* () = Client.typecheck_script ~script client in return () let test_simple_baking_event = diff --git a/tezt/tests/order_in_top_level.ml b/tezt/tests/order_in_top_level.ml index c6e77e024b97ac64ea61b159c210018058809cc1..e183ece20cb0e4b10b469f756dba4dfa518352de 100644 --- a/tezt/tests/order_in_top_level.ml +++ b/tezt/tests/order_in_top_level.ml @@ -56,7 +56,7 @@ let test_order_in_top_level = permutations top_level_elements |> Lwt_list.iter_s @@ fun elements -> let script = String.concat ";\n" elements in - let* _ = Client.typecheck_script client ~script in + let* () = Client.typecheck_script client ~script in unit let register ~protocols = test_order_in_top_level protocols