diff --git a/src/lib_client_base_unix/client_config.ml b/src/lib_client_base_unix/client_config.ml index 8c0e4727bff9fa8c58b47e14861df6dbe4f75888..dfecba4308729e8c49882d20a4902827eec19d27 100644 --- a/src/lib_client_base_unix/client_config.ml +++ b/src/lib_client_base_unix/client_config.ml @@ -433,6 +433,13 @@ let base_dir_arg () = default_base_dir) (string_parameter ()) +let no_base_dir_warnings_switch () = + Tezos_clic.switch + ~long:"no-base-dir-warnings" + ~short:'n' + ~doc:"silence warnings about client data directory" + () + let config_file_arg () = Tezos_clic.arg ~long:"config-file" @@ -859,8 +866,9 @@ let commands config_file cfg (client_mode : client_mode) ] let global_options () = - Tezos_clic.args18 + Tezos_clic.args19 (base_dir_arg ()) + (no_base_dir_warnings_switch ()) (config_file_arg ()) (timings_switch ()) (chain_arg ()) @@ -903,7 +911,8 @@ let default_parsed_config_args = * (when all/most commands will fail) or emits a warning (some commands may * fail). *) -let check_base_dir_for_mode (ctx : #Client_context.full) client_mode base_dir = +let check_base_dir_for_mode (ctx : #Client_context.full) client_mode + no_base_dir_warnings base_dir = let open Lwt_result_syntax in let open Tezos_mockup.Persistence in let* base_dir_class = classify_base_dir base_dir in @@ -928,12 +937,14 @@ let check_base_dir_for_mode (ctx : #Client_context.full) client_mode base_dir = | `Mode_mockup -> ( let warn_might_not_work explain = let*! () = - ctx#warning - "@[Base directory %s %a@ Some commands (e.g., transfer) might \ - not work correctly.@]" - base_dir - explain - () + if not no_base_dir_warnings then + ctx#warning + "@[Base directory %s %a@ Some commands (e.g., transfer) \ + might not work correctly.@]" + base_dir + explain + () + else Lwt.return_unit in return_unit in @@ -1031,6 +1042,7 @@ let light_mode_checks mode endpoint sources = let parse_config_args (ctx : #Client_context.full) argv = let open Lwt_result_syntax in let* ( ( base_dir, + no_base_dir_warnings, config_file, timings, chain, @@ -1077,7 +1089,9 @@ let parse_config_args (ctx : #Client_context.full) argv = (* In mockup mode base dir may be created automatically. *) return dir) in - let* () = check_base_dir_for_mode ctx client_mode base_dir in + let* () = + check_base_dir_for_mode ctx client_mode no_base_dir_warnings base_dir + in let* () = when_ (Option.is_some sources && client_mode <> `Mode_light) @@ -1219,6 +1233,7 @@ let parse_config_args (ctx : #Client_context.full) argv = type t = string option + * bool * string option * bool * Shell_services.chain diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out deleted file mode 100644 index a061582e750d7f0003f7ada1469564d73ba34e1c..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out +++ /dev/null @@ -1,43 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (Some False))1] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[0] to 1 -trace - - location: 12 (remaining gas: 1039989.101 units remaining) - [ (Pair 1 { Elt 0 1 } None) ] - - location: 12 (remaining gas: 1039989.091 units remaining) - [ 1 - (Pair { Elt 0 1 } None) ] - - location: 13 (remaining gas: 1039989.091 units remaining) - [ (Pair { Elt 0 1 } None) ] - - location: 15 (remaining gas: 1039989.081 units remaining) - [ { Elt 0 1 } ] - - location: 16 (remaining gas: 1039989.071 units remaining) - [ { Elt 0 1 } - { Elt 0 1 } ] - - location: 13 (remaining gas: 1039989.051 units remaining) - [ 1 - { Elt 0 1 } - { Elt 0 1 } ] - - location: 17 (remaining gas: 1039988.343 units remaining) - [ False - { Elt 0 1 } ] - - location: 18 (remaining gas: 1039988.333 units remaining) - [ (Some False) - { Elt 0 1 } ] - - location: 19 (remaining gas: 1039988.323 units remaining) - [ { Elt 0 1 } - (Some False) ] - - location: 20 (remaining gas: 1039988.313 units remaining) - [ (Pair { Elt 0 1 } (Some False)) ] - - location: 21 (remaining gas: 1039988.303 units remaining) - [ {} - (Pair { Elt 0 1 } (Some False)) ] - - location: 23 (remaining gas: 1039988.293 units remaining) - [ (Pair {} { Elt 0 1 } (Some False)) ] - diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out deleted file mode 100644 index f507bdd1cb8f19e9e299b1525155074a07692858..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out +++ /dev/null @@ -1,43 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (Some True))0] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 0 -trace - - location: 12 (remaining gas: 1039989.101 units remaining) - [ (Pair 1 { Elt 1 0 } None) ] - - location: 12 (remaining gas: 1039989.091 units remaining) - [ 1 - (Pair { Elt 1 0 } None) ] - - location: 13 (remaining gas: 1039989.091 units remaining) - [ (Pair { Elt 1 0 } None) ] - - location: 15 (remaining gas: 1039989.081 units remaining) - [ { Elt 1 0 } ] - - location: 16 (remaining gas: 1039989.071 units remaining) - [ { Elt 1 0 } - { Elt 1 0 } ] - - location: 13 (remaining gas: 1039989.051 units remaining) - [ 1 - { Elt 1 0 } - { Elt 1 0 } ] - - location: 17 (remaining gas: 1039988.343 units remaining) - [ True - { Elt 1 0 } ] - - location: 18 (remaining gas: 1039988.333 units remaining) - [ (Some True) - { Elt 1 0 } ] - - location: 19 (remaining gas: 1039988.323 units remaining) - [ { Elt 1 0 } - (Some True) ] - - location: 20 (remaining gas: 1039988.313 units remaining) - [ (Pair { Elt 1 0 } (Some True)) ] - - location: 21 (remaining gas: 1039988.303 units remaining) - [ {} - (Pair { Elt 1 0 } (Some True)) ] - - location: 23 (remaining gas: 1039988.293 units remaining) - [ (Pair {} { Elt 1 0 } (Some True)) ] - diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out deleted file mode 100644 index 9fbbe7cb6bfacea9077d3ca6b6c635e0512203f3..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair 4 (Some True))1] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (remaining gas: 1039988.145 units remaining) - [ (Pair 1 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (remaining gas: 1039988.135 units remaining) - [ 1 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (remaining gas: 1039988.135 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (remaining gas: 1039988.125 units remaining) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (remaining gas: 1039988.115 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (remaining gas: 1039988.095 units remaining) - [ 1 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (remaining gas: 1039987.386 units remaining) - [ True - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (remaining gas: 1039987.376 units remaining) - [ (Some True) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (remaining gas: 1039987.366 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - (Some True) ] - - location: 20 (remaining gas: 1039987.356 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 21 (remaining gas: 1039987.346 units remaining) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 23 (remaining gas: 1039987.336 units remaining) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some True)) ] - diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out deleted file mode 100644 index 9b633f696de488389a255c8f5a4371093cc5d39d..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair 4 (Some True))0] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (remaining gas: 1039988.145 units remaining) - [ (Pair 2 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (remaining gas: 1039988.135 units remaining) - [ 2 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (remaining gas: 1039988.135 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (remaining gas: 1039988.125 units remaining) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (remaining gas: 1039988.115 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (remaining gas: 1039988.095 units remaining) - [ 2 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (remaining gas: 1039987.386 units remaining) - [ True - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (remaining gas: 1039987.376 units remaining) - [ (Some True) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (remaining gas: 1039987.366 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - (Some True) ] - - location: 20 (remaining gas: 1039987.356 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 21 (remaining gas: 1039987.346 units remaining) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 23 (remaining gas: 1039987.336 units remaining) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some True)) ] - diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out deleted file mode 100644 index 94c655b86640db1363a358be18df9d7c352e5c6f..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair 4 (Some False))0] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (remaining gas: 1039988.145 units remaining) - [ (Pair 3 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (remaining gas: 1039988.135 units remaining) - [ 3 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (remaining gas: 1039988.135 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (remaining gas: 1039988.125 units remaining) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (remaining gas: 1039988.115 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (remaining gas: 1039988.095 units remaining) - [ 3 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (remaining gas: 1039987.386 units remaining) - [ False - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (remaining gas: 1039987.376 units remaining) - [ (Some False) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (remaining gas: 1039987.366 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - (Some False) ] - - location: 20 (remaining gas: 1039987.356 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) ] - - location: 21 (remaining gas: 1039987.346 units remaining) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) ] - - location: 23 (remaining gas: 1039987.336 units remaining) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some False)) ] - diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out deleted file mode 100644 index edd445c45bd41a7ae64024d23bb6f7cdabc7bb49..0000000000000000000000000000000000000000 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out +++ /dev/null @@ -1,42 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) -trace - - location: 12 (remaining gas: 1039990.019 units remaining) - [ (Pair 1 {} None) ] - - location: 12 (remaining gas: 1039990.009 units remaining) - [ 1 - (Pair {} None) ] - - location: 13 (remaining gas: 1039990.009 units remaining) - [ (Pair {} None) ] - - location: 15 (remaining gas: 1039989.999 units remaining) - [ {} ] - - location: 16 (remaining gas: 1039989.989 units remaining) - [ {} - {} ] - - location: 13 (remaining gas: 1039989.969 units remaining) - [ 1 - {} - {} ] - - location: 17 (remaining gas: 1039989.263 units remaining) - [ False - {} ] - - location: 18 (remaining gas: 1039989.253 units remaining) - [ (Some False) - {} ] - - location: 19 (remaining gas: 1039989.243 units remaining) - [ {} - (Some False) ] - - location: 20 (remaining gas: 1039989.233 units remaining) - [ (Pair {} (Some False)) ] - - location: 21 (remaining gas: 1039989.223 units remaining) - [ {} - (Pair {} (Some False)) ] - - location: 23 (remaining gas: 1039989.213 units remaining) - [ (Pair {} {} (Some False)) ] - diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" "b/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" deleted file mode 100644 index decc25dda24a33b5bc1b6b88365b562ffe3ebc47..0000000000000000000000000000000000000000 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" +++ /dev/null @@ -1,23 +0,0 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some "NetXdQprcVkpaWU")-Unit-(Some "NetXdQprcVkpaWU")] - -storage - (Some "NetXdQprcVkpaWU") -emitted operations - -big_map diff - -trace - - location: 8 (remaining gas: 1039993.247 units remaining) - [ (Pair Unit (Some "NetXdQprcVkpaWU")) ] - - location: 8 (remaining gas: 1039993.237 units remaining) - [ ] - - location: 9 (remaining gas: 1039993.222 units remaining) - [ "NetXdQprcVkpaWU" ] - - location: 10 (remaining gas: 1039993.212 units remaining) - [ (Some "NetXdQprcVkpaWU") ] - - location: 11 (remaining gas: 1039993.202 units remaining) - [ {} - (Some "NetXdQprcVkpaWU") ] - - location: 13 (remaining gas: 1039993.192 units remaining) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] - diff --git a/tests_python/tests_014/test_contract_opcodes.py b/tests_python/tests_014/test_contract_opcodes.py index b4864f6e99a2c950853cc2f2525cb87ce7c384ab..7d8d784d5f41dfdcc7140f327ceb046f27d59122 100644 --- a/tests_python/tests_014/test_contract_opcodes.py +++ b/tests_python/tests_014/test_contract_opcodes.py @@ -21,1455 +21,6 @@ PUBLIC_KEY = IDENTITIES['bootstrap1']['public'] class TestContractOpcodes: """Tests for individual opcodes that do not require origination.""" - @pytest.mark.parametrize( - "contract,param,storage,expected", - [ # FORMAT: assert_output contract_file storage input expected_result - # TODO add tests for map_car.tz, subset.tz - # NB: noop.tz is tested in test_basic.sh - ('cons.tz', '{}', '10', '{ 10 }'), - ('cons.tz', '{ 10 }', '-5', '{ -5 ; 10 }'), - ('cons.tz', '{ -5 ; 10 }', '99', '{ 99 ; -5 ; 10 }'), - # Tests on Options - ('none.tz', 'Some 10', 'Unit', 'None'), - ('ret_int.tz', 'None', 'Unit', '(Some 300)'), - # Map block on lists - ('list_map_block.tz', '{0}', '{}', '{}'), - ( - 'list_map_block.tz', - '{0}', - '{ 1 ; 1 ; 1 ; 1 }', - '{ 1 ; 2 ; 3 ; 4 }', - ), - ( - 'list_map_block.tz', - '{0}', - '{ 1 ; 2 ; 3 ; 0 }', - '{ 1 ; 3 ; 5 ; 3 }', - ), - ('emit.tz', 'Unit', 'Unit', 'Unit'), - # Reverse a list - ('reverse.tz', '{""}', '{}', '{}'), - ( - 'reverse.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Reverse using LOOP_LEFT - ('loop_left.tz', '{""}', '{}', '{}'), - ( - 'loop_left.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Identity on strings - ('str_id.tz', 'None', '"Hello"', '(Some "Hello")'), - ('str_id.tz', 'None', '"abcd"', '(Some "abcd")'), - # Slice strings - ('slice.tz', 'None', 'Pair 0 0', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 10 5', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 0 0', '(Some "")'), - ('slice.tz', 'Some "Foo"', 'Pair 0 10', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 0 2', '(Some "Fo")'), - ('slice.tz', 'Some "Foo"', 'Pair 1 3', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 1 1', '(Some "o")'), - # Stress-test the failure case of slice for a - # non-trivial gas consumption - ( - 'slice.tz', - 'Some' + '"' + 'Foo' * 2000 + '"', - 'Pair 1 10000', - 'None', - ), - # Slice bytes - ('slice_bytes.tz', 'None', 'Pair 0 1', 'None'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 0 0', '(Some 0x)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 0 1', '(Some 0xaa)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 1', '(Some 0xbb)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 2', '(Some 0xbbcc)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 3', 'None'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 1', '(Some 0xbb)'), - # Stress-test the failure case of slice for a - # non-trivial gas consumption - ( - 'slice_bytes.tz', - 'Some 0x' + 'aabbcc' * 2000, - 'Pair 1 10000', - 'None', - ), - # Identity on pairs - ( - 'pair_id.tz', - 'None', - '(Pair True False)', - '(Some (Pair True False))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair False True)', - '(Some (Pair False True))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair True True)', - '(Some (Pair True True))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair False False)', - '(Some (Pair False False))', - ), - # Tests CAR and CDR instructions - ('car.tz', '0', '(Pair 34 17)', '34'), - ('cdr.tz', '0', '(Pair 34 17)', '17'), - # Logical not - ('not.tz', 'None', 'True', '(Some False)'), - ('not.tz', 'None', 'False', '(Some True)'), - # Logical and - ('and.tz', 'None', '(Pair False False)', '(Some False)'), - ('and.tz', 'None', '(Pair False True)', '(Some False)'), - ('and.tz', 'None', '(Pair True False)', '(Some False)'), - ('and.tz', 'None', '(Pair True True)', '(Some True)'), - # Logical or - ('or.tz', 'None', '(Pair False False)', '(Some False)'), - ('or.tz', 'None', '(Pair False True)', '(Some True)'), - ('or.tz', 'None', '(Pair True False)', '(Some True)'), - ('or.tz', 'None', '(Pair True True)', '(Some True)'), - # Logical and - ('and_logical_1.tz', 'False', "(Pair False False)", 'False'), - ('and_logical_1.tz', 'False', "(Pair False True)", 'False'), - ('and_logical_1.tz', 'False', "(Pair True False)", 'False'), - ('and_logical_1.tz', 'False', "(Pair True True)", 'True'), - # Binary and - ('and_binary.tz', 'Unit', 'Unit', 'Unit'), - # Binary or - ('or_binary.tz', 'None', '(Pair 4 8)', '(Some 12)'), - ('or_binary.tz', 'None', '(Pair 0 8)', '(Some 8)'), - ('or_binary.tz', 'None', '(Pair 8 0)', '(Some 8)'), - ('or_binary.tz', 'None', '(Pair 15 4)', '(Some 15)'), - ('or_binary.tz', 'None', '(Pair 14 1)', '(Some 15)'), - ('or_binary.tz', 'None', '(Pair 7 7)', '(Some 7)'), - # Binary not - ('not_binary.tz', 'None', '(Left 0)', '(Some -1)'), - ('not_binary.tz', 'None', '(Left 8)', '(Some -9)'), - ('not_binary.tz', 'None', '(Left 7)', '(Some -8)'), - ('not_binary.tz', 'None', '(Left -9)', '(Some 8)'), - ('not_binary.tz', 'None', '(Left -8)', '(Some 7)'), - ('not_binary.tz', 'None', '(Right 0)', '(Some -1)'), - ('not_binary.tz', 'None', '(Right 8)', '(Some -9)'), - ('not_binary.tz', 'None', '(Right 7)', '(Some -8)'), - # XOR - ( - 'xor.tz', - 'None', - 'Left (Pair False False)', - '(Some (Left False))', - ), - ('xor.tz', 'None', 'Left (Pair False True)', '(Some (Left True))'), - ('xor.tz', 'None', 'Left (Pair True False)', '(Some (Left True))'), - ('xor.tz', 'None', 'Left (Pair True True)', '(Some (Left False))'), - ('xor.tz', 'None', 'Right (Pair 0 0)', '(Some (Right 0))'), - ('xor.tz', 'None', 'Right (Pair 0 1)', '(Some (Right 1))'), - ('xor.tz', 'None', 'Right (Pair 1 0)', '(Some (Right 1))'), - ('xor.tz', 'None', 'Right (Pair 1 1)', '(Some (Right 0))'), - ('xor.tz', 'None', 'Right (Pair 42 21)', '(Some (Right 63))'), - ('xor.tz', 'None', 'Right (Pair 42 63)', '(Some (Right 21))'), - # test shifts: LSL & LSR - ('shifts.tz', 'None', '(Left (Pair 8 1))', '(Some 16)'), - ('shifts.tz', 'None', '(Left (Pair 0 0))', '(Some 0)'), - ('shifts.tz', 'None', '(Left (Pair 0 1))', '(Some 0)'), - ('shifts.tz', 'None', '(Left (Pair 1 2))', '(Some 4)'), - ('shifts.tz', 'None', '(Left (Pair 15 2))', '(Some 60)'), - ('shifts.tz', 'None', '(Right (Pair 8 1))', '(Some 4)'), - ('shifts.tz', 'None', '(Right (Pair 0 0))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 0 1))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 1 2))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 15 2))', '(Some 3)'), - # Concatenate all strings of a list into one string - ('concat_list.tz', '""', '{ "a" ; "b" ; "c" }', '"abc"'), - ('concat_list.tz', '""', '{}', '""'), - ( - 'concat_list.tz', - '""', - '{ "Hello" ; " " ; "World" ; "!" }', - '"Hello World!"', - ), - # Concatenate the bytes in storage with all bytes in the given list - ('concat_hello_bytes.tz', '{}', '{ 0xcd }', '{ 0xffcd }'), - ('concat_hello_bytes.tz', '{}', '{}', '{}'), - ( - 'concat_hello_bytes.tz', - '{}', - '{ 0xab ; 0xcd }', - '{ 0xffab ; 0xffcd }', - ), - # Identity on lists - ( - 'list_id.tz', - '{""}', - '{ "1" ; "2" ; "3" }', - '{ "1" ; "2" ; "3" }', - ), - ('list_id.tz', '{""}', '{}', '{}'), - ( - 'list_id.tz', - '{""}', - '{ "a" ; "b" ; "c" }', - '{ "a" ; "b" ; "c" }', - ), - ( - 'list_id_map.tz', - '{""}', - '{ "1" ; "2" ; "3" }', - '{ "1" ; "2" ; "3" }', - ), - ('list_id_map.tz', '{""}', '{}', '{}'), - ( - 'list_id_map.tz', - '{""}', - '{ "a" ; "b" ; "c" }', - '{ "a" ; "b" ; "c" }', - ), - # Identity on maps - ('map_id.tz', '{}', '{ Elt 0 1 }', '{ Elt 0 1 }'), - ('map_id.tz', '{}', '{ Elt 0 0 }', '{ Elt 0 0 }'), - ( - 'map_id.tz', - '{}', - '{ Elt 0 0 ; Elt 3 4 }', - '{ Elt 0 0 ; Elt 3 4 }', - ), - # Memberships in maps - ( - 'map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair { Elt 0 1 } (Some False))', - ), - ('map_mem_nat.tz', '(Pair {} None)', '1', '(Pair {} (Some False))'), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair { Elt 1 0 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "foo" 1 } None)', - '"bar"', - '(Pair { Elt "foo" 1 } (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair {} None)', - '"bar"', - '(Pair {} (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "foo" 0 } None)', - '"foo"', - '(Pair { Elt "foo" 0 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"foo"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"bar"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"baz"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))', - ), - # Mapping over maps - ('map_map.tz', '{}', '10', '{}'), - ('map_map.tz', '{ Elt "foo" 1 }', '10', '{ Elt "foo" 11 }'), - ( - 'map_map.tz', - '{ Elt "bar" 5 ; Elt "foo" 1 }', - '15', - '{ Elt "bar" 20 ; Elt "foo" 16 }', - ), - # Memberships in big maps - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair {} None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "foo" 1 } None)', - '"bar"', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair {} None)', - '"bar"', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "foo" 0 } None)', - '"foo"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"foo"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"bar"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"baz"', - '(Pair 4 (Some False))', - ), - # Memberships in big maps - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair {} None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair 4 (Some False))', - ), - # Identity on sets - ('set_id.tz', '{}', '{ "a" ; "b" ; "c" }', '{ "a" ; "b" ; "c" }'), - ('set_id.tz', '{}', '{}', '{}'), - ('set_id.tz', '{}', '{ "asdf" ; "bcde" }', '{ "asdf" ; "bcde" }'), - # List concat - ('list_concat.tz', '"abc"', '{ "d" ; "e" ; "f" }', '"abcdef"'), - ('list_concat.tz', '"abc"', '{}', '"abc"'), - ( - 'list_concat_bytes.tz', - '0x00ab', - '{ 0xcd ; 0xef ; 0x00 }', - '0x00abcdef00', - ), - ( - 'list_concat_bytes.tz', - '0x', - '{ 0x00 ; 0x11 ; 0x00 }', - '0x001100', - ), - ('list_concat_bytes.tz', '0xabcd', '{}', '0xabcd'), - ('list_concat_bytes.tz', '0x', '{}', '0x'), - # List iter - ('list_iter.tz', '0', '{ 10 ; 2 ; 1 }', '20'), - ('list_iter.tz', '0', '{ 3 ; 6 ; 9 }', '162'), - # List size - ('list_size.tz', '111', '{}', '0'), - ('list_size.tz', '111', '{ 1 }', '1'), - ('list_size.tz', '111', '{ 1 ; 2 ; 3 }', '3'), - ('list_size.tz', '111', '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }', '6'), - # Set member -- set is in storage - ( - 'set_member.tz', - '(Pair {} None)', - '"Hi"', - '(Pair {} (Some False))', - ), - ( - 'set_member.tz', - '(Pair { "Hi" } None)', - '"Hi"', - '(Pair { "Hi" } (Some True))', - ), - ( - 'set_member.tz', - '(Pair { "Hello" ; "World" } None)', - '""', - '(Pair { "Hello" ; "World" } (Some False))', - ), - # Set size - ('set_size.tz', '111', '{}', '0'), - ('set_size.tz', '111', '{ 1 }', '1'), - ('set_size.tz', '111', '{ 1 ; 2 ; 3 }', '3'), - ('set_size.tz', '111', '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }', '6'), - # Set iter - ('set_iter.tz', '111', '{}', '0'), - ('set_iter.tz', '111', '{ 1 }', '1'), - ('set_iter.tz', '111', '{ -100 ; 1 ; 2 ; 3 }', '-94'), - # Map size - ('map_size.tz', '111', '{}', '0'), - ('map_size.tz', '111', '{ Elt "a" 1 }', '1'), - ( - 'map_size.tz', - '111', - '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }', - '3', - ), - ( - 'map_size.tz', - '111', - '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; \ - Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }', - '6', - ), - # Contains all elements -- does the second list contain - # all of the same elements as the first one? I'm ignoring - # element multiplicity - ('contains_all.tz', 'None', '(Pair {} {})', '(Some True)'), - ( - 'contains_all.tz', - 'None', - '(Pair { "c" } { "B" })', - '(Some False)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "A" } { "B" })', - '(Some False)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" } { "B" })', - '(Some True)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })', - '(Some True)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })', - '(Some True)', - ), - # Concatenate the string in storage with all strings in - # the given list - ('concat_hello.tz', '{}', '{ "World!" }', '{ "Hello World!" }'), - ('concat_hello.tz', '{}', '{}', '{}'), - ( - 'concat_hello.tz', - '{}', - '{ "test1" ; "test2" }', - '{ "Hello test1" ; "Hello test2" }', - ), - # Create an empty map and add a string to it - ('empty_map.tz', '{}', 'Unit', '{ Elt "hello" "world" }'), - # Get the value stored at the given key in the map - ( - 'get_map_value.tz', - '(Pair None { Elt "hello" "hi" })', - '"hello"', - '(Pair (Some "hi") { Elt "hello" "hi" })', - ), - ( - 'get_map_value.tz', - '(Pair None { Elt "hello" "hi" })', - '""', - '(Pair None { Elt "hello" "hi" })', - ), - ( - 'get_map_value.tz', - '(Pair None { Elt "1" "one" ; \ - Elt "2" "two" })', - '"1"', - '(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })', - ), - # Get and update the value stored at the given key in the map - ( - 'get_and_update_map.tz', - '(Pair None {})', - '"hello"', - '(Pair None {})', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 4) {})', - '"hello"', - '(Pair None { Elt "hello" 4 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "hello" 4 })', - '"hello"', - '(Pair (Some 4) {})', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 5) { Elt "hello" 4 })', - '"hello"', - '(Pair (Some 4) { Elt "hello" 5 })', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 5) { Elt "hello" 4 })', - '"hi"', - '(Pair None { Elt "hello" 4 ; Elt "hi" 5 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "1" 1 ; \ - Elt "2" 2 })', - '"1"', - '(Pair (Some 1) { Elt "2" 2 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "1" 1 ; \ - Elt "2" 2 })', - '"1"', - '(Pair (Some 1) { Elt "2" 2 })', - ), - # Map iter - ( - 'map_iter.tz', - '(Pair 0 0)', - '{ Elt 0 100 ; Elt 2 100 }', - '(Pair 2 200)', - ), - ( - 'map_iter.tz', - '(Pair 0 0)', - '{ Elt 1 1 ; Elt 2 100 }', - '(Pair 3 101)', - ), - # Return True if True branch of if was taken and False otherwise - ('if.tz', 'None', 'True', '(Some True)'), - ('if.tz', 'None', 'False', '(Some False)'), - # Generate a pair of or types - ('left_right.tz', '(Left "X")', '(Left True)', '(Right True)'), - ('left_right.tz', '(Left "X")', '(Right "a")', '(Left "a")'), - # Reverse a list - ('reverse_loop.tz', '{""}', '{}', '{}'), - ( - 'reverse_loop.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Exec concat contract - ('exec_concat.tz', '"?"', '""', '"_abc"'), - ('exec_concat.tz', '"?"', '"test"', '"test_abc"'), - # Get the current balance of the contract - ('balance.tz', '111', 'Unit', '4000000000000'), - # Get the current level of the block - # Test the produced variable annotation - ('level.tz', '111', 'Unit', '1'), - # Test addition and subtraction on tez - ( - 'tez_add_sub.tz', - 'None', - '(Pair 2000000 1000000)', - '(Some (Pair 3000000 1000000))', - ), - ( - 'tez_add_sub.tz', - 'None', - '(Pair 2310000 1010000)', - '(Some (Pair 3320000 1300000))', - ), - # Test various additions - ('add.tz', 'Unit', 'Unit', 'Unit'), - # Test ABS - ('abs.tz', 'Unit', '12039123919239192312931', 'Unit'), - ('abs.tz', 'Unit', '0', 'Unit'), - ('abs.tz', 'Unit', '948', 'Unit'), - # Test INT - ('int.tz', 'None', '0', '(Some 0)'), - ('int.tz', 'None', '1', '(Some 1)'), - ('int.tz', 'None', '9999', '(Some 9999)'), - # Test DIP - ('dip.tz', '(Pair 0 0)', '(Pair 15 9)', '(Pair 15 24)'), - ('dip.tz', '(Pair 0 0)', '(Pair 1 1)', '(Pair 1 2)'), - # Test get first element of list - ('first.tz', '111', '{ 1 ; 2 ; 3 ; 4 }', '1'), - ('first.tz', '111', '{ 4 }', '4'), - # Hash input string - # Test assumed to be correct -- hash is based on encoding of AST - ( - 'hash_string.tz', - '0x00', - '"abcdefg"', - '0x46fdbcb4ea4eadad5615c' - + 'daa17d67f783e01e21149ce2b27de497600b4cd8f4e', - ), - ( - 'hash_string.tz', - '0x00', - '"12345"', - '0xb4c26c20de52a4eaf0d8a34' - + '0db47ad8cb1e74049570859c9a9a3952b204c772f', - ), - # IF_SOME - ('if_some.tz', '"?"', '(Some "hello")', '"hello"'), - ('if_some.tz', '"?"', 'None', '""'), - # Tests the SET_CAR and SET_CDR instructions - ('set_car.tz', '(Pair "hello" 0)', '"world"', '(Pair "world" 0)'), - ('set_car.tz', '(Pair "hello" 0)', '"abc"', '(Pair "abc" 0)'), - ('set_car.tz', '(Pair "hello" 0)', '""', '(Pair "" 0)'), - ('set_cdr.tz', '(Pair "hello" 0)', '1', '(Pair "hello" 1)'), - ('set_cdr.tz', '(Pair "hello" 500)', '3', '(Pair "hello" 3)'), - ('set_cdr.tz', '(Pair "hello" 7)', '100', '(Pair "hello" 100)'), - # Convert a public key to a public key hash - ( - 'hash_key.tz', - 'None', - '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"', - '(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")', - ), - ( - 'hash_key.tz', - 'None', - '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"', - '(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")', - ), - # Test timestamp operations - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair 100 100)', - '(Some "1970-01-01T00:03:20Z")', - ), - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair 100 -100)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair "1970-01-01T00:00:00Z" 0)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair 100 100)', - '(Some "1970-01-01T00:03:20Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair -100 100)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair 0 "1970-01-01T00:00:00Z")', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 100)', - '"1970-01-01T00:00:00Z"', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 -100)', - '"1970-01-01T00:03:20Z"', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 2000000000000000000)', - '-1999999999999999900', - ), - ('diff_timestamps.tz', '111', '(Pair 0 0)', '0'), - ('diff_timestamps.tz', '111', '(Pair 0 1)', '-1'), - ('diff_timestamps.tz', '111', '(Pair 1 0)', '1'), - ( - 'diff_timestamps.tz', - '111', - '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")', - '200', - ), - # Test pack/unpack - ( - 'packunpack_rev.tz', - 'Unit', - '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 ' - + '(Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" ' - + '(Pair "2019-09-09T08:35:33Z" ' - + '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))', - 'Unit', - ), - ( - 'packunpack_rev.tz', - 'Unit', - '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 ' - + '(Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" ' - + '(Pair "2019-09-09T08:35:33Z" ' - + '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))', - 'Unit', - ), - ( - 'packunpack_rev_cty.tz', - 'Unit', - '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9' - + 'sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAv' - + 'dxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8' - + 'V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmN' - + 'eEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5' - + 'CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair' - + ' { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnz' - + 'ENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; El' - + 't 1 "bar" } { PACK } )))))))))', - 'Unit', - ), - ( - 'packunpack_rev_cty.tz', - 'Unit', - '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9' - + 'sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAv' - + 'dxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8' - + 'V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair {' - + ' } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:' - + '35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))', - 'Unit', - ), - # Test EDIV on nat and int - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair 10 -3)', - '(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) ' - + '(Some (Pair -3 1)) (Some (Pair 3 1)))', - ), - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair 10 0)', - '(Pair None None None None)', - ), - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair -8 2)', - '(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) ' - + '(Some (Pair 4 0)) (Some (Pair 4 0)))', - ), - # Test EDIV on mutez - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 10))', - '(Left (Some (Pair 1 0)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 3))', - '(Left (Some (Pair 3 1)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 0))', - '(Left None)', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 10))', - '(Right (Some (Pair 1 0)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 3))', - '(Right (Some (Pair 3 1)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 0))', - '(Right None)', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 5 (Right 10))', - '(Right (Some (Pair 0 5)))', - ), - # Test compare - ('compare.tz', 'Unit', 'Unit', 'Unit'), - # Test comparison combinators: - # GT, GE, LT, LE, NEQ, EQ - ( - 'comparisons.tz', - '{}', - '{ -9999999; -1 ; 0 ; 1 ; 9999999 }', - '{ ' + '{ False ; False ; False ; True ; True } ;' - "\n" - ' { False ; False ; True ; True ; True } ;' - "\n" - ' { True ; True ; False ; False ; False } ;' - "\n" - ' { True ; True ; True ; False ; False } ;' - "\n" - ' { True ; True ; False ; True ; True } ;' - "\n" - ' { False ; False ; True ; False ; False }' - ' }', - ), - # Test ADDRESS - ( - 'address.tz', - 'None', - '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"', - '(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")', - ), - # Test (CONTRACT unit) - ( - 'contract.tz', - 'Unit', - '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"', - 'Unit', - ), - # Test create_contract - ( - 'create_contract.tz', - 'None', - 'Unit', - '(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")', - ), - # Test multiplication - success case (no overflow) - # Failure case is tested in m̀ul_overflow.tz - ('mul.tz', 'Unit', 'Unit', 'Unit'), - # Test NEG - ('neg.tz', '0', '(Left 2)', '-2'), - ('neg.tz', '0', '(Right 2)', '-2'), - ('neg.tz', '0', '(Left 0)', '0'), - ('neg.tz', '0', '(Right 0)', '0'), - ('neg.tz', '0', '(Left -2)', '2'), - # Test DIGN, DUGN, DROPN, DIPN - ('dign.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '5'), - ('dugn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '1'), - ('dropn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '5'), - ('dipn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '6'), - # Test DIGN 17 times. - ( - 'dig_eq.tz', - 'Unit', - '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12' - + ' (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (P' - + 'air 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))', - 'Unit', - ), - ( - 'dig_eq.tz', - 'Unit', - '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (' - + 'Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pa' - + 'ir 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))', - 'Unit', - ), - # Test Partial Exec - ('pexec.tz', '14', '38', '52'), - ('pexec_2.tz', "{ 0 ; 1 ; 2 ; 3}", '4', "{ 0 ; 7 ; 14 ; 21 }"), - # Test CHAIN_ID - ('chain_id_store.tz', 'None', 'Unit', '(Some "NetXdQprcVkpaWU")'), - ( - 'chain_id_store.tz', - '(Some 0x7a06a770)', - 'Unit', - '(Some "NetXdQprcVkpaWU")', - ), - ( - 'chain_id_store.tz', - '(Some "NetXdQprcVkpaWU")', - 'Unit', - '(Some "NetXdQprcVkpaWU")', - ), - # Test SELF - ('self_with_entrypoint.tz', 'Unit', 'Left (Left 0)', 'Unit'), - ('self_with_default_entrypoint.tz', 'Unit', 'Unit', 'Unit'), - # Test SELF_ADDRESS - ('self_address.tz', 'Unit', 'Unit', 'Unit'), - # Test UNPAIR - ('unpair.tz', 'Unit', 'Unit', 'Unit'), - # Test VOTING_POWER - ( - 'voting_power.tz', - '(Pair 0 0)', - f'"{PUBLIC_KEY}"', - '(Pair 4000000000000 20000000000000)', - ), - # Test KECCAK - ( - 'keccak.tz', - 'None', - f'0x{b"Hello, world!".hex()}', - '(Some 0xb6e16d27ac5ab427a7f68900ac5559ce2' - + '72dc6c37c82b3e052246c82244c50e4)', - ), - # Test SHA3 - ( - 'sha3.tz', - 'None', - f'0x{b"Hello, world!".hex()}', - '(Some 0xf345a219da005ebe9c1a1eaad97bbf38' - + 'a10c8473e41d0af7fb617caa0c6aa722)', - ), - # Test COMBs - ('comb.tz', '(Pair 0 0 0)', 'Unit', '(Pair 1 2 3)'), - ('uncomb.tz', '0', '(Pair 1 4 2)', '142'), - ('comb-get.tz', 'Unit', '(Pair 1 4 2 Unit)', 'Unit'), - ('comb-set.tz', '(Pair 1 4 2 Unit)', 'Unit', '(Pair 2 12 8 Unit)'), - ( - 'comb-set-2.tz', - 'None', - '(Pair 1 4 2 Unit)', - '(Some (Pair 2 4 "toto" 0x01))', - ), - # Test DUP n - ('dup-n.tz', 'Unit', 'Unit', 'Unit'), - # Test Sapling - ('sapling_empty_state.tz', '{}', 'Unit', '0'), - # Test building Fr element from nat. - # The initial storage is dropped then any value is valid. - # Random values can be generated using the following OCaml program. - # let r = Bls12_381.Fr.(random ()) in - # let x = Bls12_381.Fr.random () in - # Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) - # (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - # The natural is 1 in Fr. - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_fr_z_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test with (positive and negative) integers. - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_fr_z_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-1', - '0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953' - + 'a7ed73', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-42', - '0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a' - + '7ed73', - ), - # Test building Fr element from nat. - # The initial storage is dropped then any value is valid. - # Random values can be generated using the following OCaml program. - # let r = Bls12_381.Fr.(random ()) in - # let x = Bls12_381.Fr.random () in - # Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) - # (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - # The natural is 1 in Fr. - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_z_fr_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test with (positive and negative) integers. - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-1', - '0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953' - + 'a7ed73', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-42', - '0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a' - + '7ed73', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_z_fr_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test Fr bytes can be pushed without being padded - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x00 0x00', - '(Some 0x000000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x01 0x00', - '(Some 0x010000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x010000 0x00', - '(Some 0x010000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x010000 0x010000', - '(Some 0x020000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'bls12_381_fr_push_bytes_not_padded.tz', - 'None', - 'Unit', - '(Some 0x000000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'bls12_381_fr_push_nat.tz', - 'None', - 'Unit', - '(Some 0x100000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ('bls12_381_fr_to_int.tz', '0', '0x00', '0'), - ('bls12_381_fr_to_int.tz', '0', '0x01', '1'), - # Generated using - # let r = Bls12_381.Fr.(random ()) in - # Printf.printf "%s = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes r)))) - ( - 'bls12_381_fr_to_int.tz', - '0', - '0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9' - + 'af16c27', - '1783268807701357777652478449446472851821391321341286660405373' - + '5695200962927400', - ), - ( - 'bls12_381_fr_to_int.tz', - '0', - '0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c' - + '0b0719', - '1132026582925658583078152196614952946047676740821044523890286' - + '9222031333517497', - ), - # Mutez -> Fr - ( - 'mutez_to_bls12_381_fr.tz', - '0x02', - '16', - '0x100000000000000000000000000000000000000000000000000000000' - + '0000000', - ), - # # would fail if trying to PACK mutez and UNPACK to Fr - ( - 'mutez_to_bls12_381_fr.tz', - '0x00', - '257', - '0x010100000000000000000000000000000000000000000000000000000' - + '0000000', - ), - # Fr -> Mutez - ('bls12_381_fr_to_mutez.tz', '0', '0x10', '16'), - ], - ) - def test_contract_input_output( - self, - client_regtest: ClientRegression, - contract: str, - param: str, - storage: str, - expected: str, - ): - client = client_regtest - assert contract.endswith( - '.tz' - ), "test contract should have .tz extension" - contract = path.join(OPCODES_CONTRACT_PATH, contract) - run_script_res = client.run_script( - contract, param, storage, trace_stack=True - ) - assert run_script_res.storage == expected - @pytest.mark.parametrize("balance", [0, 0.000001, 0.5, 1, 5, 1000, 8e12]) def test_balance(self, client_regtest: ClientRegression, balance: float): client = client_regtest diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out deleted file mode 100644 index da6ed45eadcbb5dbe0543ed2f6097e504e7701b1..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out +++ /dev/null @@ -1,43 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (Some False))1] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[0] to 1 -trace - - location: 12 (remaining gas: 1039989.157 units remaining) - [ (Pair 1 { Elt 0 1 } None) ] - - location: 12 (remaining gas: 1039989.147 units remaining) - [ 1 - (Pair { Elt 0 1 } None) ] - - location: 13 (remaining gas: 1039989.147 units remaining) - [ (Pair { Elt 0 1 } None) ] - - location: 15 (remaining gas: 1039989.137 units remaining) - [ { Elt 0 1 } ] - - location: 16 (remaining gas: 1039989.127 units remaining) - [ { Elt 0 1 } - { Elt 0 1 } ] - - location: 13 (remaining gas: 1039989.102 units remaining) - [ 1 - { Elt 0 1 } - { Elt 0 1 } ] - - location: 17 (remaining gas: 1039988.380 units remaining) - [ False - { Elt 0 1 } ] - - location: 18 (remaining gas: 1039988.370 units remaining) - [ (Some False) - { Elt 0 1 } ] - - location: 19 (remaining gas: 1039988.360 units remaining) - [ { Elt 0 1 } - (Some False) ] - - location: 20 (remaining gas: 1039988.350 units remaining) - [ (Pair { Elt 0 1 } (Some False)) ] - - location: 21 (remaining gas: 1039988.340 units remaining) - [ {} - (Pair { Elt 0 1 } (Some False)) ] - - location: 23 (remaining gas: 1039988.330 units remaining) - [ (Pair {} { Elt 0 1 } (Some False)) ] - diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out deleted file mode 100644 index 48e67e1ed4cd3f22e08c8308c36de711119d7602..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out +++ /dev/null @@ -1,43 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (Some True))1] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 0 -trace - - location: 12 (remaining gas: 1039989.132 units remaining) - [ (Pair 1 { Elt 1 0 } None) ] - - location: 12 (remaining gas: 1039989.122 units remaining) - [ 1 - (Pair { Elt 1 0 } None) ] - - location: 13 (remaining gas: 1039989.122 units remaining) - [ (Pair { Elt 1 0 } None) ] - - location: 15 (remaining gas: 1039989.112 units remaining) - [ { Elt 1 0 } ] - - location: 16 (remaining gas: 1039989.102 units remaining) - [ { Elt 1 0 } - { Elt 1 0 } ] - - location: 13 (remaining gas: 1039989.077 units remaining) - [ 1 - { Elt 1 0 } - { Elt 1 0 } ] - - location: 17 (remaining gas: 1039988.355 units remaining) - [ True - { Elt 1 0 } ] - - location: 18 (remaining gas: 1039988.345 units remaining) - [ (Some True) - { Elt 1 0 } ] - - location: 19 (remaining gas: 1039988.335 units remaining) - [ { Elt 1 0 } - (Some True) ] - - location: 20 (remaining gas: 1039988.325 units remaining) - [ (Pair { Elt 1 0 } (Some True)) ] - - location: 21 (remaining gas: 1039988.315 units remaining) - [ {} - (Pair { Elt 1 0 } (Some True)) ] - - location: 23 (remaining gas: 1039988.305 units remaining) - [ (Pair {} { Elt 1 0 } (Some True)) ] - diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out deleted file mode 100644 index fd1c6aa2e568c273ee31df6f6f5b3ce5a75f1f5b..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair 4 (Some True))1] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (remaining gas: 1039988.162 units remaining) - [ (Pair 1 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (remaining gas: 1039988.152 units remaining) - [ 1 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (remaining gas: 1039988.152 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (remaining gas: 1039988.142 units remaining) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (remaining gas: 1039988.132 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (remaining gas: 1039988.107 units remaining) - [ 1 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (remaining gas: 1039987.384 units remaining) - [ True - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (remaining gas: 1039987.374 units remaining) - [ (Some True) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (remaining gas: 1039987.364 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - (Some True) ] - - location: 20 (remaining gas: 1039987.354 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 21 (remaining gas: 1039987.344 units remaining) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 23 (remaining gas: 1039987.334 units remaining) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some True)) ] - diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out deleted file mode 100644 index bfc4d8535bbffa9590fa37928e9ad05db427a4d8..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair 4 (Some True))0] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (remaining gas: 1039988.162 units remaining) - [ (Pair 2 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (remaining gas: 1039988.152 units remaining) - [ 2 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (remaining gas: 1039988.152 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (remaining gas: 1039988.142 units remaining) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (remaining gas: 1039988.132 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (remaining gas: 1039988.107 units remaining) - [ 2 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (remaining gas: 1039987.384 units remaining) - [ True - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (remaining gas: 1039987.374 units remaining) - [ (Some True) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (remaining gas: 1039987.364 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - (Some True) ] - - location: 20 (remaining gas: 1039987.354 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 21 (remaining gas: 1039987.344 units remaining) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 23 (remaining gas: 1039987.334 units remaining) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some True)) ] - diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out deleted file mode 100644 index eb7092fa80d697bf49a886e30f33940b0753804d..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair 4 (Some False))0] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (remaining gas: 1039988.162 units remaining) - [ (Pair 3 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (remaining gas: 1039988.152 units remaining) - [ 3 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (remaining gas: 1039988.152 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (remaining gas: 1039988.142 units remaining) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (remaining gas: 1039988.132 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (remaining gas: 1039988.107 units remaining) - [ 3 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (remaining gas: 1039987.384 units remaining) - [ False - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (remaining gas: 1039987.374 units remaining) - [ (Some False) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (remaining gas: 1039987.364 units remaining) - [ { Elt 1 4 ; Elt 2 11 } - (Some False) ] - - location: 20 (remaining gas: 1039987.354 units remaining) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) ] - - location: 21 (remaining gas: 1039987.344 units remaining) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) ] - - location: 23 (remaining gas: 1039987.334 units remaining) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some False)) ] - diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out deleted file mode 100644 index 7a7f3659c4f969fdeae48f7eadc940eacc68929b..0000000000000000000000000000000000000000 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out +++ /dev/null @@ -1,42 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) -trace - - location: 12 (remaining gas: 1039990.064 units remaining) - [ (Pair 1 {} None) ] - - location: 12 (remaining gas: 1039990.054 units remaining) - [ 1 - (Pair {} None) ] - - location: 13 (remaining gas: 1039990.054 units remaining) - [ (Pair {} None) ] - - location: 15 (remaining gas: 1039990.044 units remaining) - [ {} ] - - location: 16 (remaining gas: 1039990.034 units remaining) - [ {} - {} ] - - location: 13 (remaining gas: 1039990.009 units remaining) - [ 1 - {} - {} ] - - location: 17 (remaining gas: 1039989.289 units remaining) - [ False - {} ] - - location: 18 (remaining gas: 1039989.279 units remaining) - [ (Some False) - {} ] - - location: 19 (remaining gas: 1039989.269 units remaining) - [ {} - (Some False) ] - - location: 20 (remaining gas: 1039989.259 units remaining) - [ (Pair {} (Some False)) ] - - location: 21 (remaining gas: 1039989.249 units remaining) - [ {} - (Pair {} (Some False)) ] - - location: 23 (remaining gas: 1039989.239 units remaining) - [ (Pair {} {} (Some False)) ] - diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" "b/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" deleted file mode 100644 index 31efa2b6c7f6a1aad7204cbe78c5d3796f2366a8..0000000000000000000000000000000000000000 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" +++ /dev/null @@ -1,23 +0,0 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some "NetXdQprcVkpaWU")-Unit-(Some "NetXdQprcVkpaWU")] - -storage - (Some "NetXdQprcVkpaWU") -emitted operations - -big_map diff - -trace - - location: 8 (remaining gas: 1039993.247 units remaining) - [ (Pair Unit (Some "NetXdQprcVkpaWU")) ] - - location: 8 (remaining gas: 1039993.237 units remaining) - [ ] - - location: 9 (remaining gas: 1039993.222 units remaining) - [ "NetXdQprcVkpaWU" ] - - location: 10 (remaining gas: 1039993.212 units remaining) - [ (Some "NetXdQprcVkpaWU") ] - - location: 11 (remaining gas: 1039993.202 units remaining) - [ {} - (Some "NetXdQprcVkpaWU") ] - - location: 13 (remaining gas: 1039993.192 units remaining) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] - diff --git a/tests_python/tests_015/test_contract_opcodes.py b/tests_python/tests_015/test_contract_opcodes.py index b4864f6e99a2c950853cc2f2525cb87ce7c384ab..7d8d784d5f41dfdcc7140f327ceb046f27d59122 100644 --- a/tests_python/tests_015/test_contract_opcodes.py +++ b/tests_python/tests_015/test_contract_opcodes.py @@ -21,1455 +21,6 @@ PUBLIC_KEY = IDENTITIES['bootstrap1']['public'] class TestContractOpcodes: """Tests for individual opcodes that do not require origination.""" - @pytest.mark.parametrize( - "contract,param,storage,expected", - [ # FORMAT: assert_output contract_file storage input expected_result - # TODO add tests for map_car.tz, subset.tz - # NB: noop.tz is tested in test_basic.sh - ('cons.tz', '{}', '10', '{ 10 }'), - ('cons.tz', '{ 10 }', '-5', '{ -5 ; 10 }'), - ('cons.tz', '{ -5 ; 10 }', '99', '{ 99 ; -5 ; 10 }'), - # Tests on Options - ('none.tz', 'Some 10', 'Unit', 'None'), - ('ret_int.tz', 'None', 'Unit', '(Some 300)'), - # Map block on lists - ('list_map_block.tz', '{0}', '{}', '{}'), - ( - 'list_map_block.tz', - '{0}', - '{ 1 ; 1 ; 1 ; 1 }', - '{ 1 ; 2 ; 3 ; 4 }', - ), - ( - 'list_map_block.tz', - '{0}', - '{ 1 ; 2 ; 3 ; 0 }', - '{ 1 ; 3 ; 5 ; 3 }', - ), - ('emit.tz', 'Unit', 'Unit', 'Unit'), - # Reverse a list - ('reverse.tz', '{""}', '{}', '{}'), - ( - 'reverse.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Reverse using LOOP_LEFT - ('loop_left.tz', '{""}', '{}', '{}'), - ( - 'loop_left.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Identity on strings - ('str_id.tz', 'None', '"Hello"', '(Some "Hello")'), - ('str_id.tz', 'None', '"abcd"', '(Some "abcd")'), - # Slice strings - ('slice.tz', 'None', 'Pair 0 0', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 10 5', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 0 0', '(Some "")'), - ('slice.tz', 'Some "Foo"', 'Pair 0 10', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 0 2', '(Some "Fo")'), - ('slice.tz', 'Some "Foo"', 'Pair 1 3', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 1 1', '(Some "o")'), - # Stress-test the failure case of slice for a - # non-trivial gas consumption - ( - 'slice.tz', - 'Some' + '"' + 'Foo' * 2000 + '"', - 'Pair 1 10000', - 'None', - ), - # Slice bytes - ('slice_bytes.tz', 'None', 'Pair 0 1', 'None'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 0 0', '(Some 0x)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 0 1', '(Some 0xaa)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 1', '(Some 0xbb)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 2', '(Some 0xbbcc)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 3', 'None'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 1', '(Some 0xbb)'), - # Stress-test the failure case of slice for a - # non-trivial gas consumption - ( - 'slice_bytes.tz', - 'Some 0x' + 'aabbcc' * 2000, - 'Pair 1 10000', - 'None', - ), - # Identity on pairs - ( - 'pair_id.tz', - 'None', - '(Pair True False)', - '(Some (Pair True False))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair False True)', - '(Some (Pair False True))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair True True)', - '(Some (Pair True True))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair False False)', - '(Some (Pair False False))', - ), - # Tests CAR and CDR instructions - ('car.tz', '0', '(Pair 34 17)', '34'), - ('cdr.tz', '0', '(Pair 34 17)', '17'), - # Logical not - ('not.tz', 'None', 'True', '(Some False)'), - ('not.tz', 'None', 'False', '(Some True)'), - # Logical and - ('and.tz', 'None', '(Pair False False)', '(Some False)'), - ('and.tz', 'None', '(Pair False True)', '(Some False)'), - ('and.tz', 'None', '(Pair True False)', '(Some False)'), - ('and.tz', 'None', '(Pair True True)', '(Some True)'), - # Logical or - ('or.tz', 'None', '(Pair False False)', '(Some False)'), - ('or.tz', 'None', '(Pair False True)', '(Some True)'), - ('or.tz', 'None', '(Pair True False)', '(Some True)'), - ('or.tz', 'None', '(Pair True True)', '(Some True)'), - # Logical and - ('and_logical_1.tz', 'False', "(Pair False False)", 'False'), - ('and_logical_1.tz', 'False', "(Pair False True)", 'False'), - ('and_logical_1.tz', 'False', "(Pair True False)", 'False'), - ('and_logical_1.tz', 'False', "(Pair True True)", 'True'), - # Binary and - ('and_binary.tz', 'Unit', 'Unit', 'Unit'), - # Binary or - ('or_binary.tz', 'None', '(Pair 4 8)', '(Some 12)'), - ('or_binary.tz', 'None', '(Pair 0 8)', '(Some 8)'), - ('or_binary.tz', 'None', '(Pair 8 0)', '(Some 8)'), - ('or_binary.tz', 'None', '(Pair 15 4)', '(Some 15)'), - ('or_binary.tz', 'None', '(Pair 14 1)', '(Some 15)'), - ('or_binary.tz', 'None', '(Pair 7 7)', '(Some 7)'), - # Binary not - ('not_binary.tz', 'None', '(Left 0)', '(Some -1)'), - ('not_binary.tz', 'None', '(Left 8)', '(Some -9)'), - ('not_binary.tz', 'None', '(Left 7)', '(Some -8)'), - ('not_binary.tz', 'None', '(Left -9)', '(Some 8)'), - ('not_binary.tz', 'None', '(Left -8)', '(Some 7)'), - ('not_binary.tz', 'None', '(Right 0)', '(Some -1)'), - ('not_binary.tz', 'None', '(Right 8)', '(Some -9)'), - ('not_binary.tz', 'None', '(Right 7)', '(Some -8)'), - # XOR - ( - 'xor.tz', - 'None', - 'Left (Pair False False)', - '(Some (Left False))', - ), - ('xor.tz', 'None', 'Left (Pair False True)', '(Some (Left True))'), - ('xor.tz', 'None', 'Left (Pair True False)', '(Some (Left True))'), - ('xor.tz', 'None', 'Left (Pair True True)', '(Some (Left False))'), - ('xor.tz', 'None', 'Right (Pair 0 0)', '(Some (Right 0))'), - ('xor.tz', 'None', 'Right (Pair 0 1)', '(Some (Right 1))'), - ('xor.tz', 'None', 'Right (Pair 1 0)', '(Some (Right 1))'), - ('xor.tz', 'None', 'Right (Pair 1 1)', '(Some (Right 0))'), - ('xor.tz', 'None', 'Right (Pair 42 21)', '(Some (Right 63))'), - ('xor.tz', 'None', 'Right (Pair 42 63)', '(Some (Right 21))'), - # test shifts: LSL & LSR - ('shifts.tz', 'None', '(Left (Pair 8 1))', '(Some 16)'), - ('shifts.tz', 'None', '(Left (Pair 0 0))', '(Some 0)'), - ('shifts.tz', 'None', '(Left (Pair 0 1))', '(Some 0)'), - ('shifts.tz', 'None', '(Left (Pair 1 2))', '(Some 4)'), - ('shifts.tz', 'None', '(Left (Pair 15 2))', '(Some 60)'), - ('shifts.tz', 'None', '(Right (Pair 8 1))', '(Some 4)'), - ('shifts.tz', 'None', '(Right (Pair 0 0))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 0 1))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 1 2))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 15 2))', '(Some 3)'), - # Concatenate all strings of a list into one string - ('concat_list.tz', '""', '{ "a" ; "b" ; "c" }', '"abc"'), - ('concat_list.tz', '""', '{}', '""'), - ( - 'concat_list.tz', - '""', - '{ "Hello" ; " " ; "World" ; "!" }', - '"Hello World!"', - ), - # Concatenate the bytes in storage with all bytes in the given list - ('concat_hello_bytes.tz', '{}', '{ 0xcd }', '{ 0xffcd }'), - ('concat_hello_bytes.tz', '{}', '{}', '{}'), - ( - 'concat_hello_bytes.tz', - '{}', - '{ 0xab ; 0xcd }', - '{ 0xffab ; 0xffcd }', - ), - # Identity on lists - ( - 'list_id.tz', - '{""}', - '{ "1" ; "2" ; "3" }', - '{ "1" ; "2" ; "3" }', - ), - ('list_id.tz', '{""}', '{}', '{}'), - ( - 'list_id.tz', - '{""}', - '{ "a" ; "b" ; "c" }', - '{ "a" ; "b" ; "c" }', - ), - ( - 'list_id_map.tz', - '{""}', - '{ "1" ; "2" ; "3" }', - '{ "1" ; "2" ; "3" }', - ), - ('list_id_map.tz', '{""}', '{}', '{}'), - ( - 'list_id_map.tz', - '{""}', - '{ "a" ; "b" ; "c" }', - '{ "a" ; "b" ; "c" }', - ), - # Identity on maps - ('map_id.tz', '{}', '{ Elt 0 1 }', '{ Elt 0 1 }'), - ('map_id.tz', '{}', '{ Elt 0 0 }', '{ Elt 0 0 }'), - ( - 'map_id.tz', - '{}', - '{ Elt 0 0 ; Elt 3 4 }', - '{ Elt 0 0 ; Elt 3 4 }', - ), - # Memberships in maps - ( - 'map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair { Elt 0 1 } (Some False))', - ), - ('map_mem_nat.tz', '(Pair {} None)', '1', '(Pair {} (Some False))'), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair { Elt 1 0 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "foo" 1 } None)', - '"bar"', - '(Pair { Elt "foo" 1 } (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair {} None)', - '"bar"', - '(Pair {} (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "foo" 0 } None)', - '"foo"', - '(Pair { Elt "foo" 0 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"foo"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"bar"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"baz"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))', - ), - # Mapping over maps - ('map_map.tz', '{}', '10', '{}'), - ('map_map.tz', '{ Elt "foo" 1 }', '10', '{ Elt "foo" 11 }'), - ( - 'map_map.tz', - '{ Elt "bar" 5 ; Elt "foo" 1 }', - '15', - '{ Elt "bar" 20 ; Elt "foo" 16 }', - ), - # Memberships in big maps - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair {} None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "foo" 1 } None)', - '"bar"', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair {} None)', - '"bar"', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "foo" 0 } None)', - '"foo"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"foo"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"bar"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"baz"', - '(Pair 4 (Some False))', - ), - # Memberships in big maps - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair {} None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair 4 (Some False))', - ), - # Identity on sets - ('set_id.tz', '{}', '{ "a" ; "b" ; "c" }', '{ "a" ; "b" ; "c" }'), - ('set_id.tz', '{}', '{}', '{}'), - ('set_id.tz', '{}', '{ "asdf" ; "bcde" }', '{ "asdf" ; "bcde" }'), - # List concat - ('list_concat.tz', '"abc"', '{ "d" ; "e" ; "f" }', '"abcdef"'), - ('list_concat.tz', '"abc"', '{}', '"abc"'), - ( - 'list_concat_bytes.tz', - '0x00ab', - '{ 0xcd ; 0xef ; 0x00 }', - '0x00abcdef00', - ), - ( - 'list_concat_bytes.tz', - '0x', - '{ 0x00 ; 0x11 ; 0x00 }', - '0x001100', - ), - ('list_concat_bytes.tz', '0xabcd', '{}', '0xabcd'), - ('list_concat_bytes.tz', '0x', '{}', '0x'), - # List iter - ('list_iter.tz', '0', '{ 10 ; 2 ; 1 }', '20'), - ('list_iter.tz', '0', '{ 3 ; 6 ; 9 }', '162'), - # List size - ('list_size.tz', '111', '{}', '0'), - ('list_size.tz', '111', '{ 1 }', '1'), - ('list_size.tz', '111', '{ 1 ; 2 ; 3 }', '3'), - ('list_size.tz', '111', '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }', '6'), - # Set member -- set is in storage - ( - 'set_member.tz', - '(Pair {} None)', - '"Hi"', - '(Pair {} (Some False))', - ), - ( - 'set_member.tz', - '(Pair { "Hi" } None)', - '"Hi"', - '(Pair { "Hi" } (Some True))', - ), - ( - 'set_member.tz', - '(Pair { "Hello" ; "World" } None)', - '""', - '(Pair { "Hello" ; "World" } (Some False))', - ), - # Set size - ('set_size.tz', '111', '{}', '0'), - ('set_size.tz', '111', '{ 1 }', '1'), - ('set_size.tz', '111', '{ 1 ; 2 ; 3 }', '3'), - ('set_size.tz', '111', '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }', '6'), - # Set iter - ('set_iter.tz', '111', '{}', '0'), - ('set_iter.tz', '111', '{ 1 }', '1'), - ('set_iter.tz', '111', '{ -100 ; 1 ; 2 ; 3 }', '-94'), - # Map size - ('map_size.tz', '111', '{}', '0'), - ('map_size.tz', '111', '{ Elt "a" 1 }', '1'), - ( - 'map_size.tz', - '111', - '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }', - '3', - ), - ( - 'map_size.tz', - '111', - '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; \ - Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }', - '6', - ), - # Contains all elements -- does the second list contain - # all of the same elements as the first one? I'm ignoring - # element multiplicity - ('contains_all.tz', 'None', '(Pair {} {})', '(Some True)'), - ( - 'contains_all.tz', - 'None', - '(Pair { "c" } { "B" })', - '(Some False)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "A" } { "B" })', - '(Some False)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" } { "B" })', - '(Some True)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })', - '(Some True)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })', - '(Some True)', - ), - # Concatenate the string in storage with all strings in - # the given list - ('concat_hello.tz', '{}', '{ "World!" }', '{ "Hello World!" }'), - ('concat_hello.tz', '{}', '{}', '{}'), - ( - 'concat_hello.tz', - '{}', - '{ "test1" ; "test2" }', - '{ "Hello test1" ; "Hello test2" }', - ), - # Create an empty map and add a string to it - ('empty_map.tz', '{}', 'Unit', '{ Elt "hello" "world" }'), - # Get the value stored at the given key in the map - ( - 'get_map_value.tz', - '(Pair None { Elt "hello" "hi" })', - '"hello"', - '(Pair (Some "hi") { Elt "hello" "hi" })', - ), - ( - 'get_map_value.tz', - '(Pair None { Elt "hello" "hi" })', - '""', - '(Pair None { Elt "hello" "hi" })', - ), - ( - 'get_map_value.tz', - '(Pair None { Elt "1" "one" ; \ - Elt "2" "two" })', - '"1"', - '(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })', - ), - # Get and update the value stored at the given key in the map - ( - 'get_and_update_map.tz', - '(Pair None {})', - '"hello"', - '(Pair None {})', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 4) {})', - '"hello"', - '(Pair None { Elt "hello" 4 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "hello" 4 })', - '"hello"', - '(Pair (Some 4) {})', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 5) { Elt "hello" 4 })', - '"hello"', - '(Pair (Some 4) { Elt "hello" 5 })', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 5) { Elt "hello" 4 })', - '"hi"', - '(Pair None { Elt "hello" 4 ; Elt "hi" 5 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "1" 1 ; \ - Elt "2" 2 })', - '"1"', - '(Pair (Some 1) { Elt "2" 2 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "1" 1 ; \ - Elt "2" 2 })', - '"1"', - '(Pair (Some 1) { Elt "2" 2 })', - ), - # Map iter - ( - 'map_iter.tz', - '(Pair 0 0)', - '{ Elt 0 100 ; Elt 2 100 }', - '(Pair 2 200)', - ), - ( - 'map_iter.tz', - '(Pair 0 0)', - '{ Elt 1 1 ; Elt 2 100 }', - '(Pair 3 101)', - ), - # Return True if True branch of if was taken and False otherwise - ('if.tz', 'None', 'True', '(Some True)'), - ('if.tz', 'None', 'False', '(Some False)'), - # Generate a pair of or types - ('left_right.tz', '(Left "X")', '(Left True)', '(Right True)'), - ('left_right.tz', '(Left "X")', '(Right "a")', '(Left "a")'), - # Reverse a list - ('reverse_loop.tz', '{""}', '{}', '{}'), - ( - 'reverse_loop.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Exec concat contract - ('exec_concat.tz', '"?"', '""', '"_abc"'), - ('exec_concat.tz', '"?"', '"test"', '"test_abc"'), - # Get the current balance of the contract - ('balance.tz', '111', 'Unit', '4000000000000'), - # Get the current level of the block - # Test the produced variable annotation - ('level.tz', '111', 'Unit', '1'), - # Test addition and subtraction on tez - ( - 'tez_add_sub.tz', - 'None', - '(Pair 2000000 1000000)', - '(Some (Pair 3000000 1000000))', - ), - ( - 'tez_add_sub.tz', - 'None', - '(Pair 2310000 1010000)', - '(Some (Pair 3320000 1300000))', - ), - # Test various additions - ('add.tz', 'Unit', 'Unit', 'Unit'), - # Test ABS - ('abs.tz', 'Unit', '12039123919239192312931', 'Unit'), - ('abs.tz', 'Unit', '0', 'Unit'), - ('abs.tz', 'Unit', '948', 'Unit'), - # Test INT - ('int.tz', 'None', '0', '(Some 0)'), - ('int.tz', 'None', '1', '(Some 1)'), - ('int.tz', 'None', '9999', '(Some 9999)'), - # Test DIP - ('dip.tz', '(Pair 0 0)', '(Pair 15 9)', '(Pair 15 24)'), - ('dip.tz', '(Pair 0 0)', '(Pair 1 1)', '(Pair 1 2)'), - # Test get first element of list - ('first.tz', '111', '{ 1 ; 2 ; 3 ; 4 }', '1'), - ('first.tz', '111', '{ 4 }', '4'), - # Hash input string - # Test assumed to be correct -- hash is based on encoding of AST - ( - 'hash_string.tz', - '0x00', - '"abcdefg"', - '0x46fdbcb4ea4eadad5615c' - + 'daa17d67f783e01e21149ce2b27de497600b4cd8f4e', - ), - ( - 'hash_string.tz', - '0x00', - '"12345"', - '0xb4c26c20de52a4eaf0d8a34' - + '0db47ad8cb1e74049570859c9a9a3952b204c772f', - ), - # IF_SOME - ('if_some.tz', '"?"', '(Some "hello")', '"hello"'), - ('if_some.tz', '"?"', 'None', '""'), - # Tests the SET_CAR and SET_CDR instructions - ('set_car.tz', '(Pair "hello" 0)', '"world"', '(Pair "world" 0)'), - ('set_car.tz', '(Pair "hello" 0)', '"abc"', '(Pair "abc" 0)'), - ('set_car.tz', '(Pair "hello" 0)', '""', '(Pair "" 0)'), - ('set_cdr.tz', '(Pair "hello" 0)', '1', '(Pair "hello" 1)'), - ('set_cdr.tz', '(Pair "hello" 500)', '3', '(Pair "hello" 3)'), - ('set_cdr.tz', '(Pair "hello" 7)', '100', '(Pair "hello" 100)'), - # Convert a public key to a public key hash - ( - 'hash_key.tz', - 'None', - '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"', - '(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")', - ), - ( - 'hash_key.tz', - 'None', - '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"', - '(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")', - ), - # Test timestamp operations - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair 100 100)', - '(Some "1970-01-01T00:03:20Z")', - ), - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair 100 -100)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair "1970-01-01T00:00:00Z" 0)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair 100 100)', - '(Some "1970-01-01T00:03:20Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair -100 100)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair 0 "1970-01-01T00:00:00Z")', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 100)', - '"1970-01-01T00:00:00Z"', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 -100)', - '"1970-01-01T00:03:20Z"', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 2000000000000000000)', - '-1999999999999999900', - ), - ('diff_timestamps.tz', '111', '(Pair 0 0)', '0'), - ('diff_timestamps.tz', '111', '(Pair 0 1)', '-1'), - ('diff_timestamps.tz', '111', '(Pair 1 0)', '1'), - ( - 'diff_timestamps.tz', - '111', - '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")', - '200', - ), - # Test pack/unpack - ( - 'packunpack_rev.tz', - 'Unit', - '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 ' - + '(Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" ' - + '(Pair "2019-09-09T08:35:33Z" ' - + '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))', - 'Unit', - ), - ( - 'packunpack_rev.tz', - 'Unit', - '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 ' - + '(Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" ' - + '(Pair "2019-09-09T08:35:33Z" ' - + '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))', - 'Unit', - ), - ( - 'packunpack_rev_cty.tz', - 'Unit', - '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9' - + 'sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAv' - + 'dxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8' - + 'V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmN' - + 'eEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5' - + 'CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair' - + ' { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnz' - + 'ENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; El' - + 't 1 "bar" } { PACK } )))))))))', - 'Unit', - ), - ( - 'packunpack_rev_cty.tz', - 'Unit', - '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9' - + 'sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAv' - + 'dxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8' - + 'V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair {' - + ' } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:' - + '35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))', - 'Unit', - ), - # Test EDIV on nat and int - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair 10 -3)', - '(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) ' - + '(Some (Pair -3 1)) (Some (Pair 3 1)))', - ), - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair 10 0)', - '(Pair None None None None)', - ), - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair -8 2)', - '(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) ' - + '(Some (Pair 4 0)) (Some (Pair 4 0)))', - ), - # Test EDIV on mutez - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 10))', - '(Left (Some (Pair 1 0)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 3))', - '(Left (Some (Pair 3 1)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 0))', - '(Left None)', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 10))', - '(Right (Some (Pair 1 0)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 3))', - '(Right (Some (Pair 3 1)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 0))', - '(Right None)', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 5 (Right 10))', - '(Right (Some (Pair 0 5)))', - ), - # Test compare - ('compare.tz', 'Unit', 'Unit', 'Unit'), - # Test comparison combinators: - # GT, GE, LT, LE, NEQ, EQ - ( - 'comparisons.tz', - '{}', - '{ -9999999; -1 ; 0 ; 1 ; 9999999 }', - '{ ' + '{ False ; False ; False ; True ; True } ;' - "\n" - ' { False ; False ; True ; True ; True } ;' - "\n" - ' { True ; True ; False ; False ; False } ;' - "\n" - ' { True ; True ; True ; False ; False } ;' - "\n" - ' { True ; True ; False ; True ; True } ;' - "\n" - ' { False ; False ; True ; False ; False }' - ' }', - ), - # Test ADDRESS - ( - 'address.tz', - 'None', - '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"', - '(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")', - ), - # Test (CONTRACT unit) - ( - 'contract.tz', - 'Unit', - '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"', - 'Unit', - ), - # Test create_contract - ( - 'create_contract.tz', - 'None', - 'Unit', - '(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")', - ), - # Test multiplication - success case (no overflow) - # Failure case is tested in m̀ul_overflow.tz - ('mul.tz', 'Unit', 'Unit', 'Unit'), - # Test NEG - ('neg.tz', '0', '(Left 2)', '-2'), - ('neg.tz', '0', '(Right 2)', '-2'), - ('neg.tz', '0', '(Left 0)', '0'), - ('neg.tz', '0', '(Right 0)', '0'), - ('neg.tz', '0', '(Left -2)', '2'), - # Test DIGN, DUGN, DROPN, DIPN - ('dign.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '5'), - ('dugn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '1'), - ('dropn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '5'), - ('dipn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '6'), - # Test DIGN 17 times. - ( - 'dig_eq.tz', - 'Unit', - '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12' - + ' (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (P' - + 'air 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))', - 'Unit', - ), - ( - 'dig_eq.tz', - 'Unit', - '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (' - + 'Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pa' - + 'ir 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))', - 'Unit', - ), - # Test Partial Exec - ('pexec.tz', '14', '38', '52'), - ('pexec_2.tz', "{ 0 ; 1 ; 2 ; 3}", '4', "{ 0 ; 7 ; 14 ; 21 }"), - # Test CHAIN_ID - ('chain_id_store.tz', 'None', 'Unit', '(Some "NetXdQprcVkpaWU")'), - ( - 'chain_id_store.tz', - '(Some 0x7a06a770)', - 'Unit', - '(Some "NetXdQprcVkpaWU")', - ), - ( - 'chain_id_store.tz', - '(Some "NetXdQprcVkpaWU")', - 'Unit', - '(Some "NetXdQprcVkpaWU")', - ), - # Test SELF - ('self_with_entrypoint.tz', 'Unit', 'Left (Left 0)', 'Unit'), - ('self_with_default_entrypoint.tz', 'Unit', 'Unit', 'Unit'), - # Test SELF_ADDRESS - ('self_address.tz', 'Unit', 'Unit', 'Unit'), - # Test UNPAIR - ('unpair.tz', 'Unit', 'Unit', 'Unit'), - # Test VOTING_POWER - ( - 'voting_power.tz', - '(Pair 0 0)', - f'"{PUBLIC_KEY}"', - '(Pair 4000000000000 20000000000000)', - ), - # Test KECCAK - ( - 'keccak.tz', - 'None', - f'0x{b"Hello, world!".hex()}', - '(Some 0xb6e16d27ac5ab427a7f68900ac5559ce2' - + '72dc6c37c82b3e052246c82244c50e4)', - ), - # Test SHA3 - ( - 'sha3.tz', - 'None', - f'0x{b"Hello, world!".hex()}', - '(Some 0xf345a219da005ebe9c1a1eaad97bbf38' - + 'a10c8473e41d0af7fb617caa0c6aa722)', - ), - # Test COMBs - ('comb.tz', '(Pair 0 0 0)', 'Unit', '(Pair 1 2 3)'), - ('uncomb.tz', '0', '(Pair 1 4 2)', '142'), - ('comb-get.tz', 'Unit', '(Pair 1 4 2 Unit)', 'Unit'), - ('comb-set.tz', '(Pair 1 4 2 Unit)', 'Unit', '(Pair 2 12 8 Unit)'), - ( - 'comb-set-2.tz', - 'None', - '(Pair 1 4 2 Unit)', - '(Some (Pair 2 4 "toto" 0x01))', - ), - # Test DUP n - ('dup-n.tz', 'Unit', 'Unit', 'Unit'), - # Test Sapling - ('sapling_empty_state.tz', '{}', 'Unit', '0'), - # Test building Fr element from nat. - # The initial storage is dropped then any value is valid. - # Random values can be generated using the following OCaml program. - # let r = Bls12_381.Fr.(random ()) in - # let x = Bls12_381.Fr.random () in - # Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) - # (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - # The natural is 1 in Fr. - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_fr_z_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test with (positive and negative) integers. - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_fr_z_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-1', - '0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953' - + 'a7ed73', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-42', - '0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a' - + '7ed73', - ), - # Test building Fr element from nat. - # The initial storage is dropped then any value is valid. - # Random values can be generated using the following OCaml program. - # let r = Bls12_381.Fr.(random ()) in - # let x = Bls12_381.Fr.random () in - # Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) - # (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - # The natural is 1 in Fr. - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_z_fr_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test with (positive and negative) integers. - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-1', - '0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953' - + 'a7ed73', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-42', - '0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a' - + '7ed73', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_z_fr_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test Fr bytes can be pushed without being padded - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x00 0x00', - '(Some 0x000000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x01 0x00', - '(Some 0x010000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x010000 0x00', - '(Some 0x010000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x010000 0x010000', - '(Some 0x020000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'bls12_381_fr_push_bytes_not_padded.tz', - 'None', - 'Unit', - '(Some 0x000000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'bls12_381_fr_push_nat.tz', - 'None', - 'Unit', - '(Some 0x100000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ('bls12_381_fr_to_int.tz', '0', '0x00', '0'), - ('bls12_381_fr_to_int.tz', '0', '0x01', '1'), - # Generated using - # let r = Bls12_381.Fr.(random ()) in - # Printf.printf "%s = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes r)))) - ( - 'bls12_381_fr_to_int.tz', - '0', - '0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9' - + 'af16c27', - '1783268807701357777652478449446472851821391321341286660405373' - + '5695200962927400', - ), - ( - 'bls12_381_fr_to_int.tz', - '0', - '0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c' - + '0b0719', - '1132026582925658583078152196614952946047676740821044523890286' - + '9222031333517497', - ), - # Mutez -> Fr - ( - 'mutez_to_bls12_381_fr.tz', - '0x02', - '16', - '0x100000000000000000000000000000000000000000000000000000000' - + '0000000', - ), - # # would fail if trying to PACK mutez and UNPACK to Fr - ( - 'mutez_to_bls12_381_fr.tz', - '0x00', - '257', - '0x010100000000000000000000000000000000000000000000000000000' - + '0000000', - ), - # Fr -> Mutez - ('bls12_381_fr_to_mutez.tz', '0', '0x10', '16'), - ], - ) - def test_contract_input_output( - self, - client_regtest: ClientRegression, - contract: str, - param: str, - storage: str, - expected: str, - ): - client = client_regtest - assert contract.endswith( - '.tz' - ), "test contract should have .tz extension" - contract = path.join(OPCODES_CONTRACT_PATH, contract) - run_script_res = client.run_script( - contract, param, storage, trace_stack=True - ) - assert run_script_res.storage == expected - @pytest.mark.parametrize("balance", [0, 0.000001, 0.5, 1, 5, 1000, 8e12]) def test_balance(self, client_regtest: ClientRegression, balance: float): client = client_regtest diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out deleted file mode 100644 index 5b5c8f060e33f75cabf9ec568b413f9fcb89f19e..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out +++ /dev/null @@ -1,43 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (Some False))0] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[0] to 1 -trace - - location: 12 (just consumed gas: 10.843) - [ (Pair 1 { Elt 0 1 } None) ] - - location: 12 (just consumed gas: 0.010) - [ 1 - (Pair { Elt 0 1 } None) ] - - location: 13 (just consumed gas: 0) - [ (Pair { Elt 0 1 } None) ] - - location: 15 (just consumed gas: 0.010) - [ { Elt 0 1 } ] - - location: 16 (just consumed gas: 0.010) - [ { Elt 0 1 } - { Elt 0 1 } ] - - location: 13 (just consumed gas: 0.025) - [ 1 - { Elt 0 1 } - { Elt 0 1 } ] - - location: 17 (just consumed gas: 0.722) - [ False - { Elt 0 1 } ] - - location: 18 (just consumed gas: 0.010) - [ (Some False) - { Elt 0 1 } ] - - location: 19 (just consumed gas: 0.010) - [ { Elt 0 1 } - (Some False) ] - - location: 20 (just consumed gas: 0.010) - [ (Pair { Elt 0 1 } (Some False)) ] - - location: 21 (just consumed gas: 0.010) - [ {} - (Pair { Elt 0 1 } (Some False)) ] - - location: 23 (just consumed gas: 0.010) - [ (Pair {} { Elt 0 1 } (Some False)) ] - diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out deleted file mode 100644 index ffa283d5db7f891f00a4ca430377df1ba38e3a06..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out +++ /dev/null @@ -1,43 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (Some True))0] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 0 -trace - - location: 12 (just consumed gas: 10.868) - [ (Pair 1 { Elt 1 0 } None) ] - - location: 12 (just consumed gas: 0.010) - [ 1 - (Pair { Elt 1 0 } None) ] - - location: 13 (just consumed gas: 0) - [ (Pair { Elt 1 0 } None) ] - - location: 15 (just consumed gas: 0.010) - [ { Elt 1 0 } ] - - location: 16 (just consumed gas: 0.010) - [ { Elt 1 0 } - { Elt 1 0 } ] - - location: 13 (just consumed gas: 0.025) - [ 1 - { Elt 1 0 } - { Elt 1 0 } ] - - location: 17 (just consumed gas: 0.722) - [ True - { Elt 1 0 } ] - - location: 18 (just consumed gas: 0.010) - [ (Some True) - { Elt 1 0 } ] - - location: 19 (just consumed gas: 0.010) - [ { Elt 1 0 } - (Some True) ] - - location: 20 (just consumed gas: 0.010) - [ (Pair { Elt 1 0 } (Some True)) ] - - location: 21 (just consumed gas: 0.010) - [ {} - (Pair { Elt 1 0 } (Some True)) ] - - location: 23 (just consumed gas: 0.010) - [ (Pair {} { Elt 1 0 } (Some True)) ] - diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out deleted file mode 100644 index 7a4a24be9f6dd2c3f97d27d0df61cfa0da574030..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.2ea67af009.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair 4 (Some True))1] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (just consumed gas: 11.838) - [ (Pair 1 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (just consumed gas: 0.010) - [ 1 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (just consumed gas: 0) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (just consumed gas: 0.025) - [ 1 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (just consumed gas: 0.723) - [ True - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (just consumed gas: 0.010) - [ (Some True) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } - (Some True) ] - - location: 20 (just consumed gas: 0.010) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 21 (just consumed gas: 0.010) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 23 (just consumed gas: 0.010) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some True)) ] - diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out deleted file mode 100644 index b720741dce7c77520b409d969c7e9288400614d3..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.47f55c94c8.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair 4 (Some True))0] - -storage - (Pair 4 (Some True)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (just consumed gas: 11.838) - [ (Pair 2 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (just consumed gas: 0.010) - [ 2 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (just consumed gas: 0) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (just consumed gas: 0.025) - [ 2 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (just consumed gas: 0.723) - [ True - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (just consumed gas: 0.010) - [ (Some True) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } - (Some True) ] - - location: 20 (just consumed gas: 0.010) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 21 (just consumed gas: 0.010) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) ] - - location: 23 (just consumed gas: 0.010) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some True)) ] - diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out deleted file mode 100644 index 1b5227762a8ef4210853f767b189886a80e9cce5..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.a3c5c126ce.out +++ /dev/null @@ -1,44 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair 4 (Some False))0] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) - Set map(4)[1] to 4 - Set map(4)[2] to 11 -trace - - location: 12 (just consumed gas: 11.838) - [ (Pair 3 { Elt 1 4 ; Elt 2 11 } None) ] - - location: 12 (just consumed gas: 0.010) - [ 3 - (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 13 (just consumed gas: 0) - [ (Pair { Elt 1 4 ; Elt 2 11 } None) ] - - location: 15 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } ] - - location: 16 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 13 (just consumed gas: 0.025) - [ 3 - { Elt 1 4 ; Elt 2 11 } - { Elt 1 4 ; Elt 2 11 } ] - - location: 17 (just consumed gas: 0.723) - [ False - { Elt 1 4 ; Elt 2 11 } ] - - location: 18 (just consumed gas: 0.010) - [ (Some False) - { Elt 1 4 ; Elt 2 11 } ] - - location: 19 (just consumed gas: 0.010) - [ { Elt 1 4 ; Elt 2 11 } - (Some False) ] - - location: 20 (just consumed gas: 0.010) - [ (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) ] - - location: 21 (just consumed gas: 0.010) - [ {} - (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) ] - - location: 23 (just consumed gas: 0.010) - [ (Pair {} { Elt 1 4 ; Elt 2 11 } (Some False)) ] - diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out deleted file mode 100644 index a344f92e4e59d3a3b8669947dc46d4218ee095b1..0000000000000000000000000000000000000000 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1].out +++ /dev/null @@ -1,42 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))1] - -storage - (Pair 4 (Some False)) -emitted operations - -big_map diff - New map(4) of type (big_map nat nat) -trace - - location: 12 (just consumed gas: 9.936) - [ (Pair 1 {} None) ] - - location: 12 (just consumed gas: 0.010) - [ 1 - (Pair {} None) ] - - location: 13 (just consumed gas: 0) - [ (Pair {} None) ] - - location: 15 (just consumed gas: 0.010) - [ {} ] - - location: 16 (just consumed gas: 0.010) - [ {} - {} ] - - location: 13 (just consumed gas: 0.025) - [ 1 - {} - {} ] - - location: 17 (just consumed gas: 0.720) - [ False - {} ] - - location: 18 (just consumed gas: 0.010) - [ (Some False) - {} ] - - location: 19 (just consumed gas: 0.010) - [ {} - (Some False) ] - - location: 20 (just consumed gas: 0.010) - [ (Pair {} (Some False)) ] - - location: 21 (just consumed gas: 0.010) - [ {} - (Pair {} (Some False)) ] - - location: 23 (just consumed gas: 0.010) - [ (Pair {} {} (Some False)) ] - diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" "b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" deleted file mode 100644 index 92f1ab7e29b385e67455559adb8c46d8d8106f79..0000000000000000000000000000000000000000 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some \"NetXdQprcVkpaWU\")-Unit-(Some \".8420090f97.out" +++ /dev/null @@ -1,23 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some "NetXdQprcVkpaWU")-Unit-(Some "NetXdQprcVkpaWU")] - -storage - (Some "NetXdQprcVkpaWU") -emitted operations - -big_map diff - -trace - - location: 8 (just consumed gas: 6.753) - [ (Pair Unit (Some "NetXdQprcVkpaWU")) ] - - location: 8 (just consumed gas: 0.010) - [ ] - - location: 9 (just consumed gas: 0.015) - [ "NetXdQprcVkpaWU" ] - - location: 10 (just consumed gas: 0.010) - [ (Some "NetXdQprcVkpaWU") ] - - location: 11 (just consumed gas: 0.010) - [ {} - (Some "NetXdQprcVkpaWU") ] - - location: 13 (just consumed gas: 0.010) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] - diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" "b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" deleted file mode 100644 index 2b800175f19e7d98661542241dfb39ba2f87b59e..0000000000000000000000000000000000000000 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" +++ /dev/null @@ -1,23 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some "NetXdQprcVkpaWU")] - -storage - (Some "NetXdQprcVkpaWU") -emitted operations - -big_map diff - -trace - - location: 8 (just consumed gas: 5.203) - [ (Pair Unit (Some "NetXdQprcVkpaWU")) ] - - location: 8 (just consumed gas: 0.010) - [ ] - - location: 9 (just consumed gas: 0.015) - [ "NetXdQprcVkpaWU" ] - - location: 10 (just consumed gas: 0.010) - [ (Some "NetXdQprcVkpaWU") ] - - location: 11 (just consumed gas: 0.010) - [ {} - (Some "NetXdQprcVkpaWU") ] - - location: 13 (just consumed gas: 0.010) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] - diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" "b/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" deleted file mode 100644 index 1cf1feb7d2d5123d4395f8377f97af4eb3862fb4..0000000000000000000000000000000000000000 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" +++ /dev/null @@ -1,23 +0,0 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some "NetXdQprcVkpaWU")] - -storage - (Some "NetXdQprcVkpaWU") -emitted operations - -big_map diff - -trace - - location: 8 (just consumed gas: 5.053) - [ (Pair Unit None) ] - - location: 8 (just consumed gas: 0.010) - [ ] - - location: 9 (just consumed gas: 0.015) - [ "NetXdQprcVkpaWU" ] - - location: 10 (just consumed gas: 0.010) - [ (Some "NetXdQprcVkpaWU") ] - - location: 11 (just consumed gas: 0.010) - [ {} - (Some "NetXdQprcVkpaWU") ] - - location: 13 (just consumed gas: 0.010) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] - diff --git a/tests_python/tests_alpha/test_contract_opcodes.py b/tests_python/tests_alpha/test_contract_opcodes.py index b4864f6e99a2c950853cc2f2525cb87ce7c384ab..7d8d784d5f41dfdcc7140f327ceb046f27d59122 100644 --- a/tests_python/tests_alpha/test_contract_opcodes.py +++ b/tests_python/tests_alpha/test_contract_opcodes.py @@ -21,1455 +21,6 @@ PUBLIC_KEY = IDENTITIES['bootstrap1']['public'] class TestContractOpcodes: """Tests for individual opcodes that do not require origination.""" - @pytest.mark.parametrize( - "contract,param,storage,expected", - [ # FORMAT: assert_output contract_file storage input expected_result - # TODO add tests for map_car.tz, subset.tz - # NB: noop.tz is tested in test_basic.sh - ('cons.tz', '{}', '10', '{ 10 }'), - ('cons.tz', '{ 10 }', '-5', '{ -5 ; 10 }'), - ('cons.tz', '{ -5 ; 10 }', '99', '{ 99 ; -5 ; 10 }'), - # Tests on Options - ('none.tz', 'Some 10', 'Unit', 'None'), - ('ret_int.tz', 'None', 'Unit', '(Some 300)'), - # Map block on lists - ('list_map_block.tz', '{0}', '{}', '{}'), - ( - 'list_map_block.tz', - '{0}', - '{ 1 ; 1 ; 1 ; 1 }', - '{ 1 ; 2 ; 3 ; 4 }', - ), - ( - 'list_map_block.tz', - '{0}', - '{ 1 ; 2 ; 3 ; 0 }', - '{ 1 ; 3 ; 5 ; 3 }', - ), - ('emit.tz', 'Unit', 'Unit', 'Unit'), - # Reverse a list - ('reverse.tz', '{""}', '{}', '{}'), - ( - 'reverse.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Reverse using LOOP_LEFT - ('loop_left.tz', '{""}', '{}', '{}'), - ( - 'loop_left.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Identity on strings - ('str_id.tz', 'None', '"Hello"', '(Some "Hello")'), - ('str_id.tz', 'None', '"abcd"', '(Some "abcd")'), - # Slice strings - ('slice.tz', 'None', 'Pair 0 0', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 10 5', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 0 0', '(Some "")'), - ('slice.tz', 'Some "Foo"', 'Pair 0 10', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 0 2', '(Some "Fo")'), - ('slice.tz', 'Some "Foo"', 'Pair 1 3', 'None'), - ('slice.tz', 'Some "Foo"', 'Pair 1 1', '(Some "o")'), - # Stress-test the failure case of slice for a - # non-trivial gas consumption - ( - 'slice.tz', - 'Some' + '"' + 'Foo' * 2000 + '"', - 'Pair 1 10000', - 'None', - ), - # Slice bytes - ('slice_bytes.tz', 'None', 'Pair 0 1', 'None'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 0 0', '(Some 0x)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 0 1', '(Some 0xaa)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 1', '(Some 0xbb)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 2', '(Some 0xbbcc)'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 3', 'None'), - ('slice_bytes.tz', 'Some 0xaabbcc', 'Pair 1 1', '(Some 0xbb)'), - # Stress-test the failure case of slice for a - # non-trivial gas consumption - ( - 'slice_bytes.tz', - 'Some 0x' + 'aabbcc' * 2000, - 'Pair 1 10000', - 'None', - ), - # Identity on pairs - ( - 'pair_id.tz', - 'None', - '(Pair True False)', - '(Some (Pair True False))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair False True)', - '(Some (Pair False True))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair True True)', - '(Some (Pair True True))', - ), - ( - 'pair_id.tz', - 'None', - '(Pair False False)', - '(Some (Pair False False))', - ), - # Tests CAR and CDR instructions - ('car.tz', '0', '(Pair 34 17)', '34'), - ('cdr.tz', '0', '(Pair 34 17)', '17'), - # Logical not - ('not.tz', 'None', 'True', '(Some False)'), - ('not.tz', 'None', 'False', '(Some True)'), - # Logical and - ('and.tz', 'None', '(Pair False False)', '(Some False)'), - ('and.tz', 'None', '(Pair False True)', '(Some False)'), - ('and.tz', 'None', '(Pair True False)', '(Some False)'), - ('and.tz', 'None', '(Pair True True)', '(Some True)'), - # Logical or - ('or.tz', 'None', '(Pair False False)', '(Some False)'), - ('or.tz', 'None', '(Pair False True)', '(Some True)'), - ('or.tz', 'None', '(Pair True False)', '(Some True)'), - ('or.tz', 'None', '(Pair True True)', '(Some True)'), - # Logical and - ('and_logical_1.tz', 'False', "(Pair False False)", 'False'), - ('and_logical_1.tz', 'False', "(Pair False True)", 'False'), - ('and_logical_1.tz', 'False', "(Pair True False)", 'False'), - ('and_logical_1.tz', 'False', "(Pair True True)", 'True'), - # Binary and - ('and_binary.tz', 'Unit', 'Unit', 'Unit'), - # Binary or - ('or_binary.tz', 'None', '(Pair 4 8)', '(Some 12)'), - ('or_binary.tz', 'None', '(Pair 0 8)', '(Some 8)'), - ('or_binary.tz', 'None', '(Pair 8 0)', '(Some 8)'), - ('or_binary.tz', 'None', '(Pair 15 4)', '(Some 15)'), - ('or_binary.tz', 'None', '(Pair 14 1)', '(Some 15)'), - ('or_binary.tz', 'None', '(Pair 7 7)', '(Some 7)'), - # Binary not - ('not_binary.tz', 'None', '(Left 0)', '(Some -1)'), - ('not_binary.tz', 'None', '(Left 8)', '(Some -9)'), - ('not_binary.tz', 'None', '(Left 7)', '(Some -8)'), - ('not_binary.tz', 'None', '(Left -9)', '(Some 8)'), - ('not_binary.tz', 'None', '(Left -8)', '(Some 7)'), - ('not_binary.tz', 'None', '(Right 0)', '(Some -1)'), - ('not_binary.tz', 'None', '(Right 8)', '(Some -9)'), - ('not_binary.tz', 'None', '(Right 7)', '(Some -8)'), - # XOR - ( - 'xor.tz', - 'None', - 'Left (Pair False False)', - '(Some (Left False))', - ), - ('xor.tz', 'None', 'Left (Pair False True)', '(Some (Left True))'), - ('xor.tz', 'None', 'Left (Pair True False)', '(Some (Left True))'), - ('xor.tz', 'None', 'Left (Pair True True)', '(Some (Left False))'), - ('xor.tz', 'None', 'Right (Pair 0 0)', '(Some (Right 0))'), - ('xor.tz', 'None', 'Right (Pair 0 1)', '(Some (Right 1))'), - ('xor.tz', 'None', 'Right (Pair 1 0)', '(Some (Right 1))'), - ('xor.tz', 'None', 'Right (Pair 1 1)', '(Some (Right 0))'), - ('xor.tz', 'None', 'Right (Pair 42 21)', '(Some (Right 63))'), - ('xor.tz', 'None', 'Right (Pair 42 63)', '(Some (Right 21))'), - # test shifts: LSL & LSR - ('shifts.tz', 'None', '(Left (Pair 8 1))', '(Some 16)'), - ('shifts.tz', 'None', '(Left (Pair 0 0))', '(Some 0)'), - ('shifts.tz', 'None', '(Left (Pair 0 1))', '(Some 0)'), - ('shifts.tz', 'None', '(Left (Pair 1 2))', '(Some 4)'), - ('shifts.tz', 'None', '(Left (Pair 15 2))', '(Some 60)'), - ('shifts.tz', 'None', '(Right (Pair 8 1))', '(Some 4)'), - ('shifts.tz', 'None', '(Right (Pair 0 0))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 0 1))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 1 2))', '(Some 0)'), - ('shifts.tz', 'None', '(Right (Pair 15 2))', '(Some 3)'), - # Concatenate all strings of a list into one string - ('concat_list.tz', '""', '{ "a" ; "b" ; "c" }', '"abc"'), - ('concat_list.tz', '""', '{}', '""'), - ( - 'concat_list.tz', - '""', - '{ "Hello" ; " " ; "World" ; "!" }', - '"Hello World!"', - ), - # Concatenate the bytes in storage with all bytes in the given list - ('concat_hello_bytes.tz', '{}', '{ 0xcd }', '{ 0xffcd }'), - ('concat_hello_bytes.tz', '{}', '{}', '{}'), - ( - 'concat_hello_bytes.tz', - '{}', - '{ 0xab ; 0xcd }', - '{ 0xffab ; 0xffcd }', - ), - # Identity on lists - ( - 'list_id.tz', - '{""}', - '{ "1" ; "2" ; "3" }', - '{ "1" ; "2" ; "3" }', - ), - ('list_id.tz', '{""}', '{}', '{}'), - ( - 'list_id.tz', - '{""}', - '{ "a" ; "b" ; "c" }', - '{ "a" ; "b" ; "c" }', - ), - ( - 'list_id_map.tz', - '{""}', - '{ "1" ; "2" ; "3" }', - '{ "1" ; "2" ; "3" }', - ), - ('list_id_map.tz', '{""}', '{}', '{}'), - ( - 'list_id_map.tz', - '{""}', - '{ "a" ; "b" ; "c" }', - '{ "a" ; "b" ; "c" }', - ), - # Identity on maps - ('map_id.tz', '{}', '{ Elt 0 1 }', '{ Elt 0 1 }'), - ('map_id.tz', '{}', '{ Elt 0 0 }', '{ Elt 0 0 }'), - ( - 'map_id.tz', - '{}', - '{ Elt 0 0 ; Elt 3 4 }', - '{ Elt 0 0 ; Elt 3 4 }', - ), - # Memberships in maps - ( - 'map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair { Elt 0 1 } (Some False))', - ), - ('map_mem_nat.tz', '(Pair {} None)', '1', '(Pair {} (Some False))'), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair { Elt 1 0 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some True))', - ), - ( - 'map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair { Elt 1 4 ; Elt 2 11 } (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "foo" 1 } None)', - '"bar"', - '(Pair { Elt "foo" 1 } (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair {} None)', - '"bar"', - '(Pair {} (Some False))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "foo" 0 } None)', - '"foo"', - '(Pair { Elt "foo" 0 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"foo"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"bar"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))', - ), - ( - 'map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"baz"', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))', - ), - # Mapping over maps - ('map_map.tz', '{}', '10', '{}'), - ('map_map.tz', '{ Elt "foo" 1 }', '10', '{ Elt "foo" 11 }'), - ( - 'map_map.tz', - '{ Elt "bar" 5 ; Elt "foo" 1 }', - '15', - '{ Elt "bar" 20 ; Elt "foo" 16 }', - ), - # Memberships in big maps - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair {} None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "foo" 1 } None)', - '"bar"', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair {} None)', - '"bar"', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "foo" 0 } None)', - '"foo"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"foo"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"bar"', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_string.tz', - '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)', - '"baz"', - '(Pair 4 (Some False))', - ), - # Memberships in big maps - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 0 1 } None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair {} None)', - '1', - '(Pair 4 (Some False))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 0 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '1', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '2', - '(Pair 4 (Some True))', - ), - ( - 'big_map_mem_nat.tz', - '(Pair { Elt 1 4 ; Elt 2 11 } None)', - '3', - '(Pair 4 (Some False))', - ), - # Identity on sets - ('set_id.tz', '{}', '{ "a" ; "b" ; "c" }', '{ "a" ; "b" ; "c" }'), - ('set_id.tz', '{}', '{}', '{}'), - ('set_id.tz', '{}', '{ "asdf" ; "bcde" }', '{ "asdf" ; "bcde" }'), - # List concat - ('list_concat.tz', '"abc"', '{ "d" ; "e" ; "f" }', '"abcdef"'), - ('list_concat.tz', '"abc"', '{}', '"abc"'), - ( - 'list_concat_bytes.tz', - '0x00ab', - '{ 0xcd ; 0xef ; 0x00 }', - '0x00abcdef00', - ), - ( - 'list_concat_bytes.tz', - '0x', - '{ 0x00 ; 0x11 ; 0x00 }', - '0x001100', - ), - ('list_concat_bytes.tz', '0xabcd', '{}', '0xabcd'), - ('list_concat_bytes.tz', '0x', '{}', '0x'), - # List iter - ('list_iter.tz', '0', '{ 10 ; 2 ; 1 }', '20'), - ('list_iter.tz', '0', '{ 3 ; 6 ; 9 }', '162'), - # List size - ('list_size.tz', '111', '{}', '0'), - ('list_size.tz', '111', '{ 1 }', '1'), - ('list_size.tz', '111', '{ 1 ; 2 ; 3 }', '3'), - ('list_size.tz', '111', '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }', '6'), - # Set member -- set is in storage - ( - 'set_member.tz', - '(Pair {} None)', - '"Hi"', - '(Pair {} (Some False))', - ), - ( - 'set_member.tz', - '(Pair { "Hi" } None)', - '"Hi"', - '(Pair { "Hi" } (Some True))', - ), - ( - 'set_member.tz', - '(Pair { "Hello" ; "World" } None)', - '""', - '(Pair { "Hello" ; "World" } (Some False))', - ), - # Set size - ('set_size.tz', '111', '{}', '0'), - ('set_size.tz', '111', '{ 1 }', '1'), - ('set_size.tz', '111', '{ 1 ; 2 ; 3 }', '3'), - ('set_size.tz', '111', '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }', '6'), - # Set iter - ('set_iter.tz', '111', '{}', '0'), - ('set_iter.tz', '111', '{ 1 }', '1'), - ('set_iter.tz', '111', '{ -100 ; 1 ; 2 ; 3 }', '-94'), - # Map size - ('map_size.tz', '111', '{}', '0'), - ('map_size.tz', '111', '{ Elt "a" 1 }', '1'), - ( - 'map_size.tz', - '111', - '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }', - '3', - ), - ( - 'map_size.tz', - '111', - '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; \ - Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }', - '6', - ), - # Contains all elements -- does the second list contain - # all of the same elements as the first one? I'm ignoring - # element multiplicity - ('contains_all.tz', 'None', '(Pair {} {})', '(Some True)'), - ( - 'contains_all.tz', - 'None', - '(Pair { "c" } { "B" })', - '(Some False)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "A" } { "B" })', - '(Some False)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" } { "B" })', - '(Some True)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })', - '(Some True)', - ), - ( - 'contains_all.tz', - 'None', - '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })', - '(Some True)', - ), - # Concatenate the string in storage with all strings in - # the given list - ('concat_hello.tz', '{}', '{ "World!" }', '{ "Hello World!" }'), - ('concat_hello.tz', '{}', '{}', '{}'), - ( - 'concat_hello.tz', - '{}', - '{ "test1" ; "test2" }', - '{ "Hello test1" ; "Hello test2" }', - ), - # Create an empty map and add a string to it - ('empty_map.tz', '{}', 'Unit', '{ Elt "hello" "world" }'), - # Get the value stored at the given key in the map - ( - 'get_map_value.tz', - '(Pair None { Elt "hello" "hi" })', - '"hello"', - '(Pair (Some "hi") { Elt "hello" "hi" })', - ), - ( - 'get_map_value.tz', - '(Pair None { Elt "hello" "hi" })', - '""', - '(Pair None { Elt "hello" "hi" })', - ), - ( - 'get_map_value.tz', - '(Pair None { Elt "1" "one" ; \ - Elt "2" "two" })', - '"1"', - '(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })', - ), - # Get and update the value stored at the given key in the map - ( - 'get_and_update_map.tz', - '(Pair None {})', - '"hello"', - '(Pair None {})', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 4) {})', - '"hello"', - '(Pair None { Elt "hello" 4 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "hello" 4 })', - '"hello"', - '(Pair (Some 4) {})', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 5) { Elt "hello" 4 })', - '"hello"', - '(Pair (Some 4) { Elt "hello" 5 })', - ), - ( - 'get_and_update_map.tz', - '(Pair (Some 5) { Elt "hello" 4 })', - '"hi"', - '(Pair None { Elt "hello" 4 ; Elt "hi" 5 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "1" 1 ; \ - Elt "2" 2 })', - '"1"', - '(Pair (Some 1) { Elt "2" 2 })', - ), - ( - 'get_and_update_map.tz', - '(Pair None { Elt "1" 1 ; \ - Elt "2" 2 })', - '"1"', - '(Pair (Some 1) { Elt "2" 2 })', - ), - # Map iter - ( - 'map_iter.tz', - '(Pair 0 0)', - '{ Elt 0 100 ; Elt 2 100 }', - '(Pair 2 200)', - ), - ( - 'map_iter.tz', - '(Pair 0 0)', - '{ Elt 1 1 ; Elt 2 100 }', - '(Pair 3 101)', - ), - # Return True if True branch of if was taken and False otherwise - ('if.tz', 'None', 'True', '(Some True)'), - ('if.tz', 'None', 'False', '(Some False)'), - # Generate a pair of or types - ('left_right.tz', '(Left "X")', '(Left True)', '(Right True)'), - ('left_right.tz', '(Left "X")', '(Right "a")', '(Left "a")'), - # Reverse a list - ('reverse_loop.tz', '{""}', '{}', '{}'), - ( - 'reverse_loop.tz', - '{""}', - '{ "c" ; "b" ; "a" }', - '{ "a" ; "b" ; "c" }', - ), - # Exec concat contract - ('exec_concat.tz', '"?"', '""', '"_abc"'), - ('exec_concat.tz', '"?"', '"test"', '"test_abc"'), - # Get the current balance of the contract - ('balance.tz', '111', 'Unit', '4000000000000'), - # Get the current level of the block - # Test the produced variable annotation - ('level.tz', '111', 'Unit', '1'), - # Test addition and subtraction on tez - ( - 'tez_add_sub.tz', - 'None', - '(Pair 2000000 1000000)', - '(Some (Pair 3000000 1000000))', - ), - ( - 'tez_add_sub.tz', - 'None', - '(Pair 2310000 1010000)', - '(Some (Pair 3320000 1300000))', - ), - # Test various additions - ('add.tz', 'Unit', 'Unit', 'Unit'), - # Test ABS - ('abs.tz', 'Unit', '12039123919239192312931', 'Unit'), - ('abs.tz', 'Unit', '0', 'Unit'), - ('abs.tz', 'Unit', '948', 'Unit'), - # Test INT - ('int.tz', 'None', '0', '(Some 0)'), - ('int.tz', 'None', '1', '(Some 1)'), - ('int.tz', 'None', '9999', '(Some 9999)'), - # Test DIP - ('dip.tz', '(Pair 0 0)', '(Pair 15 9)', '(Pair 15 24)'), - ('dip.tz', '(Pair 0 0)', '(Pair 1 1)', '(Pair 1 2)'), - # Test get first element of list - ('first.tz', '111', '{ 1 ; 2 ; 3 ; 4 }', '1'), - ('first.tz', '111', '{ 4 }', '4'), - # Hash input string - # Test assumed to be correct -- hash is based on encoding of AST - ( - 'hash_string.tz', - '0x00', - '"abcdefg"', - '0x46fdbcb4ea4eadad5615c' - + 'daa17d67f783e01e21149ce2b27de497600b4cd8f4e', - ), - ( - 'hash_string.tz', - '0x00', - '"12345"', - '0xb4c26c20de52a4eaf0d8a34' - + '0db47ad8cb1e74049570859c9a9a3952b204c772f', - ), - # IF_SOME - ('if_some.tz', '"?"', '(Some "hello")', '"hello"'), - ('if_some.tz', '"?"', 'None', '""'), - # Tests the SET_CAR and SET_CDR instructions - ('set_car.tz', '(Pair "hello" 0)', '"world"', '(Pair "world" 0)'), - ('set_car.tz', '(Pair "hello" 0)', '"abc"', '(Pair "abc" 0)'), - ('set_car.tz', '(Pair "hello" 0)', '""', '(Pair "" 0)'), - ('set_cdr.tz', '(Pair "hello" 0)', '1', '(Pair "hello" 1)'), - ('set_cdr.tz', '(Pair "hello" 500)', '3', '(Pair "hello" 3)'), - ('set_cdr.tz', '(Pair "hello" 7)', '100', '(Pair "hello" 100)'), - # Convert a public key to a public key hash - ( - 'hash_key.tz', - 'None', - '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"', - '(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")', - ), - ( - 'hash_key.tz', - 'None', - '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"', - '(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")', - ), - # Test timestamp operations - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair 100 100)', - '(Some "1970-01-01T00:03:20Z")', - ), - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair 100 -100)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_timestamp_delta.tz', - 'None', - '(Pair "1970-01-01T00:00:00Z" 0)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair 100 100)', - '(Some "1970-01-01T00:03:20Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair -100 100)', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'add_delta_timestamp.tz', - 'None', - '(Pair 0 "1970-01-01T00:00:00Z")', - '(Some "1970-01-01T00:00:00Z")', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 100)', - '"1970-01-01T00:00:00Z"', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 -100)', - '"1970-01-01T00:03:20Z"', - ), - ( - 'sub_timestamp_delta.tz', - '111', - '(Pair 100 2000000000000000000)', - '-1999999999999999900', - ), - ('diff_timestamps.tz', '111', '(Pair 0 0)', '0'), - ('diff_timestamps.tz', '111', '(Pair 0 1)', '-1'), - ('diff_timestamps.tz', '111', '(Pair 1 0)', '1'), - ( - 'diff_timestamps.tz', - '111', - '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")', - '200', - ), - # Test pack/unpack - ( - 'packunpack_rev.tz', - 'Unit', - '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 ' - + '(Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" ' - + '(Pair "2019-09-09T08:35:33Z" ' - + '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))', - 'Unit', - ), - ( - 'packunpack_rev.tz', - 'Unit', - '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 ' - + '(Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" ' - + '(Pair "2019-09-09T08:35:33Z" ' - + '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))', - 'Unit', - ), - ( - 'packunpack_rev_cty.tz', - 'Unit', - '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9' - + 'sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAv' - + 'dxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8' - + 'V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmN' - + 'eEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5' - + 'CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair' - + ' { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnz' - + 'ENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; El' - + 't 1 "bar" } { PACK } )))))))))', - 'Unit', - ), - ( - 'packunpack_rev_cty.tz', - 'Unit', - '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9' - + 'sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAv' - + 'dxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8' - + 'V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair {' - + ' } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:' - + '35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))', - 'Unit', - ), - # Test EDIV on nat and int - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair 10 -3)', - '(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) ' - + '(Some (Pair -3 1)) (Some (Pair 3 1)))', - ), - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair 10 0)', - '(Pair None None None None)', - ), - ( - 'ediv.tz', - '(Pair None None None None)', - '(Pair -8 2)', - '(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) ' - + '(Some (Pair 4 0)) (Some (Pair 4 0)))', - ), - # Test EDIV on mutez - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 10))', - '(Left (Some (Pair 1 0)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 3))', - '(Left (Some (Pair 3 1)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Left 0))', - '(Left None)', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 10))', - '(Right (Some (Pair 1 0)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 3))', - '(Right (Some (Pair 3 1)))', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 10 (Right 0))', - '(Right None)', - ), - ( - 'ediv_mutez.tz', - '(Left None)', - '(Pair 5 (Right 10))', - '(Right (Some (Pair 0 5)))', - ), - # Test compare - ('compare.tz', 'Unit', 'Unit', 'Unit'), - # Test comparison combinators: - # GT, GE, LT, LE, NEQ, EQ - ( - 'comparisons.tz', - '{}', - '{ -9999999; -1 ; 0 ; 1 ; 9999999 }', - '{ ' + '{ False ; False ; False ; True ; True } ;' - "\n" - ' { False ; False ; True ; True ; True } ;' - "\n" - ' { True ; True ; False ; False ; False } ;' - "\n" - ' { True ; True ; True ; False ; False } ;' - "\n" - ' { True ; True ; False ; True ; True } ;' - "\n" - ' { False ; False ; True ; False ; False }' - ' }', - ), - # Test ADDRESS - ( - 'address.tz', - 'None', - '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"', - '(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")', - ), - # Test (CONTRACT unit) - ( - 'contract.tz', - 'Unit', - '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"', - 'Unit', - ), - # Test create_contract - ( - 'create_contract.tz', - 'None', - 'Unit', - '(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")', - ), - # Test multiplication - success case (no overflow) - # Failure case is tested in m̀ul_overflow.tz - ('mul.tz', 'Unit', 'Unit', 'Unit'), - # Test NEG - ('neg.tz', '0', '(Left 2)', '-2'), - ('neg.tz', '0', '(Right 2)', '-2'), - ('neg.tz', '0', '(Left 0)', '0'), - ('neg.tz', '0', '(Right 0)', '0'), - ('neg.tz', '0', '(Left -2)', '2'), - # Test DIGN, DUGN, DROPN, DIPN - ('dign.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '5'), - ('dugn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '1'), - ('dropn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '5'), - ('dipn.tz', '0', '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)', '6'), - # Test DIGN 17 times. - ( - 'dig_eq.tz', - 'Unit', - '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12' - + ' (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (P' - + 'air 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))', - 'Unit', - ), - ( - 'dig_eq.tz', - 'Unit', - '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (' - + 'Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pa' - + 'ir 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))', - 'Unit', - ), - # Test Partial Exec - ('pexec.tz', '14', '38', '52'), - ('pexec_2.tz', "{ 0 ; 1 ; 2 ; 3}", '4', "{ 0 ; 7 ; 14 ; 21 }"), - # Test CHAIN_ID - ('chain_id_store.tz', 'None', 'Unit', '(Some "NetXdQprcVkpaWU")'), - ( - 'chain_id_store.tz', - '(Some 0x7a06a770)', - 'Unit', - '(Some "NetXdQprcVkpaWU")', - ), - ( - 'chain_id_store.tz', - '(Some "NetXdQprcVkpaWU")', - 'Unit', - '(Some "NetXdQprcVkpaWU")', - ), - # Test SELF - ('self_with_entrypoint.tz', 'Unit', 'Left (Left 0)', 'Unit'), - ('self_with_default_entrypoint.tz', 'Unit', 'Unit', 'Unit'), - # Test SELF_ADDRESS - ('self_address.tz', 'Unit', 'Unit', 'Unit'), - # Test UNPAIR - ('unpair.tz', 'Unit', 'Unit', 'Unit'), - # Test VOTING_POWER - ( - 'voting_power.tz', - '(Pair 0 0)', - f'"{PUBLIC_KEY}"', - '(Pair 4000000000000 20000000000000)', - ), - # Test KECCAK - ( - 'keccak.tz', - 'None', - f'0x{b"Hello, world!".hex()}', - '(Some 0xb6e16d27ac5ab427a7f68900ac5559ce2' - + '72dc6c37c82b3e052246c82244c50e4)', - ), - # Test SHA3 - ( - 'sha3.tz', - 'None', - f'0x{b"Hello, world!".hex()}', - '(Some 0xf345a219da005ebe9c1a1eaad97bbf38' - + 'a10c8473e41d0af7fb617caa0c6aa722)', - ), - # Test COMBs - ('comb.tz', '(Pair 0 0 0)', 'Unit', '(Pair 1 2 3)'), - ('uncomb.tz', '0', '(Pair 1 4 2)', '142'), - ('comb-get.tz', 'Unit', '(Pair 1 4 2 Unit)', 'Unit'), - ('comb-set.tz', '(Pair 1 4 2 Unit)', 'Unit', '(Pair 2 12 8 Unit)'), - ( - 'comb-set-2.tz', - 'None', - '(Pair 1 4 2 Unit)', - '(Some (Pair 2 4 "toto" 0x01))', - ), - # Test DUP n - ('dup-n.tz', 'Unit', 'Unit', 'Unit'), - # Test Sapling - ('sapling_empty_state.tz', '{}', 'Unit', '0'), - # Test building Fr element from nat. - # The initial storage is dropped then any value is valid. - # Random values can be generated using the following OCaml program. - # let r = Bls12_381.Fr.(random ()) in - # let x = Bls12_381.Fr.random () in - # Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) - # (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - # The natural is 1 in Fr. - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_fr_z_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_fr_z_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test with (positive and negative) integers. - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_fr_z_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-1', - '0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953' - + 'a7ed73', - ), - ( - 'bls12_381_fr_z_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-42', - '0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a' - + '7ed73', - ), - # Test building Fr element from nat. - # The initial storage is dropped then any value is valid. - # Random values can be generated using the following OCaml program. - # let r = Bls12_381.Fr.(random ()) in - # let x = Bls12_381.Fr.random () in - # Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) - # (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - # The natural is 1 in Fr. - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_z_fr_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_z_fr_nat.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test with (positive and negative) integers. - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '0', - '0x00000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '1', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '524358751751261904794477405081859658376905525005276378226036' - '58699938581184514', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '2', - '0x02000000000000000000000000000000000000000000000000000000000' - + '00000', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c' - + '5401f', - '3364491663033484423912034843462646864953418677080980279259699' - + '6408934105684394', - '0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91' - + '8a221', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc' - + 'dbe3f', - '2262028481792278490256467246991799299632821112798447289749169' - + '8543785655336309', - '0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6' - + '77c62', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '1718009307279455880617703583439793220591757728848373965251048' - + '2486858834123369', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-1', - '0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953' - + 'a7ed73', - ), - ( - 'bls12_381_z_fr_int.tz', - '0x01000000000000000000000000000000000000000000000000000000000' - + '00000', - '-42', - '0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a' - + '7ed73', - ), - # Same than previous one, but we added the order to the natural to - # verify the modulo is computed correctly and the multiplication - # computation does not fail. - ( - 'bls12_381_z_fr_int.tz', - '0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7' - + 'fcf2d', - '69615968247920749285624776342583898043608129789011377475114141' - + '186797415307882', - '0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec' - + 'bf221', - ), - # Test Fr bytes can be pushed without being padded - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x00 0x00', - '(Some 0x000000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x01 0x00', - '(Some 0x010000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x010000 0x00', - '(Some 0x010000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'add_bls12_381_fr.tz', - 'None', - 'Pair 0x010000 0x010000', - '(Some 0x020000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'bls12_381_fr_push_bytes_not_padded.tz', - 'None', - 'Unit', - '(Some 0x000000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ( - 'bls12_381_fr_push_nat.tz', - 'None', - 'Unit', - '(Some 0x100000000000000000000000000000000000000000000000000000' - + '0000000000)', - ), - ('bls12_381_fr_to_int.tz', '0', '0x00', '0'), - ('bls12_381_fr_to_int.tz', '0', '0x01', '1'), - # Generated using - # let r = Bls12_381.Fr.(random ()) in - # Printf.printf "%s = 0x%s" - # (Bls12_381.Fr.to_string r) - # (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes r)))) - ( - 'bls12_381_fr_to_int.tz', - '0', - '0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9' - + 'af16c27', - '1783268807701357777652478449446472851821391321341286660405373' - + '5695200962927400', - ), - ( - 'bls12_381_fr_to_int.tz', - '0', - '0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c' - + '0b0719', - '1132026582925658583078152196614952946047676740821044523890286' - + '9222031333517497', - ), - # Mutez -> Fr - ( - 'mutez_to_bls12_381_fr.tz', - '0x02', - '16', - '0x100000000000000000000000000000000000000000000000000000000' - + '0000000', - ), - # # would fail if trying to PACK mutez and UNPACK to Fr - ( - 'mutez_to_bls12_381_fr.tz', - '0x00', - '257', - '0x010100000000000000000000000000000000000000000000000000000' - + '0000000', - ), - # Fr -> Mutez - ('bls12_381_fr_to_mutez.tz', '0', '0x10', '16'), - ], - ) - def test_contract_input_output( - self, - client_regtest: ClientRegression, - contract: str, - param: str, - storage: str, - expected: str, - ): - client = client_regtest - assert contract.endswith( - '.tz' - ), "test contract should have .tz extension" - contract = path.join(OPCODES_CONTRACT_PATH, contract) - run_script_res = client.run_script( - contract, param, storage, trace_stack=True - ) - assert run_script_res.storage == expected - @pytest.mark.parametrize("balance", [0, 0.000001, 0.5, 1, 5, 1000, 8e12]) def test_balance(self, client_regtest: ClientRegression, balance: float): client = client_regtest diff --git a/tezt/lib_core/base.ml b/tezt/lib_core/base.ml index e4b7e90b418a504a18cb2021bd973ca480b2250d..f770053c13589f75fa28939b659b543b108998b9 100644 --- a/tezt/lib_core/base.ml +++ b/tezt/lib_core/base.ml @@ -94,6 +94,13 @@ let rec drop n l = else if n = 0 then l else match l with [] -> [] | _ :: rest -> drop (n - 1) rest +let span pred = + let rec aux acc = function + | x :: xs when pred x -> aux (x :: acc) xs + | l -> (List.rev acc, l) + in + aux [] + let rex ?opts r = (r, Re.compile (Re.Perl.re ?opts r)) let show_rex = fst diff --git a/tezt/lib_core/base.mli b/tezt/lib_core/base.mli index 562ebab995aed81af8d4b07cedcc437b98a24c17..c45c782ed08e9e09550ec21fafd4c443dfd28c03 100644 --- a/tezt/lib_core/base.mli +++ b/tezt/lib_core/base.mli @@ -86,6 +86,14 @@ val take : int -> 'a list -> 'a list else the empty list. Raise [invalid_arg] if [n] is negative. *) val drop : int -> 'a list -> 'a list +(** Split a list based on a predicate. + + [span f l] returns a pair of lists [(l1, l2)], where [l1] is the + longest prefix of [l] that satisfies the predicate [f], and [l2] is + the rest of the list. The order of the elements in the input list + is preserved such that [l = l1 @ l2]. *) +val span : ('a -> bool) -> 'a list -> 'a list * 'a list + (** {2 Regular Expressions} *) (** Compiled regular expressions. *) diff --git a/tezt/lib_tezos/client.ml b/tezt/lib_tezos/client.ml index 4522e69acf8f34300a0775fc220bdeea07d66688..78078f18f89c910d012f8bfd238d823eef7cc9e5 100644 --- a/tezt/lib_tezos/client.ml +++ b/tezt/lib_tezos/client.ml @@ -1331,17 +1331,19 @@ let stresstest ?endpoint ?source_aliases ?source_pkhs ?source_accounts ?seed client |> Process.check -let spawn_run_script ?hooks ?balance ?self_address ?source ?payer ?gas ~prg - ~storage ~input client = - spawn_command - ?hooks - client - (["run"; "script"; prg; "on"; "storage"; storage; "and"; "input"; input] - @ optional_arg "payer" Fun.id payer - @ optional_arg "source" Fun.id source - @ optional_arg "balance" Tez.to_string balance - @ optional_arg "self-address" Fun.id self_address - @ optional_arg "gas" (fun gas -> string_of_int gas) gas) +let spawn_run_script ?hooks ?protocol_hash ?(no_base_dir_warnings = false) + ?balance ?self_address ?source ?payer ?gas ?(trace_stack = false) ?level + ~prg ~storage ~input client = + spawn_command ?hooks ?protocol_hash client + @@ optional_switch "no-base-dir-warnings" no_base_dir_warnings + @ ["run"; "script"; prg; "on"; "storage"; storage; "and"; "input"; input] + @ optional_arg "payer" Fun.id payer + @ optional_arg "source" Fun.id source + @ optional_arg "balance" Tez.to_string balance + @ optional_arg "self-address" Fun.id self_address + @ optional_arg "gas" (fun gas -> string_of_int gas) gas + @ optional_arg "level" string_of_int level + @ optional_switch "trace-stack" trace_stack let stresstest_estimate_gas ?endpoint client = let* output = @@ -1378,28 +1380,42 @@ let stresstest_fund_accounts_from_source ?endpoint ~source_key_pkh ?batch_size initial_amount) |> Process.check -let run_script ?hooks ?balance ?self_address ?source ?payer ?gas ~prg ~storage - ~input client = +let run_script ?hooks ?protocol_hash ?no_base_dir_warnings ?balance + ?self_address ?source ?payer ?gas ?trace_stack ?level ~prg ~storage ~input + client = let* client_output = spawn_run_script ?hooks + ?protocol_hash + ?no_base_dir_warnings ?balance ?source ?payer ?self_address ?gas + ?trace_stack + ?level ~prg ~storage ~input client |> Process.check_and_read_stdout in - match client_output =~* rex "storage\n(.*)" with - | None -> + (* Extract the final storage, which is between the 'storage' and + 'emitted operations' line in [client_output] *) + let client_output_lines = String.split_on_char '\n' client_output in + let _header, tail = + span (fun line -> not (String.equal "storage" line)) client_output_lines + in + let storage, _tail = + span (fun line -> not (String.equal "emitted operations" line)) tail + in + match storage with + | "storage" :: storage -> return @@ String.trim (String.concat "\n" storage) + | _ -> Test.fail "Cannot extract new storage from client_output: %s" client_output - | Some storage -> return @@ String.trim storage let spawn_register_global_constant ?(wait = "none") ?burn_cap ~value ~src client = diff --git a/tezt/lib_tezos/client.mli b/tezt/lib_tezos/client.mli index 3d8743d84caad0d5c5fa8f50180d317aaab04bab..1c6c4290e0ebe52bd528afb59366df7582ea0db6 100644 --- a/tezt/lib_tezos/client.mli +++ b/tezt/lib_tezos/client.mli @@ -1081,11 +1081,15 @@ val stresstest_fund_accounts_from_source : Fails if the new storage cannot be extracted from the output. *) val run_script : ?hooks:Process.hooks -> + ?protocol_hash:string -> + ?no_base_dir_warnings:bool -> ?balance:Tez.t -> ?self_address:string -> ?source:string -> ?payer:string -> ?gas:int -> + ?trace_stack:bool -> + ?level:int -> prg:string -> storage:string -> input:string -> @@ -1095,11 +1099,15 @@ val run_script : (** Same as [run_script] but do not wait for the process to exit. *) val spawn_run_script : ?hooks:Process.hooks -> + ?protocol_hash:string -> + ?no_base_dir_warnings:bool -> ?balance:Tez.t -> ?self_address:string -> ?source:string -> ?payer:string -> ?gas:int -> + ?trace_stack:bool -> + ?level:int -> prg:string -> storage:string -> input:string -> diff --git a/tezt/lib_tezos/tezos_regression.ml b/tezt/lib_tezos/tezos_regression.ml index 934361083d97ec8cc22d714216732c10de1c8f1a..774b670a7da1750568797cd8ca6dc3a335d19918 100644 --- a/tezt/lib_tezos/tezos_regression.ml +++ b/tezt/lib_tezos/tezos_regression.ml @@ -62,7 +62,11 @@ let replace_variables string = string replacements -let hooks = +let scrubbed_global_options = + ["--base-dir"; "-d"; "--endpoint"; "-E"; "--sources"] + +let hooks_custom ?(scrubbed_global_options = scrubbed_global_options) + ?(replace_variables = replace_variables) () = let on_spawn command arguments = (* Remove arguments that shouldn't be captured in regression output. *) let arguments, _ = @@ -72,8 +76,7 @@ let hooks = else match arg with (* scrub client global options *) - | "--base-dir" | "-d" | "--endpoint" | "-E" | "--sources" -> - (acc, true) + | option when List.mem option scrubbed_global_options -> (acc, true) | _ -> (acc @ [replace_variables arg], false)) ([], (* scrub_next *) false) arguments @@ -83,3 +86,5 @@ let hooks = in let on_log output = replace_variables output |> Regression.capture in {Process.on_spawn; on_log} + +let hooks = hooks_custom ~scrubbed_global_options ~replace_variables () diff --git a/tezt/lib_tezos/tezos_regression.mli b/tezt/lib_tezos/tezos_regression.mli index 9a4761e64967cd6b8e5b19c2344f49e18f7e8e11..1adf6402a8ac70f5dd2f4de80c76efe710e666ce 100644 --- a/tezt/lib_tezos/tezos_regression.mli +++ b/tezt/lib_tezos/tezos_regression.mli @@ -25,14 +25,28 @@ (** Tezos-specific extension for the [Regression] module. *) -(** Hooks that replaces Tezos-specific values with constants. - - They replace public key hashes, public keys, contract hashes, and timestamps. - They also remove command arguments: --base-dir, -d, --endpoint, -E, and - --sources. *) -val hooks : Process.hooks - (** [replace_variables log] returns [log] with all occurrences of variables such as contract addresses, hashes etc. that may change between different runs replaced by constants. *) val replace_variables : string -> string + +(** Custom Tezos-specific regression hooks that replaces Tezos-specific values + with constants. + + [scrubbed_global_options] list of global options to scrub. Default: remove + global options [--base-dir], [-d], [--endpoint], [-E], and [--sources]. + + [replace_variables] is applied to the output and to the argument of each + global option not in [scrubbed_global_options]. Defaults to + {!replace_variables} that replaces key hashes, public keys, contract hashes, + and timestamps. *) +val hooks_custom : + ?scrubbed_global_options:string list -> + ?replace_variables:(string -> string) -> + unit -> + Process.hooks + +(** Hooks that replaces Tezos-specific values with constants. + + This is {!hooks_custom} with the default arguments. *) +val hooks : Process.hooks diff --git a/tezt/tests/contract_opcodes.ml b/tezt/tests/contract_opcodes.ml new file mode 100644 index 0000000000000000000000000000000000000000..1da248818c38b7e9ae9759e9ad8b3f522ef0754a --- /dev/null +++ b/tezt/tests/contract_opcodes.ml @@ -0,0 +1,1063 @@ +(*****************************************************************************) +(* *) +(* Open Source License *) +(* Copyright (c) 2022 Nomadic Labs *) +(* *) +(* 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 + ------- + Component: Michelson + Invocation: dune exec tezt/tests/main.exe -- --file contract_opcodes.ml + Subject: Runs Michelson opcode tests using [octez-client -mode mockup run script ...]. +*) + +(* For these tests, the default hooks would scrub much output of + interest. We use a lighter hook that only scrubs the clients + [--base-dir], since it varies between executions. *) +let hooks = + Tezos_regression.hooks_custom + ~scrubbed_global_options:["--base-dir"; "-d"] + ~replace_variables:Fun.id + () + +let public_key = Account.Bootstrap.keys.(0).public_key + +let hex s = s |> Bytes.of_string |> Hex.of_bytes |> Hex.show + +let test_contract_opcodes protocols = + let parameterization = + [ + ("cons.tz", "{}", "10", "{ 10 }"); + ("cons.tz", "{ 10 }", "-5", "{ -5 ; 10 }"); + ("cons.tz", "{ -5 ; 10 }", "99", "{ 99 ; -5 ; 10 }"); + (* Tests on Options *) + ("none.tz", "Some 10", "Unit", "None"); + ("ret_int.tz", "None", "Unit", "(Some 300)"); + (* Map block on lists *) + ("list_map_block.tz", "{0}", "{}", "{}"); + ("list_map_block.tz", "{0}", "{ 1 ; 1 ; 1 ; 1 }", "{ 1 ; 2 ; 3 ; 4 }"); + ("list_map_block.tz", "{0}", "{ 1 ; 2 ; 3 ; 0 }", "{ 1 ; 3 ; 5 ; 3 }"); + ("emit.tz", "Unit", "Unit", "Unit"); + (* Reverse a list *) + ("reverse.tz", {|{""}|}, "{}", "{}"); + ("reverse.tz", {|{""}|}, {|{ "c" ; "b" ; "a" }|}, {|{ "a" ; "b" ; "c" }|}); + (* Reverse using LOOP_LEFT *) + ("loop_left.tz", {|{""}|}, "{}", "{}"); + ( "loop_left.tz", + {|{""}|}, + {|{ "c" ; "b" ; "a" }|}, + {|{ "a" ; "b" ; "c" }|} ); + (* Identity on strings *) + ("str_id.tz", "None", {|"Hello"|}, {|(Some "Hello")|}); + ("str_id.tz", "None", {|"abcd"|}, {|(Some "abcd")|}); + (* Slice strings *) + ("slice.tz", "None", "Pair 0 0", "None"); + ("slice.tz", {|Some "Foo"|}, "Pair 10 5", "None"); + ("slice.tz", {|Some "Foo"|}, "Pair 0 0", {|(Some "")|}); + ("slice.tz", {|Some "Foo"|}, "Pair 0 10", "None"); + ("slice.tz", {|Some "Foo"|}, "Pair 0 2", {|(Some "Fo")|}); + ("slice.tz", {|Some "Foo"|}, "Pair 1 3", "None"); + ("slice.tz", {|Some "Foo"|}, "Pair 1 1", {|(Some "o")|}); + (* Stress-test the failure case of slice for a *) + (* non-trivial gas consumption *) + ( "slice.tz", + "Some" ^ "\"" + ^ (String.concat "" @@ List.init 2000 (Fun.const "Foo")) + ^ "\"", + "Pair 1 10000", + "None" ); + (* Slice bytes *) + ("slice_bytes.tz", "None", "Pair 0 1", "None"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 0 0", "(Some 0x)"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 0 1", "(Some 0xaa)"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 1 1", "(Some 0xbb)"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 1 2", "(Some 0xbbcc)"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 1 3", "None"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 2 1", "(Some 0xcc)"); + ("slice_bytes.tz", "Some 0xaabbcc", "Pair 2 2", "None"); + (* Stress-test the failure case of slice for a *) + (* non-trivial gas consumption *) + ( "slice_bytes.tz", + "Some 0x" ^ String.concat "" @@ List.init 2000 (Fun.const "aabbcc"), + "Pair 1 10000", + "None" ); + (* Identity on pairs *) + ("pair_id.tz", "None", "(Pair True False)", "(Some (Pair True False))"); + ("pair_id.tz", "None", "(Pair False True)", "(Some (Pair False True))"); + ("pair_id.tz", "None", "(Pair True True)", "(Some (Pair True True))"); + ("pair_id.tz", "None", "(Pair False False)", "(Some (Pair False False))"); + (* Tests CAR and CDR instructions *) + ("car.tz", "0", "(Pair 34 17)", "34"); + ("cdr.tz", "0", "(Pair 34 17)", "17"); + (* Logical not *) + ("not.tz", "None", "True", "(Some False)"); + ("not.tz", "None", "False", "(Some True)"); + (* Logical and *) + ("and.tz", "None", "(Pair False False)", "(Some False)"); + ("and.tz", "None", "(Pair False True)", "(Some False)"); + ("and.tz", "None", "(Pair True False)", "(Some False)"); + ("and.tz", "None", "(Pair True True)", "(Some True)"); + (* Logical or *) + ("or.tz", "None", "(Pair False False)", "(Some False)"); + ("or.tz", "None", "(Pair False True)", "(Some True)"); + ("or.tz", "None", "(Pair True False)", "(Some True)"); + ("or.tz", "None", "(Pair True True)", "(Some True)"); + (* Logical and *) + ("and_logical_1.tz", "False", "(Pair False False)", "False"); + ("and_logical_1.tz", "False", "(Pair False True)", "False"); + ("and_logical_1.tz", "False", "(Pair True False)", "False"); + ("and_logical_1.tz", "False", "(Pair True True)", "True"); + (* Binary and *) + ("and_binary.tz", "Unit", "Unit", "Unit"); + (* Binary or *) + ("or_binary.tz", "None", "(Pair 4 8)", "(Some 12)"); + ("or_binary.tz", "None", "(Pair 0 8)", "(Some 8)"); + ("or_binary.tz", "None", "(Pair 8 0)", "(Some 8)"); + ("or_binary.tz", "None", "(Pair 15 4)", "(Some 15)"); + ("or_binary.tz", "None", "(Pair 14 1)", "(Some 15)"); + ("or_binary.tz", "None", "(Pair 7 7)", "(Some 7)"); + (* Binary not *) + ("not_binary.tz", "None", "(Left 0)", "(Some -1)"); + ("not_binary.tz", "None", "(Left 8)", "(Some -9)"); + ("not_binary.tz", "None", "(Left 7)", "(Some -8)"); + ("not_binary.tz", "None", "(Left -9)", "(Some 8)"); + ("not_binary.tz", "None", "(Left -8)", "(Some 7)"); + ("not_binary.tz", "None", "(Right 0)", "(Some -1)"); + ("not_binary.tz", "None", "(Right 8)", "(Some -9)"); + ("not_binary.tz", "None", "(Right 7)", "(Some -8)"); + (* XOR *) + ("xor.tz", "None", "Left (Pair False False)", "(Some (Left False))"); + ("xor.tz", "None", "Left (Pair False True)", "(Some (Left True))"); + ("xor.tz", "None", "Left (Pair True False)", "(Some (Left True))"); + ("xor.tz", "None", "Left (Pair True True)", "(Some (Left False))"); + ("xor.tz", "None", "Right (Pair 0 0)", "(Some (Right 0))"); + ("xor.tz", "None", "Right (Pair 0 1)", "(Some (Right 1))"); + ("xor.tz", "None", "Right (Pair 1 0)", "(Some (Right 1))"); + ("xor.tz", "None", "Right (Pair 1 1)", "(Some (Right 0))"); + ("xor.tz", "None", "Right (Pair 42 21)", "(Some (Right 63))"); + ("xor.tz", "None", "Right (Pair 42 63)", "(Some (Right 21))"); + (* test shifts: LSL & LSR *) + ("shifts.tz", "None", "(Left (Pair 8 1))", "(Some 16)"); + ("shifts.tz", "None", "(Left (Pair 0 0))", "(Some 0)"); + ("shifts.tz", "None", "(Left (Pair 0 1))", "(Some 0)"); + ("shifts.tz", "None", "(Left (Pair 1 2))", "(Some 4)"); + ("shifts.tz", "None", "(Left (Pair 15 2))", "(Some 60)"); + ("shifts.tz", "None", "(Right (Pair 8 1))", "(Some 4)"); + ("shifts.tz", "None", "(Right (Pair 0 0))", "(Some 0)"); + ("shifts.tz", "None", "(Right (Pair 0 1))", "(Some 0)"); + ("shifts.tz", "None", "(Right (Pair 1 2))", "(Some 0)"); + ("shifts.tz", "None", "(Right (Pair 15 2))", "(Some 3)"); + (* Concatenate all strings of a list into one string *) + ("concat_list.tz", {|""|}, {|{ "a" ; "b" ; "c" }|}, {|"abc"|}); + ("concat_list.tz", {|""|}, "{}", {|""|}); + ( "concat_list.tz", + {|""|}, + {|{ "Hello" ; " " ; "World" ; "!" }|}, + {|"Hello World!"|} ); + (* Concatenate the bytes in storage with all bytes in the given list *) + ("concat_hello_bytes.tz", "{}", "{ 0xcd }", "{ 0xffcd }"); + ("concat_hello_bytes.tz", "{}", "{}", "{}"); + ("concat_hello_bytes.tz", "{}", "{ 0xab ; 0xcd }", "{ 0xffab ; 0xffcd }"); + (* Identity on lists *) + ("list_id.tz", {|{""}|}, {|{ "1" ; "2" ; "3" }|}, {|{ "1" ; "2" ; "3" }|}); + ("list_id.tz", {|{""}|}, "{}", "{}"); + ("list_id.tz", {|{""}|}, {|{ "a" ; "b" ; "c" }|}, {|{ "a" ; "b" ; "c" }|}); + ( "list_id_map.tz", + {|{""}|}, + {|{ "1" ; "2" ; "3" }|}, + {|{ "1" ; "2" ; "3" }|} ); + ("list_id_map.tz", {|{""}|}, "{}", "{}"); + ( "list_id_map.tz", + {|{""}|}, + {|{ "a" ; "b" ; "c" }|}, + {|{ "a" ; "b" ; "c" }|} ); + (* Identity on maps *) + ("map_id.tz", "{}", "{ Elt 0 1 }", "{ Elt 0 1 }"); + ("map_id.tz", "{}", "{ Elt 0 0 }", "{ Elt 0 0 }"); + ("map_id.tz", "{}", "{ Elt 0 0 ; Elt 3 4 }", "{ Elt 0 0 ; Elt 3 4 }"); + (* Memberships in maps *) + ( "map_mem_nat.tz", + "(Pair { Elt 0 1 } None)", + "1", + "(Pair { Elt 0 1 } (Some False))" ); + ("map_mem_nat.tz", "(Pair {} None)", "1", "(Pair {} (Some False))"); + ( "map_mem_nat.tz", + "(Pair { Elt 1 0 } None)", + "1", + "(Pair { Elt 1 0 } (Some True))" ); + ( "map_mem_nat.tz", + "(Pair { Elt 1 4 ; Elt 2 11 } None)", + "1", + "(Pair { Elt 1 4 ; Elt 2 11 } (Some True))" ); + ( "map_mem_nat.tz", + "(Pair { Elt 1 4 ; Elt 2 11 } None)", + "2", + "(Pair { Elt 1 4 ; Elt 2 11 } (Some True))" ); + ( "map_mem_nat.tz", + "(Pair { Elt 1 4 ; Elt 2 11 } None)", + "3", + {|(Pair { Elt 1 4 ; Elt 2 11 } (Some False))|} ); + ( "map_mem_string.tz", + {|(Pair { Elt "foo" 1 } None)|}, + {|"bar"|}, + {|(Pair { Elt "foo" 1 } (Some False))|} ); + ( "map_mem_string.tz", + {|(Pair {} None)|}, + {|"bar"|}, + {|(Pair {} (Some False))|} ); + ( "map_mem_string.tz", + {|(Pair { Elt "foo" 0 } None)|}, + {|"foo"|}, + {|(Pair { Elt "foo" 0 } (Some True))|} ); + ( "map_mem_string.tz", + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)|}, + {|"foo"|}, + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))|} ); + ( "map_mem_string.tz", + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)|}, + {|"bar"|}, + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))|} ); + ( "map_mem_string.tz", + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)|}, + {|"baz"|}, + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))|} ); + (* Mapping over maps *) + ("map_map.tz", "{}", "10", "{}"); + ("map_map.tz", {|{ Elt "foo" 1 }|}, "10", {|{ Elt "foo" 11 }|}); + ( "map_map.tz", + {|{ Elt "bar" 5 ; Elt "foo" 1 }|}, + "15", + {|{ Elt "bar" 20 ; Elt "foo" 16 }|} ); + (* Memberships in big maps *) + ( "big_map_mem_nat.tz", + "(Pair { Elt 0 1 } None)", + "1", + "(Pair 4 (Some False))" ); + ("big_map_mem_nat.tz", "(Pair {} None)", "1", "(Pair 4 (Some False))"); + ( "big_map_mem_nat.tz", + "(Pair { Elt 1 0 } None)", + "1", + "(Pair 4 (Some True))" ); + ( "big_map_mem_nat.tz", + "(Pair { Elt 1 4 ; Elt 2 11 } None)", + "1", + "(Pair 4 (Some True))" ); + ( "big_map_mem_nat.tz", + "(Pair { Elt 1 4 ; Elt 2 11 } None)", + "2", + "(Pair 4 (Some True))" ); + ( "big_map_mem_nat.tz", + "(Pair { Elt 1 4 ; Elt 2 11 } None)", + "3", + "(Pair 4 (Some False))" ); + ( "big_map_mem_string.tz", + {|(Pair { Elt "foo" 1 } None)|}, + {|"bar"|}, + "(Pair 4 (Some False))" ); + ( "big_map_mem_string.tz", + "(Pair {} None)", + {|"bar"|}, + "(Pair 4 (Some False))" ); + ( "big_map_mem_string.tz", + {|(Pair { Elt "foo" 0 } None)|}, + {|"foo"|}, + "(Pair 4 (Some True))" ); + ( "big_map_mem_string.tz", + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)|}, + {|"foo"|}, + "(Pair 4 (Some True))" ); + ( "big_map_mem_string.tz", + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)|}, + {|"bar"|}, + "(Pair 4 (Some True))" ); + ( "big_map_mem_string.tz", + {|(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)|}, + {|"baz"|}, + "(Pair 4 (Some False))" ); + (* Identity on sets *) + ("set_id.tz", "{}", {|{ "a" ; "b" ; "c" }|}, {|{ "a" ; "b" ; "c" }|}); + ("set_id.tz", "{}", "{}", "{}"); + ("set_id.tz", "{}", {|{ "asdf" ; "bcde" }|}, {|{ "asdf" ; "bcde" }|}); + (* List concat *) + ("list_concat.tz", {|"abc"|}, {|{ "d" ; "e" ; "f" }|}, {|"abcdef"|}); + ("list_concat.tz", {|"abc"|}, "{}", {|"abc"|}); + ( "list_concat_bytes.tz", + "0x00ab", + "{ 0xcd ; 0xef ; 0x00 }", + "0x00abcdef00" ); + ("list_concat_bytes.tz", "0x", "{ 0x00 ; 0x11 ; 0x00 }", "0x001100"); + ("list_concat_bytes.tz", "0xabcd", "{}", "0xabcd"); + ("list_concat_bytes.tz", "0x", "{}", "0x"); + (* List iter *) + ("list_iter.tz", "0", "{ 10 ; 2 ; 1 }", "20"); + ("list_iter.tz", "0", "{ 3 ; 6 ; 9 }", "162"); + (* List size *) + ("list_size.tz", "111", "{}", "0"); + ("list_size.tz", "111", "{ 1 }", "1"); + ("list_size.tz", "111", "{ 1 ; 2 ; 3 }", "3"); + ("list_size.tz", "111", "{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }", "6"); + (* Set member -- set is in storage *) + ("set_member.tz", "(Pair {} None)", {|"Hi"|}, "(Pair {} (Some False))"); + ( "set_member.tz", + {|(Pair { "Hi" } None)|}, + {|"Hi"|}, + {|(Pair { "Hi" } (Some True))|} ); + ( "set_member.tz", + {|(Pair { "Hello" ; "World" } None)|}, + {|""|}, + {|(Pair { "Hello" ; "World" } (Some False))|} ); + (* Set size *) + ("set_size.tz", "111", "{}", "0"); + ("set_size.tz", "111", "{ 1 }", "1"); + ("set_size.tz", "111", "{ 1 ; 2 ; 3 }", "3"); + ("set_size.tz", "111", "{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }", "6"); + (* Set iter *) + ("set_iter.tz", "111", "{}", "0"); + ("set_iter.tz", "111", "{ 1 }", "1"); + ("set_iter.tz", "111", "{ -100 ; 1 ; 2 ; 3 }", "-94"); + (* Map size *) + ("map_size.tz", "111", "{}", "0"); + ("map_size.tz", "111", {|{ Elt "a" 1 }|}, "1"); + ("map_size.tz", "111", {|{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }|}, "3"); + ( "map_size.tz", + "111", + {|{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }|}, + "6" ); + (* Contains all elements -- does the second list contain all of the same elements as the first one? I'm ignoring element multiplicity *) + ("contains_all.tz", "None", "(Pair {} {})", "(Some True)"); + ("contains_all.tz", "None", {|(Pair { "c" } { "B" })|}, "(Some False)"); + ("contains_all.tz", "None", {|(Pair { "A" } { "B" })|}, "(Some False)"); + ("contains_all.tz", "None", {|(Pair { "B" } { "B" })|}, "(Some True)"); + ( "contains_all.tz", + "None", + {|(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })|}, + "(Some True)" ); + ( "contains_all.tz", + "None", + {|(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })|}, + "(Some True)" ); + (* Concatenate the string in storage with all strings in *) + (* the given list *) + ("concat_hello.tz", "{}", {|{ "World!" }|}, {|{ "Hello World!" }|}); + ("concat_hello.tz", "{}", "{}", "{}"); + ( "concat_hello.tz", + "{}", + {|{ "test1" ; "test2" }|}, + {|{ "Hello test1" ; "Hello test2" }|} ); + (* Create an empty map and add a string to it *) + ("empty_map.tz", "{}", "Unit", {|{ Elt "hello" "world" }|}); + (* Get the value stored at the given key in the map *) + ( "get_map_value.tz", + {|(Pair None { Elt "hello" "hi" })|}, + {|"hello"|}, + {|(Pair (Some "hi") { Elt "hello" "hi" })|} ); + ( "get_map_value.tz", + {|(Pair None { Elt "hello" "hi" })|}, + {|""|}, + {|(Pair None { Elt "hello" "hi" })|} ); + ( "get_map_value.tz", + {|(Pair None { Elt "1" "one" ; Elt "2" "two" })|}, + {|"1"|}, + {|(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })|} ); + (* Get and update the value stored at the given key in the map *) + ("get_and_update_map.tz", "(Pair None {})", {|"hello"|}, "(Pair None {})"); + ( "get_and_update_map.tz", + "(Pair (Some 4) {})", + {|"hello"|}, + {|(Pair None { Elt "hello" 4 })|} ); + ( "get_and_update_map.tz", + {|(Pair None { Elt "hello" 4 })|}, + {|"hello"|}, + "(Pair (Some 4) {})" ); + ( "get_and_update_map.tz", + {|(Pair (Some 5) { Elt "hello" 4 })|}, + {|"hello"|}, + {|(Pair (Some 4) { Elt "hello" 5 })|} ); + ( "get_and_update_map.tz", + {|(Pair (Some 5) { Elt "hello" 4 })|}, + {|"hi"|}, + {|(Pair None { Elt "hello" 4 ; Elt "hi" 5 })|} ); + ( "get_and_update_map.tz", + {|(Pair None { Elt "1" 1 ; Elt "2" 2 })|}, + {|"1"|}, + {|(Pair (Some 1) { Elt "2" 2 })|} ); + ( "get_and_update_map.tz", + {|(Pair None { Elt "1" 1 ; Elt "2" 2 })|}, + {|"2"|}, + {|(Pair (Some 2) { Elt "1" 1 })|} ); + (* Map iter *) + ("map_iter.tz", "(Pair 0 0)", "{ Elt 0 100 ; Elt 2 100 }", "(Pair 2 200)"); + ("map_iter.tz", "(Pair 0 0)", "{ Elt 1 1 ; Elt 2 100 }", "(Pair 3 101)"); + (* Return True if True branch of if was taken and False otherwise *) + ("if.tz", "None", "True", "(Some True)"); + ("if.tz", "None", "False", "(Some False)"); + (* Generate a pair of or types *) + ("left_right.tz", {|(Left "X")|}, "(Left True)", "(Right True)"); + ("left_right.tz", {|(Left "X")|}, {|(Right "a")|}, {|(Left "a")|}); + (* Reverse a list *) + ("reverse_loop.tz", {|{""}|}, "{}", "{}"); + ( "reverse_loop.tz", + {|{""}|}, + {|{ "c" ; "b" ; "a" }|}, + {|{ "a" ; "b" ; "c" }|} ); + (* Exec concat contract *) + ("exec_concat.tz", {|"?"|}, {|""|}, {|"_abc"|}); + ("exec_concat.tz", {|"?"|}, {|"test"|}, {|"test_abc"|}); + (* Get the current balance of the contract *) + ("balance.tz", "111", "Unit", "4000000000000"); + (* Get the current level of the block *) + (* Test the produced variable annotation *) + ("level.tz", "111", "Unit", "1"); + (* Test addition and subtraction on tez *) + ( "tez_add_sub.tz", + "None", + "(Pair 2000000 1000000)", + "(Some (Pair 3000000 1000000))" ); + ( "tez_add_sub.tz", + "None", + "(Pair 2310000 1010000)", + "(Some (Pair 3320000 1300000))" ); + (* Test various additions *) + ("add.tz", "Unit", "Unit", "Unit"); + (* Test ABS *) + ("abs.tz", "Unit", "12039123919239192312931", "Unit"); + ("abs.tz", "Unit", "0", "Unit"); + ("abs.tz", "Unit", "948", "Unit"); + (* Test INT *) + ("int.tz", "None", "0", "(Some 0)"); + ("int.tz", "None", "1", "(Some 1)"); + ("int.tz", "None", "9999", "(Some 9999)"); + (* Test DIP *) + ("dip.tz", "(Pair 0 0)", "(Pair 15 9)", "(Pair 15 24)"); + ("dip.tz", "(Pair 0 0)", "(Pair 1 1)", "(Pair 1 2)"); + (* Test get first element of list *) + ("first.tz", "111", "{ 1 ; 2 ; 3 ; 4 }", "1"); + ("first.tz", "111", "{ 4 }", "4"); + (* Hash input string *) + (* Test assumed to be correct -- hash is based on encoding of AST *) + ( "hash_string.tz", + "0x00", + {|"abcdefg"|}, + "0x46fdbcb4ea4eadad5615c" + ^ "daa17d67f783e01e21149ce2b27de497600b4cd8f4e" ); + ( "hash_string.tz", + "0x00", + {|"12345"|}, + "0xb4c26c20de52a4eaf0d8a34" + ^ "0db47ad8cb1e74049570859c9a9a3952b204c772f" ); + (* IF_SOME *) + ("if_some.tz", {|"?"|}, {|(Some "hello")|}, {|"hello"|}); + ("if_some.tz", {|"?"|}, "None", {|""|}); + (* Tests the SET_CAR and SET_CDR instructions *) + ("set_car.tz", {|(Pair "hello" 0)|}, {|"world"|}, {|(Pair "world" 0)|}); + ("set_car.tz", {|(Pair "hello" 0)|}, {|"abc"|}, {|(Pair "abc" 0)|}); + ("set_car.tz", {|(Pair "hello" 0)|}, {|""|}, {|(Pair "" 0)|}); + ("set_cdr.tz", {|(Pair "hello" 0)|}, "1", {|(Pair "hello" 1)|}); + ("set_cdr.tz", {|(Pair "hello" 500)|}, "3", {|(Pair "hello" 3)|}); + ("set_cdr.tz", {|(Pair "hello" 7)|}, "100", {|(Pair "hello" 100)|}); + (* Convert a public key to a public key hash *) + ( "hash_key.tz", + "None", + {|"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"|}, + {|(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")|} ); + ( "hash_key.tz", + "None", + {|"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"|}, + {|(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")|} ); + (* Test timestamp operations *) + ( "add_timestamp_delta.tz", + "None", + "(Pair 100 100)", + {|(Some "1970-01-01T00:03:20Z")|} ); + ( "add_timestamp_delta.tz", + "None", + "(Pair 100 -100)", + {|(Some "1970-01-01T00:00:00Z")|} ); + ( "add_timestamp_delta.tz", + "None", + {|(Pair "1970-01-01T00:00:00Z" 0)|}, + {|(Some "1970-01-01T00:00:00Z")|} ); + ( "add_delta_timestamp.tz", + "None", + "(Pair 100 100)", + {|(Some "1970-01-01T00:03:20Z")|} ); + ( "add_delta_timestamp.tz", + "None", + "(Pair -100 100)", + {|(Some "1970-01-01T00:00:00Z")|} ); + ( "add_delta_timestamp.tz", + "None", + {|(Pair 0 "1970-01-01T00:00:00Z")|}, + {|(Some "1970-01-01T00:00:00Z")|} ); + ( "sub_timestamp_delta.tz", + "111", + "(Pair 100 100)", + {|"1970-01-01T00:00:00Z"|} ); + ( "sub_timestamp_delta.tz", + "111", + "(Pair 100 -100)", + {|"1970-01-01T00:03:20Z"|} ); + ( "sub_timestamp_delta.tz", + "111", + "(Pair 100 2000000000000000000)", + "-1999999999999999900" ); + ("diff_timestamps.tz", "111", "(Pair 0 0)", "0"); + ("diff_timestamps.tz", "111", "(Pair 0 1)", "-1"); + ("diff_timestamps.tz", "111", "(Pair 1 0)", "1"); + ( "diff_timestamps.tz", + "111", + {|(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")|}, + "200" ); + (* Test pack/unpack *) + ( "packunpack_rev.tz", + "Unit", + {|(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))|}, + "Unit" ); + ( "packunpack_rev.tz", + "Unit", + {|(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))|}, + "Unit" ); + ( "packunpack_rev_cty.tz", + "Unit", + {|(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))|}, + "Unit" ); + ( "packunpack_rev_cty.tz", + "Unit", + {|(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))|}, + "Unit" ); + (* Test EDIV on nat and int *) + ( "ediv.tz", + "(Pair None None None None)", + "(Pair 10 -3)", + "(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) " + ^ "(Some (Pair -3 1)) (Some (Pair 3 1)))" ); + ( "ediv.tz", + "(Pair None None None None)", + "(Pair 10 0)", + "(Pair None None None None)" ); + ( "ediv.tz", + "(Pair None None None None)", + "(Pair -8 2)", + "(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) " + ^ "(Some (Pair 4 0)) (Some (Pair 4 0)))" ); + (* Test EDIV on mutez *) + ( "ediv_mutez.tz", + "(Left None)", + "(Pair 10 (Left 10))", + "(Left (Some (Pair 1 0)))" ); + ( "ediv_mutez.tz", + "(Left None)", + "(Pair 10 (Left 3))", + "(Left (Some (Pair 3 1)))" ); + ("ediv_mutez.tz", "(Left None)", "(Pair 10 (Left 0))", "(Left None)"); + ( "ediv_mutez.tz", + "(Left None)", + "(Pair 10 (Right 10))", + "(Right (Some (Pair 1 0)))" ); + ( "ediv_mutez.tz", + "(Left None)", + "(Pair 10 (Right 3))", + "(Right (Some (Pair 3 1)))" ); + ("ediv_mutez.tz", "(Left None)", "(Pair 10 (Right 0))", "(Right None)"); + ( "ediv_mutez.tz", + "(Left None)", + "(Pair 5 (Right 10))", + "(Right (Some (Pair 0 5)))" ); + (* Test compare *) + ("compare.tz", "Unit", "Unit", "Unit"); + (* Test comparison combinators: *) + (* GT, GE, LT, LE, NEQ, EQ *) + ( "comparisons.tz", + "{}", + "{ -9999999; -1 ; 0 ; 1 ; 9999999 }", + "{ " + ^ "{ False ; False ; False ; True ; True } ;\n\ + \ { False ; False ; True ; True ; True } ;\n\ + \ { True ; True ; False ; False ; False } ;\n\ + \ { True ; True ; True ; False ; False } ;\n\ + \ { True ; True ; False ; True ; True } ;\n\ + \ { False ; False ; True ; False ; False } }" ); + (* Test ADDRESS *) + ( "address.tz", + "None", + {|"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"|}, + {|(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")|} ); + (* Test (CONTRACT unit) *) + ("contract.tz", "Unit", {|"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"|}, "Unit"); + (* Test create_contract *) + ( "create_contract.tz", + "None", + "Unit", + {|(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")|} ); + (* Test multiplication - success case (no overflow) *) + (* Failure case is tested in mul_overflow.tz *) + ("mul.tz", "Unit", "Unit", "Unit"); + (* Test NEG *) + ("neg.tz", "0", "(Left 2)", "-2"); + ("neg.tz", "0", "(Right 2)", "-2"); + ("neg.tz", "0", "(Left 0)", "0"); + ("neg.tz", "0", "(Right 0)", "0"); + ("neg.tz", "0", "(Left -2)", "2"); + (* Test DIGN, DUGN, DROPN, DIPN *) + ("dign.tz", "0", "(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)", "5"); + ("dugn.tz", "0", "(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)", "1"); + ("dropn.tz", "0", "(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)", "5"); + ("dipn.tz", "0", "(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)", "6"); + (* Test DIGN 17 times. *) + ( "dig_eq.tz", + "Unit", + "(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12" + ^ " (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (P" + ^ "air 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))", + "Unit" ); + ( "dig_eq.tz", + "Unit", + "(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (" + ^ "Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pa" + ^ "ir 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))", + "Unit" ); + (* Test Partial Exec *) + ("pexec.tz", "14", "38", "52"); + ("pexec_2.tz", "{ 0 ; 1 ; 2 ; 3}", "4", "{ 0 ; 7 ; 14 ; 21 }"); + (* Test CHAIN_ID *) + ("chain_id_store.tz", "None", "Unit", {|(Some "NetXynUjJNZm7wi")|}); + ( "chain_id_store.tz", + "(Some 0x7a06a770)", + "Unit", + {|(Some "NetXynUjJNZm7wi")|} ); + ( "chain_id_store.tz", + {|(Some "NetXynUjJNZm7wi")|}, + "Unit", + {|(Some "NetXynUjJNZm7wi")|} ); + (* Test SELF *) + ("self_with_entrypoint.tz", "Unit", "Left (Left 0)", "Unit"); + ("self_with_default_entrypoint.tz", "Unit", "Unit", "Unit"); + (* Test SELF_ADDRESS *) + ("self_address.tz", "Unit", "Unit", "Unit"); + (* Test UNPAIR *) + ("unpair.tz", "Unit", "Unit", "Unit"); + (* Test VOTING_POWER *) + ( "voting_power.tz", + "(Pair 0 0)", + sf {|"%s"|} public_key, + "(Pair 4000000000000 20000000000000)" ); + (* Test KECCAK *) + ( "keccak.tz", + "None", + "0x" ^ hex "Hello, world!", + "(Some 0xb6e16d27ac5ab427a7f68900ac5559ce2" + ^ "72dc6c37c82b3e052246c82244c50e4)" ); + (* Test SHA3 *) + ( "sha3.tz", + "None", + "0x" ^ hex "Hello, world!", + "(Some 0xf345a219da005ebe9c1a1eaad97bbf38" + ^ "a10c8473e41d0af7fb617caa0c6aa722)" ); + (* Test COMBs *) + ("comb.tz", "(Pair 0 0 0)", "Unit", "(Pair 1 2 3)"); + ("uncomb.tz", "0", "(Pair 1 4 2)", "142"); + ("comb-get.tz", "Unit", "(Pair 1 4 2 Unit)", "Unit"); + ("comb-set.tz", "(Pair 1 4 2 Unit)", "Unit", "(Pair 2 12 8 Unit)"); + ( "comb-set-2.tz", + "None", + "(Pair 1 4 2 Unit)", + {|(Some (Pair 2 4 "toto" 0x01))|} ); + (* Test DUP n *) + ("dup-n.tz", "Unit", "Unit", "Unit"); + (* Test Sapling *) + ("sapling_empty_state.tz", "{}", "Unit", "0"); + (* Test building Fr element from nat. *) + (* The initial storage is dropped then any value is valid. *) + (* Random values can be generated using the following OCaml program. *) + (* let r = Bls12_381.Fr.(random ()) in *) + (* let x = Bls12_381.Fr.random () in *) + (* Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" *) + (* (Bls12_381.Fr.to_string r) *) + (* (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) *) + (* (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) *) + ( "bls12_381_fr_z_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "0", + "0x00000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "1", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + (* The natural is 1 in Fr. *) + ( "bls12_381_fr_z_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "52435875175126190479447740508185965837690552500527637822603658699938581184514", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "2", + "0x02000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_nat.tz", + "0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c" + ^ "5401f", + "3364491663033484423912034843462646864953418677080980279259699" + ^ "6408934105684394", + "0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91" + ^ "8a221" ); + ( "bls12_381_fr_z_nat.tz", + "0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc" + ^ "dbe3f", + "2262028481792278490256467246991799299632821112798447289749169" + ^ "8543785655336309", + "0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6" + ^ "77c62" ); + ( "bls12_381_fr_z_nat.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "1718009307279455880617703583439793220591757728848373965251048" + ^ "2486858834123369", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + (* Same than previous one, but we added the order to the natural to *) + (* verify the modulo is computed correctly and the multiplication *) + (* computation does not fail. *) + ( "bls12_381_fr_z_nat.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "69615968247920749285624776342583898043608129789011377475114141" + ^ "186797415307882", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + (* Test with (positive and negative) integers. *) + ( "bls12_381_fr_z_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "0", + "0x00000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "1", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "52435875175126190479447740508185965837690552500527637822603658699938581184514", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "2", + "0x02000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_fr_z_int.tz", + "0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c" + ^ "5401f", + "3364491663033484423912034843462646864953418677080980279259699" + ^ "6408934105684394", + "0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91" + ^ "8a221" ); + ( "bls12_381_fr_z_int.tz", + "0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc" + ^ "dbe3f", + "2262028481792278490256467246991799299632821112798447289749169" + ^ "8543785655336309", + "0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6" + ^ "77c62" ); + ( "bls12_381_fr_z_int.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "1718009307279455880617703583439793220591757728848373965251048" + ^ "2486858834123369", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + (* Same than previous one, but we added the order to the natural to *) + (* verify the modulo is computed correctly and the multiplication *) + (* computation does not fail. *) + ( "bls12_381_fr_z_int.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "69615968247920749285624776342583898043608129789011377475114141" + ^ "186797415307882", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + ( "bls12_381_fr_z_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "-1", + "0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953" + ^ "a7ed73" ); + ( "bls12_381_fr_z_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "-42", + "0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a" + ^ "7ed73" ); + (* Test building Fr element from nat. *) + (* The initial storage is dropped then any value is valid. *) + (* Random values can be generated using the following OCaml program. *) + (* let r = Bls12_381.Fr.(random ()) in *) + (* let x = Bls12_381.Fr.random () in *) + (* Printf.printf "Param = (Pair %s 0x%s). Result = 0x%s" *) + (* (Bls12_381.Fr.to_string r) *) + (* (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes x)))) *) + (* (Hex.(show (of_bytes (Bls12_381.Fr.(to_bytes (mul r x)))))) *) + ( "bls12_381_z_fr_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "0", + "0x00000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "1", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + (* The natural is 1 in Fr. *) + ( "bls12_381_z_fr_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "52435875175126190479447740508185965837690552500527637822603658699938581184514", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_nat.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "2", + "0x02000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_nat.tz", + "0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c" + ^ "5401f", + "3364491663033484423912034843462646864953418677080980279259699" + ^ "6408934105684394", + "0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91" + ^ "8a221" ); + ( "bls12_381_z_fr_nat.tz", + "0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc" + ^ "dbe3f", + "2262028481792278490256467246991799299632821112798447289749169" + ^ "8543785655336309", + "0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6" + ^ "77c62" ); + ( "bls12_381_z_fr_nat.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "1718009307279455880617703583439793220591757728848373965251048" + ^ "2486858834123369", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + (* Same than previous one, but we added the order to the natural to *) + (* verify the modulo is computed correctly and the multiplication *) + (* computation does not fail. *) + ( "bls12_381_z_fr_nat.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "69615968247920749285624776342583898043608129789011377475114141" + ^ "186797415307882", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + (* Test with (positive and negative) integers. *) + ( "bls12_381_z_fr_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "0", + "0x00000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "1", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "52435875175126190479447740508185965837690552500527637822603658699938581184514", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "2", + "0x02000000000000000000000000000000000000000000000000000000000" + ^ "00000" ); + ( "bls12_381_z_fr_int.tz", + "0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c" + ^ "5401f", + "3364491663033484423912034843462646864953418677080980279259699" + ^ "6408934105684394", + "0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca91" + ^ "8a221" ); + ( "bls12_381_z_fr_int.tz", + "0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfc" + ^ "dbe3f", + "2262028481792278490256467246991799299632821112798447289749169" + ^ "8543785655336309", + "0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe6" + ^ "77c62" ); + ( "bls12_381_z_fr_int.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "1718009307279455880617703583439793220591757728848373965251048" + ^ "2486858834123369", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + ( "bls12_381_z_fr_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "-1", + "0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953" + ^ "a7ed73" ); + ( "bls12_381_z_fr_int.tz", + "0x01000000000000000000000000000000000000000000000000000000000" + ^ "00000", + "-42", + "0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a" + ^ "7ed73" ); + (* Same than previous one, but we added the order to the natural to *) + (* verify the modulo is computed correctly and the multiplication *) + (* computation does not fail. *) + ( "bls12_381_z_fr_int.tz", + "0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7" + ^ "fcf2d", + "69615968247920749285624776342583898043608129789011377475114141" + ^ "186797415307882", + "0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddec" + ^ "bf221" ); + (* Test Fr bytes can be pushed without being padded *) + ( "add_bls12_381_fr.tz", + "None", + "Pair 0x00 0x00", + "(Some 0x000000000000000000000000000000000000000000000000000000" + ^ "0000000000)" ); + ( "add_bls12_381_fr.tz", + "None", + "Pair 0x01 0x00", + "(Some 0x010000000000000000000000000000000000000000000000000000" + ^ "0000000000)" ); + ( "add_bls12_381_fr.tz", + "None", + "Pair 0x010000 0x00", + "(Some 0x010000000000000000000000000000000000000000000000000000" + ^ "0000000000)" ); + ( "add_bls12_381_fr.tz", + "None", + "Pair 0x010000 0x010000", + "(Some 0x020000000000000000000000000000000000000000000000000000" + ^ "0000000000)" ); + ( "bls12_381_fr_push_bytes_not_padded.tz", + "None", + "Unit", + "(Some 0x000000000000000000000000000000000000000000000000000000" + ^ "0000000000)" ); + ( "bls12_381_fr_push_nat.tz", + "None", + "Unit", + "(Some 0x100000000000000000000000000000000000000000000000000000" + ^ "0000000000)" ); + ("bls12_381_fr_to_int.tz", "0", "0x00", "0"); + ("bls12_381_fr_to_int.tz", "0", "0x01", "1"); + (* Generated using *) + (* let r = Bls12_381.Fr.(random ()) in *) + (* Printf.printf "%s = 0x%s" *) + (* (Bls12_381.Fr.to_string r) *) + (* (Hex.(show (of_bytes (Bls12_381.Fr.to_bytes r)))) *) + ( "bls12_381_fr_to_int.tz", + "0", + "0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9" + ^ "af16c27", + "1783268807701357777652478449446472851821391321341286660405373" + ^ "5695200962927400" ); + ( "bls12_381_fr_to_int.tz", + "0", + "0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c" + ^ "0b0719", + "1132026582925658583078152196614952946047676740821044523890286" + ^ "9222031333517497" ); + (* Mutez -> Fr *) + ( "mutez_to_bls12_381_fr.tz", + "0x02", + "16", + "0x100000000000000000000000000000000000000000000000000000000" + ^ "0000000" ); + (* # would fail if trying to PACK mutez and UNPACK to Fr *) + ( "mutez_to_bls12_381_fr.tz", + "0x00", + "257", + "0x010100000000000000000000000000000000000000000000000000000" + ^ "0000000" ); + (* Fr -> Mutez *) + ("bls12_381_fr_to_mutez.tz", "0", "0x10", "16"); + ] + in + Fun.flip List.iter parameterization + @@ fun (contract, storage, input, expected) -> + ( Protocol.register_regression_test + ~__FILE__ + ~title: + (sf + "opcodes [%s--storage%d--input%d]" + contract + (Hashtbl.hash storage) + (Hashtbl.hash input)) + ~tags:["michelson"] + @@ fun protocol -> + let client = Client.create_with_mode Mockup in + let contract = + sf + "./tests_python/contracts_%s/opcodes/%s" + (match protocol with + | Alpha -> "alpha" + | _ -> sf "%03d" (Protocol.number protocol)) + contract + in + let* run_script_res_storage = + Client.run_script + ~protocol_hash:(Protocol.hash protocol) + ~no_base_dir_warnings:true + ~trace_stack:true + ~hooks + ~prg:contract + ~storage + ~input + (* We force the level to 1 to get consistent results from the + [LEVEL] instructions *) + ~level:1 + client + in + let error_msg = + "Expected storage %R, got %L when executing" + ^ sf " %s with input %s and storage %s" contract input storage + in + Check.((run_script_res_storage = expected) string ~__LOC__ ~error_msg) ; + unit ) + protocols + +let register ~protocols = test_contract_opcodes protocols diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input254251340-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input254251340-.out index ac2db4d4e4df5a5dd58432d91b85db0f3b2cb04a..41d6dce45908541b25bac10dd5f328a3627548cf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input254251340-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/abs.tz on storage Unit and input 948 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input420401245-.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input420401245-.out index 62ee61f538fdb735b2cc0f4a5caba23058b7c5d4..9d7e38906a2bbe9e26154c4f2c7d07ee0893a951 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input420401245-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/abs.tz on storage Unit and input 12039123919239192312931 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input680650890-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input680650890-.out index 95238718affd9c9adf9d99549496884306b28736..cdb68cc0882e667949ebcdec60f4abad53364a36 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -abs.tz--storage125992234--input680650890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/abs.tz on storage Unit and input 0 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add.tz--storage125992234--input125992234-.out similarity index 95% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add.tz--storage125992234--input125992234-.out index a21a88f70d68d5b95590eb4b6206ed725130e1a7..99dfd3056c0b7c7770b44e34d2161bbbb775cdc2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out index 4675a4e119f83e454505447bd4f2b06499f61a1b..95debd2fe98fc47fe78141db07f3bd22e9ab9136 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x01 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out index 9bd6a5ada09a9e5e0a9016d80b1d5db9d485a0ae..d62af6af8b4240b272650eb5ff32b3620a4e52b9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0x0200000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x010000' --level 1 --trace-stack storage (Some 0x0200000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out index 0afb2615edfaf8ea6792184537a185438c7d83a4..8fc1ac5f30e414021b6b888fbdade1c573989852 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x0100000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out index 8954a5b7287d064ea68caaf1bf7899d4e46a43ea..dea42c804575ac75d32b98826ed004a51539baa1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x00 0x00' --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out index 1af6f59929d895135c49bb8609bb4619046a0ff3..116776b2ccc68f37b9d6dba1bbd9f533641c6945 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some "1970-01-01T00:03:20Z")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out index 21c1fc5b214ab0317d8cde9765f9bf91eca991b1..b6ed141fb8d67d77fb6aa861012409d2b9f53bf0 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_delta_timestamp.tz on storage None and input '(Pair -100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out similarity index 79% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out index 742a94ce6552ec8875f8559ac2fde3d5a73f3b99..683f0540af4d3a09d2e14f4f06993b7b7b2894ee 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 "1970-01-01T00:00:00Z")-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 0 "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out index 1ee2dabba484ecf1b2620485c21294f00ee92691..283bf46885579c56162c2e202958067279a13822 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some "1970-01-01T00:03:20Z")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out index 8b98f73afed811046bdf6be60a37f55244539c8a..64b7fae8994eaf8fb38005ab0b0114887007fbc4 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 -100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out similarity index 79% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out index 41d3b0068a97bfc41dc423a66e7036d9c308cc2a..4be97dad5bb31335c134c03b9d32c74f93b49062 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair "1970-01-01T00:00:00Z" 0)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/add_timestamp_delta.tz on storage None and input '(Pair "1970-01-01T00:00:00Z" 0)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -address.tz--storage921624073--input117475800-.out similarity index 72% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -address.tz--storage921624073--input117475800-.out index d78696c7a08022bf888149cb4e8c21c962070acb..6f73a4332e954b84c2785d9b5289afac0864a2ef 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -address.tz--storage921624073--input117475800-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[address.tz-None-"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"-(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/address.tz on storage None and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage (Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input106930123-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input106930123-.out index 46db7c3ad300b6504b8286f9d3b15dcfc7f24428..73aa8e59fa1db872e142b1da135caba751f2c826 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input181204719-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input181204719-.out index d70c055468e89874b3104b9891a49ce1afb6a703..27b1f425181f654581ea4a5338238a4a55807388 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input223774825-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input223774825-.out index f405a01164b4a778f525ae913814631a7cd2bee8..82ee2ec84047ebb1838016ea6211b9a2d2673665 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input908807505-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input908807505-.out index 7a48277dce3b181a4ed742ea89780506c361ac37..892b826f9ac9486d2f796286217ace50d9aeeeec 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_binary.tz--storage125992234--input125992234-.out similarity index 90% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_binary.tz--storage125992234--input125992234-.out index 032abe0ace5f8db447f2a720001d6e3d1f4f5378..2093629ddd8f287126cec39264061f9b1558c4a8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_binary.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and_binary.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input106930123-.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input106930123-.out index 07c9978de81afca42d1f3adfed61abcac7b9889a..d533dfe398a4164f47a2a258fe4bb4b48e0bfb3a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input106930123-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and_logical_1.tz on storage False and input '(Pair False True)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input181204719-.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input181204719-.out index 518c11a1f0589b89590450f585ecc474368a864a..2fa44f5d7d8f2c21633a2f76524eb19f44d48f1d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input181204719-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and_logical_1.tz on storage False and input '(Pair True False)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input223774825-.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input223774825-.out index bacede7152f67aba1831c2b528fea4f9f47aaa37..233bc0b60f0a952c6da5004237c6f73e6c484a6d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input223774825-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and_logical_1.tz on storage False and input '(Pair False False)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input908807505-.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input908807505-.out index 792ba132f61f1628ab830d47b4f34064d97fc043..07914917f399196fa86fb1c1c558c87f3632ce95 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -and_logical_1.tz--storage570553153--input908807505-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/and_logical_1.tz on storage False and input '(Pair True True)' --level 1 --trace-stack storage True emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -balance.tz--storage492856247--input125992234-.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -balance.tz--storage492856247--input125992234-.out index 5ae671691235913bc66e7a09fa21f3ec471d0d1d..6905b0114bb451c9cfdc26af9c80d97b5df5a9eb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -balance.tz--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/balance.tz on storage 111 and input Unit --level 1 --trace-stack storage 4000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out index cdd814b0e06ca22879bb753def8af2ebc07bac47..3d07691fff9d3846fbe1ed1765bcfc6d87d04130 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out index 85bd38c08f775e76e26715e952d211c8bd428aca..6774479c6938a798827b5e27b07db3aa0ffc36f3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair 4 (Some True))0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out index f7462e05df604e8bebe90845fd46d5bdd9d9f814..90636c48d7280c287cda58ece9991756335585e7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair 4 (Some True))1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out index 4231f0ee0bc845230e05136a1d4de4bdcbd83fd6..3fa3904fc20604e3d974726d4ce85d26b94037f7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair 4 (Some False))1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out index 6dc945441fc9687e3bcee55fb3afd31df7d7178e..277ee1ee08be072bc147665452f2649187cf5b0a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (Some True))1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out index 467e607fdf57b14281f1466625e7e8fbfe54989a..38df5c5e1f6cf509d39ef723120c3b7ee4837634 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.2292d6ce17.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (Some False))1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out similarity index 83% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out index 3b07868ba2afd455bdd9e4776904c5fb574385a6..bd1192d9411a44af9aeb33c5496cdd306e58cdb3 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"baz"-(Pair 4 (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out similarity index 83% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out index c20f651b0db7e905bb18eb38a7067d1341ba75b7..5bf3f4f7cf81562eb5fa05baf20948688cf8c844 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"bar"-(Pair 4 (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out similarity index 83% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out index 997b2a2b55ef1f222d681834b6d75b37fe27acaa..2f3524154a63d704628622b4770d929f8b6a3a67 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"foo"-(Pair 4 (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out similarity index 79% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out index 4c2cef2f5ecedb41ed78e563209f322f8ddccf2b..d966d51098ae4834518622905b5aaee8ad80e082 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-"bar"-(Pair 4 (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out index f20922674a0eba0448b2c82df0dff0c2dbd8e8f8..c4a5f53439fc402773ecd1bf4c35331166c7b66f 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "foo" 1 } None)-"bar"-(Pair 4 (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out index 3023287a1522d773e0c4bf58b6e972981f4d49e0..58029837877486c7cd8f51ba8e1d29ea61dc193e 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "foo" 0 } None)-"foo"-(Pair 4 (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--input12.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--input12.out index 86879c7d627518c634b939011653df565ea0c783..cf8e00884432f7793bf20de3fe3268d2dc25f82f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--input12.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0x0000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_push_bytes_not_padded.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out index 0c65df761a63e255ffda8be6b8c661460e4d2557..ca06e808bb92cfe4f162a3ff701b0686b6d7519f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x1000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_push_nat.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x1000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out index 4e5e6d4b71f654dae58b1546006ede72dd1e0d7a..4612355252db475ab21981bd1def5f89b39be8e5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x01 --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out index 9e3ca24d98efbab3b4a61097ed5ad0658ad574f1..468e42d873138abc162ddc20779ce025be1bb992 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x00 --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out index 2ab05993341596ec0322c0a5817a017038e37c8f..2bcf1c424a65bbf31ecddefe9a0a9104db558ba9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719-11320265829256585830781521966149529460476767408210445238902869222031333517497] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719 --level 1 --trace-stack storage 11320265829256585830781521966149529460476767408210445238902869222031333517497 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out index 9bcf9eb13bf8e6de5b7c9e3dcb2605ec6ea78a0f..d2ba474e77777afcdfcabf447faf2d7c6b460900 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27-17832688077013577776524784494464728518213913213412866604053735695200962927400] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27 --level 1 --trace-stack storage 17832688077013577776524784494464728518213913213412866604053735695200962927400 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out index 9f72f388396d07da55f5235461095dd28d3659c6..05c1726d612da244eecf9629e888734543d32896 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_to_mutez.tz on storage 0 and input 0x10 --level 1 --trace-stack storage 16 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out index 1a4f9b1e117af0bb4bc25aadad225957f44315d6..493738391b70ac31b36c03b02c018841b31aa073 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out index 61203f95b8f2dad2efdbb7053b650f82c1c37e83..4d233b1dd5eb6a2048bd6777d445f703d2896ae8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out index 4621d967ca250dc39bb31f54b2c4c40ce506dc17..9938f9dfe7275f11c37c57c01ac72f577f3dae49 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out index bd3e1605ab1b291b27d0e175440e6d802039a03b..01025c639511dadd20e6ca6f10f250ca15ece27c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out index 67990b777180dfbbc5fbe2aca881cb3c40ee82e6..bf3e2dc344f66a23a9edbf94e4ef9b24a794c8db 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out index 91803770756d1ed55f29613a5682474dbe699f3c..2e9f62ae90f5f1e32e1d18938c70d484097978eb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out index 5eeb4e1ec0e285c440e7f43856334b6388862b42..df47858dbdb9b93c4273332b84fb2238aa099687 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out index 2bd4fc38406241a7e6df087d2141dc59c244a06c..d3f32d0a03bbf2557fbe557700cfc20233c92b58 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--42-0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out index a35a4fb56bf792601b1f5c7646b3ce3684f7acb7..3b1323912c6d9f909d770d821637a74452541e7a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out index 0ef52aa60e32fba6ff95af0b8b8a85b805f6706b..95d124735e3ccebb48ec1d13a0159b35e87235e7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--1-0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out index 9d54a1e1090b166dbec87a8b6ef992d3be93f72b..ae845044abca45cf8ff13a5c0575b537750b9290 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out index 31ae8bd3cf0f1ae4fc49d544adb468dcafa42962..64562f4f2e4ef7c72a7fafb7fe324dd359d458b6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out index a19ba2ed05d1df460e0c0de7bd4c70a0e25c4839..e92f499abe6d705e25a8c1499956ef6bcc81d405 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out index 08a5c05fff49b728308e216d53bed5c18c5277fc..0d107d0809a6c5dcc80c56425509f2204aeb9ecb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out index f573677f4d8b356c0990179b20810a9b291d23a8..dc7e41ee1a373dc8c78bfe778147bb49b8c92dcf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out index 1cddfcc40673a3c3e7f39951e31ec224dd2f7e35..183d333b9a24d1c57770fa1de2b706cdbd824253 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out index fdd5fb3c1e3540f6bb3420193800063f6741e561..fa62f0bdd91f4b2f7ff02f3f0aa0cd41cb45579b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out index 94a8b66bf09dd44bdc1a4790f8a8bf5a835d2f07..3d43fe381fe6d97be0f5754683ba3d3f454d1a57 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out index c7f9ac7c8b0ae7691a7030fb246e6370b2fa7c1e..59917004067556387f4e52b3e862ec49340fe157 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out index 1229afe72810727f7e4f278ff5812d0cb85f9bc9..a1601e605205e69c2a710a58c48e01deeb2521db 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out index 2e52c1e0df54afdcab22f53e8ff3ad85c6a2fa21..4bd3b23bd0e0c596bd973de8107c573dca3f94d3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out index 2e9133e25eb1f81429c8a2e35a57380b2cfa2ad2..6dadd88ab8eb203f93f1a842337578907c4d62fd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out index c7233d23a650dc32f3375f7033533f4a246bd6c4..ea854d427fa25da07f8938eb1ff9ee002151da61 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out index b0f816e32a01611f9b2d76fd96c4960fff68bf6c..5e0b7aa4ab6a421f2f01fe0c85f2143b71bed718 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out index f69dafc0450e676e1ffda2625c728b6737c0d8b8..d86e28fa70a08c9fb40550dcdc37e1b9716c5926 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out index 87d39713784283db1baee22fde85b6f7c6b71f32..061d1677c29d5dcfc783a79621118472c6d64a1a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--42-0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out index 387b38db65910396016d97dafa4a13db16c7aeb7..c13f54aeef730d850e5984ccf60e741f8d7ecad8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out index 8bd4a8a3783a9ef048712c72c194be3838b6df60..919d5608ebb7000f6629a3c758a2737b55e72e4d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--1-0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out index 55dd8a46e57cef3612ad86cbf6627b93f017f577..8b13ba0be7ef1b20c42242716356d4c87a20f60c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out index 6edb34c0007ebe417ecb86a7ded63f107a165d91..3c4a816de1cb5eb55131f0ad14f4afcd2d81639b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out index 86a9e398d8da53f7da91895a97e3916e1dbe01b1..660d319a74f0aea458b693d0f1193609257853e1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out index ad7781847508a25f5fb1f99293736b8736c01399..c15803ef384d9e3f4f1e8d0cd5d607b0fdeeed1b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out index 1d5ffefc397f0e51ba9e206c18f339e388c64b62..b935bb24a8f0b0fffeb1a1186e6ca7887c4c6040 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out index c0fc1b05d8243f2151157d5266d12c5550ba2276..3ed1e23986d9a5ce183083e4051142cfd855138e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out index babd726d2786a53505498898bad51bdb75e0789a..75bf69239b45cff445439f0d42aea97ef4e617a5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out index c0076a725b936825cd40754453bfdf14e3ce3909..6679e2ede184666190e1b6813a3260b6070b9db1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -car.tz--storage680650890--input783124233-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -car.tz--storage680650890--input783124233-.out index f658bd43481ff70050c88d5f425d0c2c37120536..c6491fae80920f8a04bfb9d65adbaf6c7b62d110 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -car.tz--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/car.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 34 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cdr.tz--storage680650890--input783124233-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cdr.tz--storage680650890--input783124233-.out index dea4dd9def4988230591bc2d556c7309b47f8ac8..0d8ed49ed1eeef76b2f39f2ebd641efa9f521c47 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cdr.tz--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/cdr.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 17 emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage109160754--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage109160754--input125992234-.out new file mode 100644 index 0000000000000000000000000000000000000000..45129ac3653d3d032fb7337342d3ce4bbf5ac86e --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage109160754--input125992234-.out @@ -0,0 +1,23 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/chain_id_store.tz on storage '(Some 0x7a06a770)' and input Unit --level 1 --trace-stack +storage + (Some "NetXynUjJNZm7wi") +emitted operations + +big_map diff + +trace + - location: 8 (just consumed gas: 5.203) + [ (Pair Unit (Some "NetXdQprcVkpaWU")) ] + - location: 8 (just consumed gas: 0.010) + [ ] + - location: 9 (just consumed gas: 0.015) + [ "NetXynUjJNZm7wi" ] + - location: 10 (just consumed gas: 0.010) + [ (Some "NetXynUjJNZm7wi") ] + - location: 11 (just consumed gas: 0.010) + [ {} + (Some "NetXynUjJNZm7wi") ] + - location: 13 (just consumed gas: 0.010) + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] + diff --git a/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage921624073--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage921624073--input125992234-.out new file mode 100644 index 0000000000000000000000000000000000000000..eb40995098c4e77293b05cb0fc4eba6a75aa40ac --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage921624073--input125992234-.out @@ -0,0 +1,23 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/chain_id_store.tz on storage None and input Unit --level 1 --trace-stack +storage + (Some "NetXynUjJNZm7wi") +emitted operations + +big_map diff + +trace + - location: 8 (just consumed gas: 5.053) + [ (Pair Unit None) ] + - location: 8 (just consumed gas: 0.010) + [ ] + - location: 9 (just consumed gas: 0.015) + [ "NetXynUjJNZm7wi" ] + - location: 10 (just consumed gas: 0.010) + [ (Some "NetXynUjJNZm7wi") ] + - location: 11 (just consumed gas: 0.010) + [ {} + (Some "NetXynUjJNZm7wi") ] + - location: 13 (just consumed gas: 0.010) + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] + diff --git a/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage981066851--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage981066851--input125992234-.out new file mode 100644 index 0000000000000000000000000000000000000000..4a8e6f5cc5a87c70f2fdf5a4848334f2ebcd9d62 --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -chain_id_store.tz--storage981066851--input125992234-.out @@ -0,0 +1,23 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/chain_id_store.tz on storage '(Some "NetXynUjJNZm7wi")' and input Unit --level 1 --trace-stack +storage + (Some "NetXynUjJNZm7wi") +emitted operations + +big_map diff + +trace + - location: 8 (just consumed gas: 6.753) + [ (Pair Unit (Some "NetXynUjJNZm7wi")) ] + - location: 8 (just consumed gas: 0.010) + [ ] + - location: 9 (just consumed gas: 0.015) + [ "NetXynUjJNZm7wi" ] + - location: 10 (just consumed gas: 0.010) + [ (Some "NetXynUjJNZm7wi") ] + - location: 11 (just consumed gas: 0.010) + [ {} + (Some "NetXynUjJNZm7wi") ] + - location: 13 (just consumed gas: 0.010) + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] + diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-get.tz--storage125992234--input186507116-.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-get.tz--storage125992234--input186507116-.out index e1fe883c478bc58ee3aa4b38a6f32ead7da056b6..9ef6414623f847bfce7b95e7af88c91ee2bc3aa8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-get.tz--storage125992234--input186507116-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/comb-get.tz on storage Unit and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-set-2.tz--storage921624073--input186507116-.out similarity index 79% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-set-2.tz--storage921624073--input186507116-.out index 5779d01f47f12794d30330c97362baba982ab61f..2cc509abd111dbd6d1cdf8de0f7d0c79549cec8f 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-set-2.tz--storage921624073--input186507116-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 "toto" 0x01))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/comb-set-2.tz on storage None and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage (Some (Pair 2 4 "toto" 0x01)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-set.tz--storage186507116--input125992234-.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-set.tz--storage186507116--input125992234-.out index 8d50977139a8a204f1de3ccece745ac089e3c238..1c5db7ba8863ee3facc4b3ba4f6a68b573c0501b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb-set.tz--storage186507116--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/comb-set.tz on storage '(Pair 1 4 2 Unit)' and input Unit --level 1 --trace-stack storage (Pair 2 12 8 Unit) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb.tz--storage950292965--input125992234-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb.tz--storage950292965--input125992234-.out index 43980b7c18bc93f127e447bb5586bf5eaf912bb4..bd64fa6b98fb45afba41ae5338c08e4dafeb4252 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comb.tz--storage950292965--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/comb.tz on storage '(Pair 0 0 0)' and input Unit --level 1 --trace-stack storage (Pair 1 2 3) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -compare.tz--storage125992234--input125992234-.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -compare.tz--storage125992234--input125992234-.out index 95fc00a5decd57b0a5a62d6e5110a994b186174e..eacda59871a64354ab5a9c8b110b9716fc677caf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -compare.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/compare.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comparisons.tz--storage457300675--input281780712-.out similarity index 96% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comparisons.tz--storage457300675--input281780712-.out index 3445f9d423cb82d22479b8ae8774d79602072c0d..f56c781fdbe53fc7e168c6f3cf6be5de84db0aac 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -comparisons.tz--storage457300675--input281780712-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ { False ; False ; False ; True ; True } ;\n { False ; False ; True ; True ; True } ;\n { True ; True ; False ; False ; False } ;\n { True ; True ; True ; False ; False } ;\n { True ; True ; False ; True ; True } ;\n { False ; False ; True ; False ; False } }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/comparisons.tz on storage '{}' and input '{ -9999999; -1 ; 0 ; 1 ; 9999999 }' --level 1 --trace-stack storage { { False ; False ; False ; True ; True } ; { False ; False ; True ; True ; True } ; diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input392583650-.out similarity index 78% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input392583650-.out index ee43f43d076f36c859bd117ad3ef84ca437d39c0..295fa7ffa92e11c8e2e4c8f24eae45741e8aa7c4 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input392583650-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ "test1" ; "test2" }-{ "Hello test1" ; "Hello test2" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_hello.tz on storage '{}' and input '{ "test1" ; "test2" }' --level 1 --trace-stack storage { "Hello test1" ; "Hello test2" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input457300675-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input457300675-.out index bc60b8bd203afb2ce3720c1464f4a269bd127d60..70af732845478f0f28be2934f104b5d88d8476a4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_hello.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input640104625-.out similarity index 72% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input640104625-.out index 1eba9a39c8f7f7fd87d62068221f388f1c96c52f..19ee54a89655a7dcd155094271f456339343d43c 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello.tz--storage457300675--input640104625-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ "World!" }-{ "Hello World!" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_hello.tz on storage '{}' and input '{ "World!" }' --level 1 --trace-stack storage { "Hello World!" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out index 147bd1ee55698319c818e8498bbfe15639f1bad0..6ee53722f8f98adc4fe525e250d02bfbd3f493d9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xab ; 0xcd }' --level 1 --trace-stack storage { 0xffab ; 0xffcd } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out index d89a534f35834d4f09deb782ec1a81fb46bc009b..63abecf0042eaccd1bf47821fd6710dd2886fd35 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xcd }' --level 1 --trace-stack storage { 0xffcd } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out similarity index 59% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out index 321b2a9688048012fd6d51c1fd3c25bf5e7bc3a7..40d8bfa47893a5cd30f158667273f2f48cec3b27 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_hello_bytes.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input264787654-.out similarity index 89% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input264787654-.out index 560f54049518697954e9e340323bbd2e325c1579..6a74c3d04330fc51607332e9b321ef8f59e2967a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input264787654-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{ "a" ; "b" ; "c" }-"abc"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_list.tz on storage '""' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage "abc" emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input316676251-.out similarity index 92% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input316676251-.out index 856b6ea73af64212ded7cae84e9df8e63050ee1e..b04bf257107f294c42df1665423e2e00edcd4eaf 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input316676251-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{ "Hello" ; " " ; "World" ; "!" }-"Hello World!"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_list.tz on storage '""' and input '{ "Hello" ; " " ; "World" ; "!" }' --level 1 --trace-stack storage "Hello World!" emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input457300675-.out similarity index 67% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input457300675-.out index 3b021c43223623ac8c0c85a25af179347cb6b226..477ba9e6f1c5e27f96184e26f019499fcee71baf 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -concat_list.tz--storage79230375--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{}-""] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/concat_list.tz on storage '""' and input '{}' --level 1 --trace-stack storage "" emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage457300675--input798141440-.out similarity index 63% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage457300675--input798141440-.out index a18c521fe67e547bac9d6a1d1bdb9f4e3acf9aa6..2c72da012c8de0ce08e4ce911a8df950d9f3da35 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/cons.tz on storage '{}' and input 10 --level 1 --trace-stack storage { 10 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage581876226--input166122047-.out similarity index 64% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage581876226--input166122047-.out index c7bb49bdee3b41ee2c02382001bed5c31ad55106..e63c696f4ed93ceb6ea27e1e67b02fed50199c29 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage581876226--input166122047-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/cons.tz on storage '{ 10 }' and input -5 --level 1 --trace-stack storage { -5 ; 10 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage793461282--input781487591-.out similarity index 65% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage793461282--input781487591-.out index 873fb9e7520f0a280b3f0d2468aabf09c2638dfa..4c7c0db16d0770399b9337fc6c35781f4d256cd0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -cons.tz--storage793461282--input781487591-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/cons.tz on storage '{ -5 ; 10 }' and input 99 --level 1 --trace-stack storage { 99 ; -5 ; 10 } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input315650912-.out similarity index 94% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input315650912-.out index afb518dc7ac15287d696610d9376346c7ec97f9b..f9a444708166a5bfe5f102805c1eea671c0753d2 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input315650912-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" } { "B" })-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contains_all.tz on storage None and input '(Pair { "B" } { "B" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input51111414-.out similarity index 97% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input51111414-.out index 9e0bcb533598473093203d2bc2ee011a625817b3..1da5c9821927695ff5aff35a6cf7686e1ff7f1fb 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input51111414-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input545734274-.out similarity index 94% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input545734274-.out index c90b4914660abde74bc9ff1b29edaec439baf8be..80ce99721fbde94bc1fa4a26ebfb1528af1cbf65 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input545734274-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "A" } { "B" })-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contains_all.tz on storage None and input '(Pair { "A" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input772794967-.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input772794967-.out index 0a84518226e44b486a18ef479a79bbaeffc30b33..a08f999d8b84a0966346cd5980fc82d955cdabdd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input772794967-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contains_all.tz on storage None and input '(Pair {} {})' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input917967660-.out similarity index 98% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input917967660-.out index 3af7c97ea44ae615522e469deb82dc06ece97c0d..79b87687787e677672213dcee2d5999a14ae17be 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input917967660-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input964818218-.out similarity index 94% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input964818218-.out index 04951031155162f87e3cd5e81bca9508fc80398a..9e719653b30c47bcd8c0d91563f020e9b0edbd61 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contains_all.tz--storage921624073--input964818218-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "c" } { "B" })-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contains_all.tz on storage None and input '(Pair { "c" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contract.tz--storage125992234--input117475800-.out similarity index 74% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contract.tz--storage125992234--input117475800-.out index 0233483176afbb280a802eb543edd0580ff1484c..90314909dc432f50344e3bbd43e1588087025c59 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -contract.tz--storage125992234--input117475800-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contract.tz-Unit-"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/contract.tz on storage Unit and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -create_contract.tz--storage921624073--input125992234-.out similarity index 89% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -create_contract.tz--storage921624073--input125992234-.out index cb95652845accf05e9636b80585f9d994ec323a9..21d36a6fe40ab0ba330d1d967b8ca6d998e998af 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -create_contract.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/create_contract.tz on storage None and input Unit --level 1 --trace-stack storage (Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm") emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out index 13140c3e6466d5516c23c423aafbf9457cab9ff9..e9b75c50a291b3fc014def16ad3fa27be407a348 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out index 991b152904ed99f6e21add7042ecf9faa35293fd..256e2acffcca70ac767e507b0d87bf689cf98ac8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 1)' --level 1 --trace-stack storage -1 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out similarity index 78% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out index 20941144017db727e935a2a3facd3c4927ba11ab..d58e6f7407282c1946ce1603d8c40ef15df7f557 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")-200] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/diff_timestamps.tz on storage 111 and input '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage 200 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out index 124d28783f0460eda1728f7ca0663e1c77bb6840..4da17e6015320bdb446fa346b5d8b5b91a2c50c3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 1 0)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dig_eq.tz--storage125992234--input246866101-.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dig_eq.tz--storage125992234--input246866101-.out index 38ce9b0e9aec4d83863ee1041918e0f06cd12a53..5065065c7c2fb3dd7caded51465f758b8a685144 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dig_eq.tz--storage125992234--input246866101-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dig_eq.tz on storage Unit and input '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dig_eq.tz--storage125992234--input26856104-.out similarity index 99% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dig_eq.tz--storage125992234--input26856104-.out index 85094931fbb8a2d3cac007a3b2d12d959dcacc3d..d7270c479f9f156e313de64877328bcde3bcbb7e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dig_eq.tz--storage125992234--input26856104-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dig_eq.tz on storage Unit and input '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dign.tz--storage680650890--input529388602-.out similarity index 81% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dign.tz--storage680650890--input529388602-.out index 3b69fbc80661b8c670fb68a426b20d0931eb4285..1079bdbf78fa343d04d3a8e1e6083e395b686ecc 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dign.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dign.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dip.tz--storage1011138251--input590117173-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dip.tz--storage1011138251--input590117173-.out index 78e35addeab5b5c8fc861873231caf18b37c61a0..57490e4b90c47a0bd920ca8b2da497618ebaf6a2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dip.tz--storage1011138251--input590117173-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 1 1)' --level 1 --trace-stack storage (Pair 1 2) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dip.tz--storage1011138251--input850887554-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dip.tz--storage1011138251--input850887554-.out index 477d061bdab9baf4ad743efe744e6cb2210790cb..a393b5dcaa57c561ece09d8c5a676e77964e7e57 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dip.tz--storage1011138251--input850887554-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 15 9)' --level 1 --trace-stack storage (Pair 15 24) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dipn.tz--storage680650890--input529388602-.out similarity index 86% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dipn.tz--storage680650890--input529388602-.out index c95f1d0dd82673fdecf419031ad7252f85041e63..e5bf9b2edb7b8c331a7ae4ce5eb7953c4955d56e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dipn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dipn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dropn.tz--storage680650890--input529388602-.out similarity index 74% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dropn.tz--storage680650890--input529388602-.out index d6cb92093e2e5b5f79ec47d27340487d5c21e952..31847f75aca5e6e7aa34fcb597706e289f87d5e9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dropn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dropn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dugn.tz--storage680650890--input529388602-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dugn.tz--storage680650890--input529388602-.out index acd75fc14a3bdee529b2f80f1c79515f5e1c9572..81dd5c0e97d1cf15d0c5e6d8b44d4a05983bdad4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dugn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dugn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dup-n.tz--storage125992234--input125992234-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dup-n.tz--storage125992234--input125992234-.out index 222be2bb6de1a86abed43f2abef2f67a728a9b68..970e159cb1522a0b06b4d2ca2c5337fe35f7cdfe 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -dup-n.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/dup-n.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input247451205-.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input247451205-.out index 0dba3f010c83b720eaf25e20536bbab01b5f8dca..ee1fe5e7bc4e7296e7d4cce4ec9dfb23534492f5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input247451205-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair None None None None)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 0)' --level 1 --trace-stack storage (Pair None None None None) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input250545589-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input250545589-.out index 2ce9956d65cd6f98040113939878a4fa18dda365..0cef9d39a03a3dff8e7ac7e50000e15066c1328d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input250545589-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair -8 2)' --level 1 --trace-stack storage (Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input79625541-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input79625541-.out index 4c948c2402f28bb8cb814a06124556dc1050384b..f96312eeb4757a72739cf4e305a2d166b2fd0131 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv.tz--storage994417987--input79625541-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 -3)' --level 1 --trace-stack storage (Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out index ba4baa1e7a72cfc4722905db78ed9824387f04be..3c0ee5bdcbfb462656610e6011e6661853195f04 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 0))' --level 1 --trace-stack storage (Right None) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out index fa05fecca258e135bbd4e20be6f46b1b90923c79..9ff7f8679971229e8794d218071da3d649b006f2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (Some (Pair 3 1)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 3))' --level 1 --trace-stack storage (Right (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out index 2fa957bfce5311c25038f46a44252e17394de8b2..7a240f5b94f78926ca276179ed94d67362e4f04b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (Some (Pair 1 0)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 10))' --level 1 --trace-stack storage (Left (Some (Pair 1 0))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out index 452227cb2b72d7574fd4d92136ea5193a1c0e215..bd8fca18609633ade75dce7c3c2e19acff729fa2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 0))' --level 1 --trace-stack storage (Left None) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out index 13a77fc639d201040aa78d047e80b49dd558ba22..17621e56cf54ba8f3aaf0948e9c86f33749f37ad 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Some (Pair 3 1)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 3))' --level 1 --trace-stack storage (Left (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out index c2d300890aca24f3183ee5220265e3966cc570c4..173967b3d902aee9f867a9e9635c81590fd96e77 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (Some (Pair 1 0)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 1 0))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out index fe75ab5685b12eb8640af36a3bd3a18775ac4e34..87ea14508ff136c730c3c95a1e2664a73f329bc4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (Some (Pair 0 5)))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 5 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 0 5))) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -emit.tz--storage125992234--input125992234-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -emit.tz--storage125992234--input125992234-.out index acf5babae6da113411f86897465632c481e7d027..71f8d7edd3a80b59b4feab1625d6468cd1d4542a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -emit.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/emit.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -empty_map.tz--storage457300675--input125992234-.out similarity index 75% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -empty_map.tz--storage457300675--input125992234-.out index 0d8ca1e99fdcc558310191c92071a5bb52824811..d96849b40b369b8d360ccadb0567b60a574d692d 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -empty_map.tz--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt "hello" "world" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/empty_map.tz on storage '{}' and input Unit --level 1 --trace-stack storage { Elt "hello" "world" } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -exec_concat.tz--storage398998998--input246262487-.out similarity index 83% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -exec_concat.tz--storage398998998--input246262487-.out index 9a32035667876caa37a312771c0e1e082e7499c1..38d8638410ac58e24e4344e3ccd294aed29f8d65 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -exec_concat.tz--storage398998998--input246262487-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[exec_concat.tz-"?"-"test"-"test_abc"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/exec_concat.tz on storage '"?"' and input '"test"' --level 1 --trace-stack storage "test_abc" emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -exec_concat.tz--storage398998998--input79230375-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -exec_concat.tz--storage398998998--input79230375-.out index cfbf228d2e36cd6885dd3128f8a5d021fca406f3..a54908c856fe824a8ff06934bc73447f6de9f99a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -exec_concat.tz--storage398998998--input79230375-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[exec_concat.tz-"?"-""-"_abc"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/exec_concat.tz on storage '"?"' and input '""' --level 1 --trace-stack storage "_abc" emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -first.tz--storage492856247--input478406404-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -first.tz--storage492856247--input478406404-.out index d31b2ce2019a97576fedb33da15431f30de83cd1..8997f0f77b4262937f6b33dd71041add2ab8752a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -first.tz--storage492856247--input478406404-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/first.tz on storage 111 and input '{ 4 }' --level 1 --trace-stack storage 4 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -first.tz--storage492856247--input962874972-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -first.tz--storage492856247--input962874972-.out index 2ad44203cbc43a41f5215379c917f11d816314f7..1dbe6fd29f481f39130cfa2fc835556b0db7bd56 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -first.tz--storage492856247--input962874972-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/first.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out similarity index 74% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out index 9a07f3eecbee4f083e7015574f0f9c4198e9ed26..f95be05d18b9ae389229da29772ffaccbfa08257 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "hello" 4 })-"hello"-(Pair (Some 4) {})] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) {}) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out similarity index 75% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out index 2db900d6ec5c340f144b949a7a58565adbfdec7f..facbb240c587455d788ff54e2ed22db5814c0449 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-"hello"-(Pair None { Elt "hello" 4 })] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair (Some 4) {})' and input '"hello"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out index dee8f1025d7cc391c6799c953567e20d6cf9c450..41385f8e0c3e380237061f87d71ac08bf4fc1082 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt "hello" 4 })-"hello"-(Pair (Some 4) { Elt "hello" 5 })] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) { Elt "hello" 5 }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out similarity index 77% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out index 14e03047a21450efdb20e03fcd7cc7d64687274a..ef51fa950f437daa5e6f3d06b86d1e3345a0d618 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt "hello" 4 })-"hi"-(Pair None { Elt "hello" 4 ; Elt "hi" 5 })] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hi"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 ; Elt "hi" 5 }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out similarity index 73% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out index c2f9be951e0cca57b83f34f66d781ab4278bf456..82cdb6883ee06801930e6e755876f82fac415e68 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-"hello"-(Pair None {})] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair None {})' and input '"hello"' --level 1 --trace-stack storage (Pair None {}) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out index 622b2279e60ed24a1f4aa74278d6fe3f3d76f967..9501fc578f92cc90dfcb6c0ad07fcf04442d51a8 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "1" 1 ; Elt "2" 2 })-"1"-(Pair (Some 1) { Elt "2" 2 })1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"1"' --level 1 --trace-stack storage (Pair (Some 1) { Elt "2" 2 }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out similarity index 54% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out index 4395e478bf74448cbf896640a9f266f5e4430704..2760d1a22ff7b969903d35c1d4a70cd744c23397 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out @@ -1,16 +1,16 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "1" 1 ; Elt "2" 2 })-"1"-(Pair (Some 1) { Elt "2" 2 })0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"2"' --level 1 --trace-stack storage - (Pair (Some 1) { Elt "2" 2 }) + (Pair (Some 2) { Elt "1" 1 }) emitted operations big_map diff trace - location: 13 (just consumed gas: 8.588) - [ (Pair "1" None { Elt "1" 1 ; Elt "2" 2 }) ] + [ (Pair "2" None { Elt "1" 1 ; Elt "2" 2 }) ] - location: 13 (just consumed gas: 0.010) - [ "1" + [ "2" (Pair None { Elt "1" 1 ; Elt "2" 2 }) ] - location: 14 (just consumed gas: 0) [ (Pair None { Elt "1" 1 ; Elt "2" 2 }) ] @@ -18,17 +18,17 @@ trace [ None { Elt "1" 1 ; Elt "2" 2 } ] - location: 14 (just consumed gas: 0.025) - [ "1" + [ "2" None { Elt "1" 1 ; Elt "2" 2 } ] - location: 17 (just consumed gas: 0.089) - [ (Some 1) - { Elt "2" 2 } ] + [ (Some 2) + { Elt "1" 1 } ] - location: 18 (just consumed gas: 0.010) - [ (Pair (Some 1) { Elt "2" 2 }) ] + [ (Pair (Some 2) { Elt "1" 1 }) ] - location: 19 (just consumed gas: 0.010) [ {} - (Pair (Some 1) { Elt "2" 2 }) ] + (Pair (Some 2) { Elt "1" 1 }) ] - location: 21 (just consumed gas: 0.010) - [ (Pair {} (Some 1) { Elt "2" 2 }) ] + [ (Pair {} (Some 2) { Elt "1" 1 }) ] diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage139236239--input329240220-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage139236239--input329240220-.out index f085941c3e80f49ab95a0a4eb03be346628d3c2a..d67843a18305d60e90282176ab3b18f5e1c70d96 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage139236239--input329240220-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "hello" "hi" })-"hello"-(Pair (Some "hi") { Elt "hello" "hi" })] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some "hi") { Elt "hello" "hi" }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage139236239--input79230375-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage139236239--input79230375-.out index 181c9bad636b3e9f7e617c8d1c57b693b1504d1b..394b669b6d3230842b963bf686e8d1b297c2e62a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage139236239--input79230375-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "hello" "hi" })-""-(Pair None { Elt "hello" "hi" })] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '""' --level 1 --trace-stack storage (Pair None { Elt "hello" "hi" }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage329396864--input156280093-.out similarity index 83% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage329396864--input156280093-.out index d5414f778bb53c6739918396401fb3d708dd59c9..cf2a973b557024e1be3462a0bd613e8b165bc6b8 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -get_map_value.tz--storage329396864--input156280093-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "1" "one" ; Elt "2" "two" })-"1"-(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/get_map_value.tz on storage '(Pair None { Elt "1" "one" ; Elt "2" "two" })' and input '"1"' --level 1 --trace-stack storage (Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" }) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_key.tz--storage921624073--input1040351577-.out similarity index 71% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_key.tz--storage921624073--input1040351577-.out index 8281de4b77a3719022888324dd59874210ec35dc..cca68c26df844fb186dfd672e76b92724d575824 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_key.tz--storage921624073--input1040351577-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_key.tz-None-"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"-(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/hash_key.tz on storage None and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_key.tz--storage921624073--input153350004-.out similarity index 71% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_key.tz--storage921624073--input153350004-.out index 4463ec2b76801643f7be121848736c1dafc61076..dff3a80735d86f583327144925c42bdb820dcdfc 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_key.tz--storage921624073--input153350004-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_key.tz-None-"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"-(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/hash_key.tz on storage None and input '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"' --level 1 --trace-stack storage (Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_string.tz--storage151303925--input3431716-.out similarity index 74% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_string.tz--storage151303925--input3431716-.out index 4b693dc0b6580fec7c89ef19fcf1af9950d19658..fbc2cc1a033e90839ce0252ffef6de4a36803931 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_string.tz--storage151303925--input3431716-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-"abcdefg"-0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/hash_string.tz on storage 0x00 and input '"abcdefg"' --level 1 --trace-stack storage 0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_string.tz--storage151303925--input535018041-.out similarity index 74% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_string.tz--storage151303925--input535018041-.out index aaeee48e17cc3693a3efc264d0e5ec55f9538b70..ddfea74d7a4aa616f108f36c5c92797a658e360a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -hash_string.tz--storage151303925--input535018041-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-"12345"-0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/hash_string.tz on storage 0x00 and input '"12345"' --level 1 --trace-stack storage 0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if.tz--storage921624073--input570553153-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if.tz--storage921624073--input570553153-.out index 8b1e209944d68cc1d38fcbf52ff913a604403790..60028c7fb3b8b629d62272cc0b5ffcbbe35550ce 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if.tz--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/if.tz on storage None and input False --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if.tz--storage921624073--input954397288-.out similarity index 71% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if.tz--storage921624073--input954397288-.out index 0b5e0ae39f4a076fad809eeca805857574998555..60359077e84c4d518feb3eda8b5ad9ba182c36da 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if.tz--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/if.tz on storage None and input True --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if_some.tz--storage398998998--input288201633-.out similarity index 65% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if_some.tz--storage398998998--input288201633-.out index 9a86f38a57a1b402faeb925ae7562c968f9f981d..1eb34b7f7d4465753663442f280de66c13e4f51a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if_some.tz--storage398998998--input288201633-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if_some.tz-"?"-(Some "hello")-"hello"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/if_some.tz on storage '"?"' and input '(Some "hello")' --level 1 --trace-stack storage "hello" emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if_some.tz--storage398998998--input921624073-.out similarity index 66% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if_some.tz--storage398998998--input921624073-.out index f162bb1dd7b86ae3acba62132b8272e535ffb500..ccb404bb202f96e893d66a1204aebb8607e95a80 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -if_some.tz--storage398998998--input921624073-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if_some.tz-"?"-None-""] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/if_some.tz on storage '"?"' and input None --level 1 --trace-stack storage "" emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input453441034-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input453441034-.out index 5b5b34a16f5d0aa56ff59e8b860a6f42a64c0d7a..afd74177a1dfd87019ec162d56307cd3d289b60e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/int.tz on storage None and input 1 --level 1 --trace-stack storage (Some 1) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input535454136-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input535454136-.out index 9c29db7e61b93f9fda2d3ceace7fe2d885846409..6a2f81f3bf56e71d43cc44c982de518403ffa349 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input535454136-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/int.tz on storage None and input 9999 --level 1 --trace-stack storage (Some 9999) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input680650890-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input680650890-.out index 9fcdc0d2ab45aeb7ebba5ba592c0854fafae3640..d78f87109a07f63af106ed5ef86646f6c84590ca 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -int.tz--storage921624073--input680650890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/int.tz on storage None and input 0 --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -keccak.tz--storage921624073--input1008262038-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -keccak.tz--storage921624073--input1008262038-.out index 3179bd13658573b8002c9b5474a3aaec577b0514..65d3f5db616155b85f1d2056ec679181cc167226 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -keccak.tz--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/keccak.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -left_right.tz--storage4177631--input202098045-.out similarity index 68% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -left_right.tz--storage4177631--input202098045-.out index 88d13d37ddb9393b7d65aca3583d1e3ee9a09ce8..c5a5bc8fb0e3ac227e2fddede45e602f9b3c653e 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -left_right.tz--storage4177631--input202098045-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[left_right.tz-(Left "X")-(Left True)-(Right True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/left_right.tz on storage '(Left "X")' and input '(Left True)' --level 1 --trace-stack storage (Right True) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -left_right.tz--storage4177631--input44576556-.out similarity index 68% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -left_right.tz--storage4177631--input44576556-.out index 0c89399b653ac8d063d018324fd77964a63a2500..4656178e47a73fb92f03fe5dbdca7c0e2bc8db1b 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -left_right.tz--storage4177631--input44576556-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[left_right.tz-(Left "X")-(Right "a")-(Left "a")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/left_right.tz on storage '(Left "X")' and input '(Right "a")' --level 1 --trace-stack storage (Left "a") emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -level.tz--storage492856247--input125992234-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -level.tz--storage492856247--input125992234-.out index a1a6c4e96bfcc50562a12315e42ec2dd33048d45..d0fa4b8e482651a4cf2bea270ca0ddafc12dd363 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -level.tz--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/level.tz on storage 111 and input Unit --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat.tz--storage717096222--input457300675-.out similarity index 68% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat.tz--storage717096222--input457300675-.out index 3a055e635ef004d32f565358cde872f4609433cb..f8db6799fc5d2289cc0435d192072f158c1f3e3b 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat.tz--storage717096222--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat.tz-"abc"-{}-"abc"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_concat.tz on storage '"abc"' and input '{}' --level 1 --trace-stack storage "abc" emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat.tz--storage717096222--input546523343-.out similarity index 70% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat.tz--storage717096222--input546523343-.out index 38d080a909508a1bb44d03cd3ef72fab7434502b..a2b900388f4be07c33f379b13b15dcf253b91d5a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat.tz--storage717096222--input546523343-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat.tz-"abc"-{ "d" ; "e" ; "f" }-"abcdef"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_concat.tz on storage '"abc"' and input '{ "d" ; "e" ; "f" }' --level 1 --trace-stack storage "abcdef" emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out index 30cee6651bd374fb3d3d4a14ef3137670f174a26..6ce7bdc1256645c22b445c9e2d112838dec4a762 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_concat_bytes.tz on storage 0x and input '{ 0x00 ; 0x11 ; 0x00 }' --level 1 --trace-stack storage 0x001100 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out index 8bb6fc88f180bbbeb2c008d127545a50374db6fc..5e9316114a1579b7d7ea6356e83340c1c8d471d9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_concat_bytes.tz on storage 0x and input '{}' --level 1 --trace-stack storage 0x emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out index 0db79c4aa39a4c3e6da5615fc4d4da6c7f202634..3cec0fc7b124aead5d5373a16b0a2b48ffaba9f9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_concat_bytes.tz on storage 0xabcd and input '{}' --level 1 --trace-stack storage 0xabcd emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out index 88d16ace0fc98461994d32bad1b8c281fa659eb3..4fb36d2d2f5e9764fd69d46b8195aedade0c3d8e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_concat_bytes.tz on storage 0x00ab and input '{ 0xcd ; 0xef ; 0x00 }' --level 1 --trace-stack storage 0x00abcdef00 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input264787654-.out similarity index 61% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input264787654-.out index 43409809a18796e796d05c419e0543de384cda81..42a3f8e747ff0bac5848b62dbe1bfbe26ad3119f 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_id.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input457300675-.out similarity index 57% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input457300675-.out index 843552e5328679dce8761727fc8a0a87004e92ef..9b9c7e00af86d2a0ccc09b3f42c2fceaec664b47 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_id.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input656499821-.out similarity index 61% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input656499821-.out index 141e0e3156b38fcb412acb9cdc4bf2a5759faf8f..3fd5d0bd0f717d95be9cf60f2bbc3fc1e3bedd8a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id.tz--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{ "1" ; "2" ; "3" }-{ "1" ; "2" ; "3" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_id.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input264787654-.out similarity index 71% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input264787654-.out index 00e84f873593b9c976d391ac67d79b4a0b82d5e1..6625c5b3ca36b233bb08a6ba5191226d2859890e 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_id_map.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input457300675-.out similarity index 60% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input457300675-.out index ecaa7068eaa00110d2b44db9a350d3d756226c08..9493b0570652fb8b9b72b807caacff76de24cdba 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_id_map.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input656499821-.out similarity index 71% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input656499821-.out index bdb3bd311cfea99457e51cf65524c971b5edbfb3..2d3f99010cc08dec4dcb81161948e9f34a1e3964 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_id_map.tz--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{ "1" ; "2" ; "3" }-{ "1" ; "2" ; "3" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_id_map.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_iter.tz--storage680650890--input568817463-.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_iter.tz--storage680650890--input568817463-.out index cdc39e590acc790b2137d18df2a9d61e8835bc3f..079ecdcf9206e543ea9f7ba5b9eef94e155fbeca 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_iter.tz--storage680650890--input568817463-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_iter.tz on storage 0 and input '{ 10 ; 2 ; 1 }' --level 1 --trace-stack storage 20 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_iter.tz--storage680650890--input737923774-.out similarity index 78% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_iter.tz--storage680650890--input737923774-.out index 8daf72c03eeeb91cf3d851d26fd5b27b900594a4..e55bc32b0807cdd6ad5af79ab0ff26fa2db4c307 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_iter.tz--storage680650890--input737923774-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_iter.tz on storage 0 and input '{ 3 ; 6 ; 9 }' --level 1 --trace-stack storage 162 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input457300675-.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input457300675-.out index adeb6050727f4f0593199f2a36dc46fb9192afcd..3d726d0c6d5d1772913e7041c43238868c762537 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_map_block.tz on storage '{0}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input648737279-.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input648737279-.out index fe21998b56bd8957264d8c19f43b17e5e55d9cca..61fa6120589b584f857b282dae69a398017826ea 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input648737279-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 2 ; 3 ; 0 }' --level 1 --trace-stack storage { 1 ; 3 ; 5 ; 3 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input908379154-.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input908379154-.out index 74d7e06f9c732f5c7c61a9cbc31acad1ec0090cf..62affb506dab54c37e163f6df7f34c8b5f85f402 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_map_block.tz--storage907453363--input908379154-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 1 ; 1 ; 1 }' --level 1 --trace-stack storage { 1 ; 2 ; 3 ; 4 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input403499055-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input403499055-.out index 04d1e99a473581a5583e21a9acbbbc1ecb3e4cde..f3bce3dd439997008d7a2af973d2dbce19758d42 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input457300675-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input457300675-.out index 8f4129eec2c4f5092332e4259682cabf28973a77..6092e994a7e6404413f9d4d7607bb889338e78bb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input469078912-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input469078912-.out index addd24cd9df83d7cafc0d6afd059b4186569463b..68ca4711533b8b5b5ab6deb9d09f307fe25f4f71 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input802622031-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input802622031-.out index a38efff17cda113d3b7b5978c5d994c3cd9c8edd..b8da414a18e559d5c753bdc513a1454d1df97890 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -list_size.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/list_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -loop_left.tz--storage528921618--input457300675-.out similarity index 83% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -loop_left.tz--storage528921618--input457300675-.out index b900e4f848e8b330724ac1ea402129b6778a27c1..607d7747f6e4fa502fa90c43d326d9474d945631 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -loop_left.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[loop_left.tz-{""}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/loop_left.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -loop_left.tz--storage528921618--input851203613-.out similarity index 95% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -loop_left.tz--storage528921618--input851203613-.out index f15eab118523f5a42e294d4dec3b9d3742654aed..8592dabce6937880ccf7ad73a727d4baa49149b8 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -loop_left.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[loop_left.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/loop_left.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input1027566226-.out similarity index 59% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input1027566226-.out index 05c642fed8def43e127cc8cd2d89c15a5fe58d25..10ff5e84afffbf82f3514a342ac74c67672bed1c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input1027566226-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 }' --level 1 --trace-stack storage { Elt 0 0 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input276660554-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input276660554-.out index 6ce68c403e6b7f2e8b8f18861a9ad42202cb2ee6..2925f78c780480b0a3c5ab66d9a28bfc261f59df 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input276660554-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 ; Elt 3 4 }' --level 1 --trace-stack storage { Elt 0 0 ; Elt 3 4 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input599923743-.out similarity index 59% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input599923743-.out index 8930bc2ad07627104d979db0ff911b350cfdbd1f..afe4008336905d8253d3954622ea7ade1a6a63bf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_id.tz--storage457300675--input599923743-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 1 }' --level 1 --trace-stack storage { Elt 0 1 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_iter.tz--storage1011138251--input403579222-.out similarity index 92% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_iter.tz--storage1011138251--input403579222-.out index 07b2a5143565cc7349814430f1e704da6e465279..09bc5c7882d2aa810ae334ffad7b763805743a75 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_iter.tz--storage1011138251--input403579222-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 1 1 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 3 101) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_iter.tz--storage1011138251--input532072758-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_iter.tz--storage1011138251--input532072758-.out index 6df2c978b2ba871ba8284a6182a634fd034ac097..fb306d9fcfe557ea65f5a315ce063fd40eed041b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_iter.tz--storage1011138251--input532072758-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 0 100 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 2 200) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage457300675--input798141440-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage457300675--input798141440-.out index 265232d7c5bc0dce6500cc61c0a6dc530a7371b2..18961b1c13b87f2869dc1664bba6339d97f61f9a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_map.tz on storage '{}' and input 10 --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage794999348--input152441147-.out similarity index 86% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage794999348--input152441147-.out index 2e8217e9e97ac3f378796aa7c27c22c0a7ae1199..a22cf68b3d2142e160e69706358ec208887a7b85 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage794999348--input152441147-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt "bar" 5 ; Elt "foo" 1 }-15-{ Elt "bar" 20 ; Elt "foo" 16 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_map.tz on storage '{ Elt "bar" 5 ; Elt "foo" 1 }' and input 15 --level 1 --trace-stack storage { Elt "bar" 20 ; Elt "foo" 16 } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage88008216--input798141440-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage88008216--input798141440-.out index 5899f4b30dd91265cf80d425f6bb1b9f1df51481..4345c56df60937d5a62f622db91f6a9dd3e8a856 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_map.tz--storage88008216--input798141440-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt "foo" 1 }-10-{ Elt "foo" 11 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_map.tz on storage '{ Elt "foo" 1 }' and input 10 --level 1 --trace-stack storage { Elt "foo" 11 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out index 96f37ba0d7cf82008a85e4ef55d6ea93ebb6f5cf..086cb95024b00321dc4470ea1d56189990d36ee3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out index d9e2e8766bc6700bec91b3227baef34dbf0f7d4f..a624e13e5968578c9335421b4a44426f6a0a879c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair { Elt 1 4 ; Elt 2 11 } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out index 686746e554b9aa19ce4cf85732ff9adcd74d4788..f3c7ebcb902b966f7ddcc34f95169c572912bf24 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair { Elt 1 4 ; Elt 2 11 } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out index 005bbe85dd9b325d2c8b28f0ae0646c91ad5e02d..98480d2e7114624d9552556e8a7f19e93b09f7cb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair { Elt 1 4 ; Elt 2 11 } (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out index 1a6354f7140ac2d01abecd1fc3313c6af97709a1..5ced15990aa161b07b2a5e4b5c39fe6853c37285 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 0 } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 0 } (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out index 6239da283a3fc92518f103186bf708835a068b09..0321c306314aae34438dc336d24805aec680365b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 1 } (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 0 1 } (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out index 43f04e7ade8130df4621c2c5499e1d9bbefd0d34..347c9d30a80f108613a52d8d7730ff3c37130d07 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"baz"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input700475845-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input700475845-.out index dbb89ff2cd38a3c5e049d48f4c8c92891619f243..bdfb83221221ca31608d5b1fbe35b760f904a9c5 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"bar"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input905318451-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input905318451-.out index d0837258e5c7c2553dabc527e8f46524bb7922d0..7e1163be321f1029f311f37424b3b6ef0a52d48b 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"foo"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage495706788--input700475845-.out similarity index 78% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage495706788--input700475845-.out index 7c2b0dcecf909464a7be2adc431a90c6b3399cc1..58369141f2cee7827c1ebb617ee10fab742d20dd 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-"bar"-(Pair {} (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage915708427--input700475845-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage915708427--input700475845-.out index 659ce09635651f90c409d02985db89cba06b93e8..4ea18f9b84c7a984349a260b1fff9551dada7826 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "foo" 1 } None)-"bar"-(Pair { Elt "foo" 1 } (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "foo" 1 } (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage936682951--input905318451-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage936682951--input905318451-.out index b3b12c320cf125b399ce8b51c112e6ef26ac46e8..c550b808dacb711aa3ffa050998286bc396d87b6 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_mem_string.tz--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "foo" 0 } None)-"foo"-(Pair { Elt "foo" 0 } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "foo" 0 } (Some True)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input15265129-.out similarity index 61% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input15265129-.out index 24da2cbeb85ad319a5c68a964d09a82851f14f87..a07288678fb77225c4dd72313282f285e4735b75 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input15265129-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 }-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input158311065-.out similarity index 61% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input158311065-.out index 506422a23325919ad2d63dc8fc6702a645bf4f47..b8bf5f5b0f256f4067701cc0c91c9713f4069198 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input158311065-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }-3] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input456982702-.out similarity index 62% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input456982702-.out index 191d3907ba8441f86f3ba993e09216eb1d0bd22e..0949a1f9c384ddebef70a7420fb32a9b1434243f 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input456982702-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }-6] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input457300675-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input457300675-.out index fbfe9a0febd3eb91e7aea6d7f579ab21af62a7b1..a401b0c56ee32b6b8b82a78f25d688c3349ce886 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -map_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/map_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mul.tz--storage125992234--input125992234-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mul.tz--storage125992234--input125992234-.out index c728313a8223fa7a7d100d3c2b500fa59fc43263..cb1e08406f7746e3fa38e6817047123424ff17de 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mul.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/mul.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out similarity index 83% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out index b1c9df3080a3a9eedc77edc6109b518ab5078589..17cef28b1af68caa569abd9de606d0564dae9df2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/mutez_to_bls12_381_fr.tz on storage 0x00 and input 257 --level 1 --trace-stack storage 0x0101000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out index 99325d4f9816cb63f6d8654b92c2555db43f3115..e15e07386e032ff995cd5afe7e1ed4836ee532d9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x1000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/mutez_to_bls12_381_fr.tz on storage 0x02 and input 16 --level 1 --trace-stack storage 0x1000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input1067298059-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input1067298059-.out index b3f33a6bef9fca9b637424e3a705cbaddb621bae..ba0748d5523125abb5e971714a465265d55ef5ec 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input1067298059-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/neg.tz on storage 0 and input '(Left -2)' --level 1 --trace-stack storage 2 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input380029349-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input380029349-.out index 62f3d61d8ffe6864d37a6fe7e5853e95685c0269..a60257e89871282baf5ac959f13689d3dc1e7ba8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input380029349-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/neg.tz on storage 0 and input '(Right 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input563503226-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input563503226-.out index 1bb90f76cc926775dfcddcc8b14c1fdefa2db682..03ca87b48551a3092de5af496de5316bd9de7320 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input563503226-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/neg.tz on storage 0 and input '(Left 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input788662499-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input788662499-.out index ab11281df88f4d097d41ef244b92e986e2a06127..7aeb06f97719e0a4026fd07b125d349e308a4939 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input788662499-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/neg.tz on storage 0 and input '(Right 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input972832189-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input972832189-.out index 80e65466029d156d80c41adfc3ce34fceb8c6bf5..24fa593e441df286eac3318b8b609a607105bf0e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -neg.tz--storage680650890--input972832189-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/neg.tz on storage 0 and input '(Left 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -none.tz--storage11179311--input125992234-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -none.tz--storage11179311--input125992234-.out index d96b3c23254fbfc4f664702adc620b5560aee532..8fd87c54764912d77cac7dff9dc19e8330a617aa 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -none.tz--storage11179311--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/none.tz on storage 'Some 10' and input Unit --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not.tz--storage921624073--input570553153-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not.tz--storage921624073--input570553153-.out index 44bdbef04f2143221f5a159bac9f00d6ef00df4d..a349dedd5fd62d52987904df3b37cf5229e1afe2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not.tz--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not.tz on storage None and input False --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not.tz--storage921624073--input954397288-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not.tz--storage921624073--input954397288-.out index 3f1d2714d6f803b5921a69c830f9149fea91fbfe..970d52ff70cc31a7422d9d985ecc1a6f5f0d1686 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not.tz--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not.tz on storage None and input True --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input1051197453-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input1051197453-.out index 0831fccb72af8e881705ead451dd0c0f74760987..41b694d0ee5ccbc19732c5f5c552a0c90cdf86b7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input1051197453-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Right 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input123939249-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input123939249-.out index 5b8249cf7701ea9edd6610a4e59c3e41c87183e3..1d109242e93bcfcab3ab8824b72949d5d9453a5d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input123939249-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Left 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input24243730-.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input24243730-.out index ffb1daf73b3cefb432366610e2ae7521d0a0fb15..be0330afdd27a65f3bf2d8293a229c4001e9ea82 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input24243730-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Left -8)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input518945720-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input518945720-.out index 0059a5afc9cba1bf286b1a40aa963968228b55c3..42142abae121059a768cbc348544da3071ae6c54 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input518945720-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Left 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input788662499-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input788662499-.out index 1a9b9a71b1af0c33c611c2b0ac7107468bdadae2..9ba5baa215214981fa669e133560b5d2bc22cc11 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input788662499-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Right 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input906118781-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input906118781-.out index 12a05c406effe72662d2268a6ddf0f3efa727741..35aecd99d8c7b647bd7dc487b58f66c7a397b830 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input906118781-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Right 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input921874253-.out similarity index 69% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input921874253-.out index 669ae32128155119320491da00d28269225626b3..c2a069d2a53445321bd8bdace06fa490d05ec155 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input921874253-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Left -9)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input972832189-.out similarity index 70% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input972832189-.out index 3a15b67170b574e62de9adda3cbb69bb5b6f4b49..5c2c611b3239f42e539bd0c0cd08c056e91fe436 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -not_binary.tz--storage921624073--input972832189-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/not_binary.tz on storage None and input '(Left 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input106930123-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input106930123-.out index 0ad8a53c92085106d593c2411c67ed35ec82daf0..3ce0318ad9e40902f2d3fedce1a66ada4adb786b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input181204719-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input181204719-.out index 72aacca7555f024ea29fdd1d471c68542cecfb9e..b50ba7460edb4c6ee8ebad1b17c318ad73ecea3a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input223774825-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input223774825-.out index c6c15f9689492072d4b0de556875ed0e296f98dc..8ded3811dd88227e416094a74582601db9bc9ef9 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input908807505-.out similarity index 77% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input908807505-.out index d06ca90ea6d2c89ba99efa93d60264bbfff40e1a..6a8d6cc535e00181c39b1e788e987b251b1f5feb 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input1056991424-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input1056991424-.out index 13f20f87b0c02be1a774646d2cd9d27cf330ea64..67c0b26d6b19cca77125e9962177169f13defd16 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input1056991424-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or_binary.tz on storage None and input '(Pair 0 8)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input375993021-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input375993021-.out index ee65d43e28d8a18295b8acd4060e79d5bd345e83..48746723a39a24a9d6997ba6c8f5b3524b89bd8a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input375993021-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or_binary.tz on storage None and input '(Pair 14 1)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input673240563-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input673240563-.out index b67908e4e21215ebaf75c03b6e5a5a33ce3925d1..2210bc58b488f57067eaf60e4853e48516873e3e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input673240563-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or_binary.tz on storage None and input '(Pair 8 0)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input747448890-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input747448890-.out index e45c4409cd81bf56935b25572f8aa79e8547296d..78f7105f6295cd1401f83c73acbe6b2a2e97d979 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input747448890-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or_binary.tz on storage None and input '(Pair 7 7)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input832403787-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input832403787-.out index 9b82d80f3e3f9c8030b3d6883d0f4272c71f5d05..2b48097dc290dcf7c6269d626ef2226eee4b6c4d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input832403787-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or_binary.tz on storage None and input '(Pair 15 4)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input858098961-.out similarity index 68% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input858098961-.out index 6365697764f7227cc33243058633384917ac4b97..f759713e17913c13c90bab8cf015a0a26894d5f4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -or_binary.tz--storage921624073--input858098961-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/or_binary.tz on storage None and input '(Pair 4 8)' --level 1 --trace-stack storage (Some 12) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out similarity index 98% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out index 60d731031ca6ea25c70b966fcb9a1ce1c7ca3d83..80bedb3c474d0dcf2aa8f8e78a1f6689404e8191 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))-Unit1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out similarity index 98% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out index 169386e41e5ed9a9ec7a2f7934d9d0782de4c55d..dcce5f6098ae1beac4b06c2ba932072581c2cd76 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))-Unit0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out similarity index 98% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out index 9de14737686aeca6ad62c62981cdfaead2adc133..523e1da3a2ccb62ee36724dc27731a1344d12d1e 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out similarity index 98% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out index 4dc27c311a958b49164723ca58b453308dafb02e..2ad99fee4b566b655da2418124d05d70b83daa67 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input106930123-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input106930123-.out index b301011f6fe65dcddf8d7e75a2a93e350d7702b8..2293218b35feed29b259ef9323bf8d9280772cfd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/pair_id.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some (Pair False True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input181204719-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input181204719-.out index d2ff13849396de32891d11861cb2fb54d790162f..31b7e4794f69551e3260386481084bb211b585f4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/pair_id.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some (Pair True False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input223774825-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input223774825-.out index 1fe958ce9ae3fdf8eae96ceb9949bb6094b0d755..1e8509fce0437faa0f5f8175097c88347469902b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/pair_id.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some (Pair False False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input908807505-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input908807505-.out index 34c53ca806aafed2cb81a8ae07aae904ac1104da..2c0e41b0fb2816df369b9fc167eee394bea5ba8a 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pair_id.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/pair_id.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some (Pair True True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pexec.tz--storage256947135--input1050356042-.out similarity index 82% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pexec.tz--storage256947135--input1050356042-.out index 45596fcbca6a2e0b82c52fcccb6bf91f7cfb24b0..a10b9b7c8aab4e83742d66d986287396c8dbacaa 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pexec.tz--storage256947135--input1050356042-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/pexec.tz on storage 14 and input 38 --level 1 --trace-stack storage 52 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pexec_2.tz--storage197120858--input179371027-.out similarity index 97% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pexec_2.tz--storage197120858--input179371027-.out index a52a140a58f773165fc846045930d405decabf32..cfb07c0d5a00b9472e06eb142b33a6e5414da563 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -pexec_2.tz--storage197120858--input179371027-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/pexec_2.tz on storage '{ 0 ; 1 ; 2 ; 3}' and input 4 --level 1 --trace-stack storage { 0 ; 7 ; 14 ; 21 } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ret_int.tz--storage921624073--input125992234-.out similarity index 66% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ret_int.tz--storage921624073--input125992234-.out index aaf8d46c147a1c20fd0a8ec4eb8609d1445d4093..e0ab140f345b71698ebcc8ee203825584cadae37 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -ret_int.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/ret_int.tz on storage None and input Unit --level 1 --trace-stack storage (Some 300) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse.tz--storage528921618--input457300675-.out similarity index 67% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse.tz--storage528921618--input457300675-.out index 0736ff8f582cf03935964f448674a55c5a51806d..bbcec53ae958d173505ea967dce44aa12fb1a6f6 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse.tz-{""}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/reverse.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse.tz--storage528921618--input851203613-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse.tz--storage528921618--input851203613-.out index 994f5d084083a0917efdb97ac76d22dcab1ce372..6a749c92b834ed5adc8b51ef019617f2db85725e 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/reverse.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse_loop.tz--storage528921618--input457300675-.out similarity index 80% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse_loop.tz--storage528921618--input457300675-.out index d1d70016e2a194eb1ccb703a680aa5c5b6377eb4..ce0314b158ddf378e66fccb95d779500161e9631 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse_loop.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{""}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/reverse_loop.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse_loop.tz--storage528921618--input851203613-.out similarity index 92% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse_loop.tz--storage528921618--input851203613-.out index 6ad1adfa673ca45cbfe1f653dc9790fca04fcafe..7783e44096277b2a3a184e1fccd31d35d5afec39 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -reverse_loop.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/reverse_loop.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out similarity index 59% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out index e1e33226b4771ff90fe5f2bf49bc262add64a116..81a6bb1e64a81458f756889f6728885e652afc1b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/sapling_empty_state.tz on storage '{}' and input Unit --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_address.tz--storage125992234--input125992234-.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_address.tz--storage125992234--input125992234-.out index e89a4750e655ebb24235fd9d544c7bf904e9ce9a..ca2a44f87bdff356acc49cc1b4da458f655be6b3 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_address.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/self_address.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_with_default_entrypoint.tz--storage125992234--input12599223.out similarity index 84% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_with_default_entrypoint.tz--storage125992234--input12599223.out index 3252a4f1a97d348319fe572be76f3bb23c3d9723..4053baaf387209ff44e04a1a9620819509522820 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_with_default_entrypoint.tz--storage125992234--input12599223.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/self_with_default_entrypoint.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out similarity index 93% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out index fcd26e2aea6d1138acaf90caae6357868b704405..870ff5c321197b454e351fffb9f220ae694e2766 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/self_with_entrypoint.tz on storage Unit and input 'Left (Left 0)' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input620760059-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input620760059-.out index 79f70412b189bfb4684abac40b9aa682f5f37c3f..673b272bf0467f68c96128abfdb713bcf58bf093 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input620760059-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-"world"-(Pair "world" 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"world"' --level 1 --trace-stack storage (Pair "world" 0) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input717096222-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input717096222-.out index a993a26f1c2b64114ad0830e83893744c63abda9..f963ec9f09ede3ab48c3028150af61188ff3485b 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input717096222-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-"abc"-(Pair "abc" 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"abc"' --level 1 --trace-stack storage (Pair "abc" 0) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input79230375-.out similarity index 82% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input79230375-.out index b6a723c0ddf44e168904301c8c609d5332f6738b..9e9821f155d3eb8e671019171d856ed0ce08dede 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_car.tz--storage224747103--input79230375-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-""-(Pair "" 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '""' --level 1 --trace-stack storage (Pair "" 0) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage205576101--input654274102-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage205576101--input654274102-.out index bc7c24e4b009ac7fc8bdb8088344d4a0aeef0845..b93f7cebe2caec2887fc4845fce42b64d81621b6 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage205576101--input654274102-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 500)-3-(Pair "hello" 3)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_cdr.tz on storage '(Pair "hello" 500)' and input 3 --level 1 --trace-stack storage (Pair "hello" 3) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage224747103--input453441034-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage224747103--input453441034-.out index 285453ac49949b0a01851d10a7614216853dad36..15ab3f3539e8e1c88edc0634dbd492ab538d6835 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage224747103--input453441034-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 0)-1-(Pair "hello" 1)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_cdr.tz on storage '(Pair "hello" 0)' and input 1 --level 1 --trace-stack storage (Pair "hello" 1) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage611418174--input967284912-.out similarity index 81% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage611418174--input967284912-.out index 6017da5c11165e3ef465366f689a841199e05ec7..f84274e0795a73885f6074c6709b4f43e91e0ccb 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_cdr.tz--storage611418174--input967284912-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 7)-100-(Pair "hello" 100)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_cdr.tz on storage '(Pair "hello" 7)' and input 100 --level 1 --trace-stack storage (Pair "hello" 100) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input264787654-.out similarity index 61% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input264787654-.out index eb1f303e08ade844f98849bb219ab1d83f17b832..ea3451b5dac42614f4f6de9a2a3bf6b2cb705cfe 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input264787654-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_id.tz on storage '{}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input457300675-.out similarity index 57% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input457300675-.out index f335d69ba2f97000c18afe12dfc4fc6fcf9162ba..96ed5393494d92ae0a2609f49c7dd9c13e874bbf 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_id.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input989507347-.out similarity index 61% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input989507347-.out index 605606d9940745ed084194ecc1d2d85b3c2961e6..6785a8e20407509dd0217da371083b2899fae2ac 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_id.tz--storage457300675--input989507347-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ "asdf" ; "bcde" }-{ "asdf" ; "bcde" }] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_id.tz on storage '{}' and input '{ "asdf" ; "bcde" }' --level 1 --trace-stack storage { "asdf" ; "bcde" } emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input457300675-.out similarity index 67% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input457300675-.out index 95b44922116a7367fea46532dac07fb0f52cb8eb..5e37924a492903f7994c844aaee269c35e6cc700 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_iter.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input701684511-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input701684511-.out index c4adffc6630bd54531929ade9dcf7cb53043fa5b..e7c66c5f0f5306acd204cca1c951421056080913 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input701684511-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_iter.tz on storage 111 and input '{ -100 ; 1 ; 2 ; 3 }' --level 1 --trace-stack storage -94 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input802622031-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input802622031-.out index 7dfba734726c2b430bdb823551dcffd78c0365a7..2de7cdf94a0ec60b9ef8e15e427283c3a8d29b90 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_iter.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_iter.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage495706788--input33757838-.out similarity index 86% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage495706788--input33757838-.out index bd2cf869e9b7df777348c5e3ce71adeb2b84ac80..6d823b02a905ce96184b5e6e814af5a48f4996b2 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage495706788--input33757838-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-"Hi"-(Pair {} (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_member.tz on storage '(Pair {} None)' and input '"Hi"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage550087893--input79230375-.out similarity index 88% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage550087893--input79230375-.out index 2f4dc29106bb2a93b327191f3c1d6168d6d26f8b..798db193f6c00f61b8ef85565cf7405b785c95da 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage550087893--input79230375-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { "Hello" ; "World" } None)-""-(Pair { "Hello" ; "World" } (Some False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_member.tz on storage '(Pair { "Hello" ; "World" } None)' and input '""' --level 1 --trace-stack storage (Pair { "Hello" ; "World" } (Some False)) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage605111220--input33757838-.out similarity index 87% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage605111220--input33757838-.out index 526ef95441e977d217ff9b060019b61c3d3a9a80..2945f9ebfec6ecb94c9ee442c3b1a46f73e2fe75 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_member.tz--storage605111220--input33757838-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { "Hi" } None)-"Hi"-(Pair { "Hi" } (Some True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_member.tz on storage '(Pair { "Hi" } None)' and input '"Hi"' --level 1 --trace-stack storage (Pair { "Hi" } (Some True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input403499055-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input403499055-.out index bb5ded785b619d5bd1fb1592e77606e6c8bd78f4..06e0ff7b40d65ab7da9b952a56d96677c2c12714 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input457300675-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input457300675-.out index 37691321729927850ec1b8ad73021a6fa8d6ed27..7cbcc8c3d797567a3deea93b2505f3f34cc19f46 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input469078912-.out similarity index 61% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input469078912-.out index 111272c28a07156e8f844e3f899174cd5b4f03b4..ceecbaec360266d85b15a16f4a3227fbc42ea1f1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input802622031-.out similarity index 60% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input802622031-.out index 253585f5b5e8f859fa3b04038ea60a82fae575a8..fcb695872575d232270ce44c4b579b897d300ee1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -set_size.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/set_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sha3.tz--storage921624073--input1008262038-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sha3.tz--storage921624073--input1008262038-.out index c9167d5d5125cb1536ac52707ec1733214d3b124..dae7027b899a3bdf684214995d56ec2dd3fcb4d2 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sha3.tz--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/sha3.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input115382786-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input115382786-.out index a5ee974c79a2b0f6a33cbdce87bf65272bb958d9..11bc8121d62b0501625ca37b0345446b842fbc5b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input115382786-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Left (Pair 15 2))' --level 1 --trace-stack storage (Some 60) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input271566295-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input271566295-.out index 10c5326b3d6e3f695e94ce5d8e75936175cb4782..0e5f84829b0f819ddafebbdb8be4cbb8e62ee756 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input271566295-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Right (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input340971987-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input340971987-.out index 6412d83dc2a5a375d48597e1c19de16870f95b8c..82ab4b676c753b417c9b2638188f5c449ab59262 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input340971987-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Left (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input374168553-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input374168553-.out index 4838f8b62d8934e95a312db2f45955cde5c08f05..c1678f641e059db363d1a1b0490b9f509ba11508 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input374168553-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Right (Pair 15 2))' --level 1 --trace-stack storage (Some 3) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input413621582-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input413621582-.out index d30244a0870c269a79298a20d02062267c65763d..93c022ec2b94c1d07af5ff273d9566929ff14d78 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input413621582-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Right (Pair 1 2))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input424849461-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input424849461-.out index c187f26c9550452133b40e03eacb6ea520663190..d006678561a1b7c24356305ca6e82890297b7093 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input424849461-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Left (Pair 1 2))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input485030042-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input485030042-.out index c4c684a738af9b49b434b07477a0e2972a98c009..16b9f0aa89c664df8122912f5a898246c684e148 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input485030042-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Left (Pair 8 1))' --level 1 --trace-stack storage (Some 16) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input705767726-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input705767726-.out index 3126bd5963bcdb830a3e548a14a073c865ae095a..c62795625c90a3d7e7716800f2a5c4730351f6f1 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input705767726-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Right (Pair 8 1))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input769385932-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input769385932-.out index b50c4d6e39ea0a0a7f0178c96099f3aa6220e3f3..e7e3ac54fe4c14ee6ab2f38fa31ff6074d82d094 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input769385932-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Left (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input913715337-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input913715337-.out index a1858961f175bfc10d85c057b4a58b1a727589b8..c1099307516fda4297df4605ceaf1685cddb6d84 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -shifts.tz--storage921624073--input913715337-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/shifts.tz on storage None and input '(Right (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage351480851--input65907686-.out similarity index 99% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage351480851--input65907686-.out index be51a531fae152d5185e1ecc12d6f0657192e0ee..0c9346ab32cf4e9cbbda15b19f558b17a3fe40f5 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage351480851--input65907686-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"-Pair 1 10000-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input198821575-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input198821575-.out index 1b429cd7dcf11d08382c8367d438c39383e7cafa..048d4fac464cdbb5c09098ab3105cc818ed0730a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input198821575-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 1 1-(Some "o")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 1' --level 1 --trace-stack storage (Some "o") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input359592843-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input359592843-.out index 999fc71166a30258c553e0cb4d2883992d9e789c..e34d518e3d2ed3bc8204a0af6676fdd2c057af9a 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input359592843-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 10 5-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 10 5' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input551316239-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input551316239-.out index 226d4ef084fad65ea02da54d59af9c980568361c..f670ab5239c98bfd67ce7b30d111d05db4e57f2c 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input551316239-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 0-(Some "")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 0' --level 1 --trace-stack storage (Some "") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input722749044-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input722749044-.out index 68ee260b39aff4d354a475cae1e14e4fcdad55aa..3614702f342eab224d77e959ee581abb25bd305f 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input722749044-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 10-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 10' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input839234860-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input839234860-.out index db9a8a59f6c9ad40e8c62b925bdc4149e160f865..ecc3c6f6a6f105659dcb63285a37b38e4500f292 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input839234860-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 1 3-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input919180079-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input919180079-.out index 34911739723e893d05ca35bb5d79e3a74c653ce2..f16b7e0a20d0b69c1c9b094c32ac0acb6c2f7644 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage364922380--input919180079-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 2-(Some "Fo")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 2' --level 1 --trace-stack storage (Some "Fo") emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage921624073--input551316239-.out similarity index 73% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage921624073--input551316239-.out index da01b134c1d7c5ee78a4e2e970a772a8f64291f1..4ccb33a17488ac1caadcc9fffdb601306cb729ba 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice.tz--storage921624073--input551316239-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice.tz on storage None and input 'Pair 0 0' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input198821575-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input198821575-.out index a605436b26689637e49f1ba5499113c99d952df0..7e44b710ed0e1cb90f67cfc696f44f518d46f155 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input198821575-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 1' --level 1 --trace-stack storage (Some 0xbb) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input462551352-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input462551352-.out index e3882c73b6b7a643d1b6719b2056394962d222f1..e7f2086ad4c6d298185531561a8bb83b5bde4a56 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input462551352-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 1' --level 1 --trace-stack storage (Some 0xaa) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input489157380-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input489157380-.out index 4e98bf6ecee14abfe3607f9a7de0601523a77c0d..cb914576af7727d8fdd1b1f73e942a60b3a2c61c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input489157380-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 2' --level 1 --trace-stack storage (Some 0xbbcc) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input551316239-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input551316239-.out index 011f1aa4ac57d281cb5371879080b83e36fe6e63..90a9c972b46b590e9f9cb249585ae6a8ab44c2d5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input551316239-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 0' --level 1 --trace-stack storage (Some 0x) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input669330759-.out similarity index 56% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input669330759-.out index c7e8e253ee164bdff45c2a6bc4198d24de2e563c..8dd0e2c1ed0f45f034cb7b879cea12b09c91593f 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input669330759-.out @@ -1,37 +1,37 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 2' --level 1 --trace-stack storage - (Some 0xbb) + None emitted operations big_map diff trace - location: 10 (just consumed gas: 9.298) - [ (Pair (Pair 1 1) (Some 0xaabbcc)) ] + [ (Pair (Pair 2 2) (Some 0xaabbcc)) ] - location: 10 (just consumed gas: 0.010) - [ (Pair 1 1) + [ (Pair 2 2) (Some 0xaabbcc) ] - location: 11 (just consumed gas: 0.010) [ (Some 0xaabbcc) - (Pair 1 1) ] + (Pair 2 2) ] - location: 13 (just consumed gas: 0) [ 0xaabbcc - (Pair 1 1) ] + (Pair 2 2) ] - location: 19 (just consumed gas: 0.010) - [ (Pair 1 1) + [ (Pair 2 2) 0xaabbcc ] - location: 20 (just consumed gas: 0.010) - [ 1 - 1 + [ 2 + 2 0xaabbcc ] - location: 21 (just consumed gas: 0.026) - [ (Some 0xbb) ] + [ None ] - location: 13 (just consumed gas: 0.015) - [ (Some 0xbb) ] + [ None ] - location: 22 (just consumed gas: 0.010) [ {} - (Some 0xbb) ] + None ] - location: 24 (just consumed gas: 0.010) - [ (Pair {} (Some 0xbb)) ] + [ (Pair {} None) ] diff --git a/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input743596105-.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input743596105-.out new file mode 100644 index 0000000000000000000000000000000000000000..a968e5fb7cacfad9e31b971b11be077148dff187 --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input743596105-.out @@ -0,0 +1,37 @@ + +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 1' --level 1 --trace-stack +storage + (Some 0xcc) +emitted operations + +big_map diff + +trace + - location: 10 (just consumed gas: 9.298) + [ (Pair (Pair 2 1) (Some 0xaabbcc)) ] + - location: 10 (just consumed gas: 0.010) + [ (Pair 2 1) + (Some 0xaabbcc) ] + - location: 11 (just consumed gas: 0.010) + [ (Some 0xaabbcc) + (Pair 2 1) ] + - location: 13 (just consumed gas: 0) + [ 0xaabbcc + (Pair 2 1) ] + - location: 19 (just consumed gas: 0.010) + [ (Pair 2 1) + 0xaabbcc ] + - location: 20 (just consumed gas: 0.010) + [ 2 + 1 + 0xaabbcc ] + - location: 21 (just consumed gas: 0.026) + [ (Some 0xcc) ] + - location: 13 (just consumed gas: 0.015) + [ (Some 0xcc) ] + - location: 22 (just consumed gas: 0.010) + [ {} + (Some 0xcc) ] + - location: 24 (just consumed gas: 0.010) + [ (Pair {} (Some 0xcc)) ] + diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input839234860-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input839234860-.out index febf94f38d5e0ca93f09a34231e69d8c72d1a88b..79bcd4251a1256559e8ce1b800565adade22992c 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage229749865--input839234860-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage504917929--input65907686-.out similarity index 85% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage504917929--input65907686-.out index efc07cdaaf556e6a0c142e5232b9b1720bbae9bb..a204c451de8eb963b8553c53db8c8167be34fe28 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage504917929--input65907686-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc-Pair 1 10000-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage 'Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage921624073--input462551352-.out similarity index 72% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage921624073--input462551352-.out index af940c73bb1776f422a995753ecd4b79089c275e..6e10dd7d179854d1ce3d365fdcfdb71016e01c1d 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -slice_bytes.tz--storage921624073--input462551352-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/slice_bytes.tz on storage None and input 'Pair 0 1' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -str_id.tz--storage921624073--input1016369050-.out similarity index 63% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -str_id.tz--storage921624073--input1016369050-.out index 82a86f861748516b7604a6c61027224e87034bdc..44681c6efefd0f4f8d1f022c981197439e3b7e3e 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -str_id.tz--storage921624073--input1016369050-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[str_id.tz-None-"abcd"-(Some "abcd")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/str_id.tz on storage None and input '"abcd"' --level 1 --trace-stack storage (Some "abcd") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -str_id.tz--storage921624073--input93477117-.out similarity index 64% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -str_id.tz--storage921624073--input93477117-.out index 568a6998e5e2a3a852c981fae71fb5c14eb8db03..40df2fe6505eb96abe7c867724df271fdda25ff8 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -str_id.tz--storage921624073--input93477117-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[str_id.tz-None-"Hello"-(Some "Hello")] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/str_id.tz on storage None and input '"Hello"' --level 1 --trace-stack storage (Some "Hello") emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out similarity index 79% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out index d9795b14bf2cf27f902f9645b7e616eb1a08191f..e94d26e023782de222e1701841918fb7874260ed 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-"1970-01-01T00:00:00Z"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 100)' --level 1 --trace-stack storage "1970-01-01T00:00:00Z" emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out similarity index 79% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out index 8bfb2d93f1b7f85fde5f4b55586c35530ec85c9a..57e7079d77dc11e37ac539336bd231b8be752eec 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-"1970-01-01T00:03:20Z"] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 -100)' --level 1 --trace-stack storage "1970-01-01T00:03:20Z" emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out similarity index 80% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out index 9a2cc4b69de5a083733315c3fba0783b34c84b31..cfaa02cc98b541ffabe5fb086095a7eccfd521f4 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 2000000000000000000)--1999999999999999900] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 2000000000000000000)' --level 1 --trace-stack storage -1999999999999999900 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out index 37a20f5b0d68ed9ba7d5799149a47b651db8cbcd..ccc48192108980dc2edbb3f15b11c71763f57a1e 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair 3320000 1300000))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/tez_add_sub.tz on storage None and input '(Pair 2310000 1010000)' --level 1 --trace-stack storage (Some (Pair 3320000 1300000)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out similarity index 88% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out index 0bb2b37e59c1c04296fb69aa9148b23466fc8979..e862263fcfb8dc891cd2859352c17fc42f10a9ae 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair 3000000 1000000))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/tez_add_sub.tz on storage None and input '(Pair 2000000 1000000)' --level 1 --trace-stack storage (Some (Pair 3000000 1000000)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -uncomb.tz--storage680650890--input394061083-.out similarity index 79% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -uncomb.tz--storage680650890--input394061083-.out index e39ce71f84459bece564c4094b67881bfe741f6d..7258a68c1e5d4c91c92085053fb5882ef94f44c7 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -uncomb.tz--storage680650890--input394061083-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/uncomb.tz on storage 0 and input '(Pair 1 4 2)' --level 1 --trace-stack storage 142 emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -unpair.tz--storage125992234--input125992234-.out similarity index 98% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -unpair.tz--storage125992234--input125992234-.out index 699a9ecc79b2c2a23c7c601c1a71222f4b26511b..cf09a3a553fd041d11e0d60e07b82bff031b7c52 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -unpair.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/unpair.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -voting_power.tz--storage1011138251--input1040351577-.out similarity index 76% rename from "tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -voting_power.tz--storage1011138251--input1040351577-.out index 29e30dd912ebb7ddda69d48c9188017e9c04fdb3..f362ea002b71f33ea9279a3dd769acad4e397377 100644 --- "a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -voting_power.tz--storage1011138251--input1040351577-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"-(Pair 4000000000000 20000000000000)] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/voting_power.tz on storage '(Pair 0 0)' and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Pair 4000000000000 20000000000000) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input1058477720-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input1058477720-.out index 818c4674536708f8e0d0925c779c194d170afabe..8498ac6c6bf4b50d1e029ec96b213bdf7eedba1b 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input1058477720-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Left (Pair False False)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input1073176155-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input1073176155-.out index 504c20123b218a2438a5818e65e1e8982b2f0a68..173c0047bdaf048130ad2c90d4fddb00481bd514 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input1073176155-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Right (Pair 0 0)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input246594902-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input246594902-.out index 9ca50094190f1064bf36aebf55b23758e8d7da3b..86da8e3a9108e2015ae54464d5c359666865c1cd 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input246594902-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Left (Pair True False)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input506603577-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input506603577-.out index 8cbddbd8b4c446bd12b7da78fb6f70b97d059650..1eae6541187f041c52e09251b620c210e5750784 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input506603577-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Right (Pair 1 1)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input576248088-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input576248088-.out index 2e4ab9ac6529df1f1f0553a4e858898b9c68a91f..b51a185941fbde39a363d982894b40ad8d6cc745 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input576248088-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Right (Pair 0 1)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input612012282-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input612012282-.out index 4e84f9b145ee6d469e4210dbc6a8d89c282030fb..879c02dc049667d690b51a93ebbbf02e6d4737e5 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input612012282-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Right (Pair 42 21)' --level 1 --trace-stack storage (Some (Right 63)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input617591686-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input617591686-.out index 5ea3e4fd31d77ab2c9fbd99f928d942ad4b9a6ba..f523fcc61787db6c36d925c8febe5516b3221d95 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input617591686-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Left (Pair False True)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input639311176-.out similarity index 76% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input639311176-.out index 57daf82638c15ac0208b4e22dbc68b5dab22bb56..de08b65f3c70f0868f7fb6cbfe837677531257e0 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input639311176-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Left (Pair True True)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input688315180-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input688315180-.out index 12da5f927b1e055004a522e6a318669583496c63..1b21df92a0d5306e2f243e00496abb7bda9842a6 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input688315180-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Right (Pair 42 63)' --level 1 --trace-stack storage (Some (Right 21)) emitted operations diff --git a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input967929605-.out similarity index 75% rename from tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out rename to tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input967929605-.out index 260258f825994239870d34d820e10a96b5776a9b..45316b6f475fc530b735a1ea0943cc07d6cea1a8 100644 --- a/tests_python/tests_alpha/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Alpha- opcodes -xor.tz--storage921624073--input967929605-.out @@ -1,5 +1,5 @@ -tests_alpha/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))] +./octez-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_alpha/opcodes/xor.tz on storage None and input 'Right (Pair 1 0)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input254251340-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input254251340-.out index 1ce391a6f6f5c4340eeb2eef9edff348c914ef27..d2b3bc913484e6de6b00d1714dc6720323fc35fd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input254251340-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/abs.tz on storage Unit and input 948 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input420401245-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input420401245-.out index c42bf039f9d820e5fb270c414632206858ac8f55..7bff3365d6d20bdd511f399c692569af020e7d41 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input420401245-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/abs.tz on storage Unit and input 12039123919239192312931 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input680650890-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input680650890-.out index 33ea858452b7de85a8a8ae7b44a4b3f9dbeeae65..7c1b42d40f0d0d727a13dfcae5e73476f46d5cbc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -abs.tz--storage125992234--input680650890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/abs.tz on storage Unit and input 0 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add.tz--storage125992234--input125992234-.out similarity index 96% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add.tz--storage125992234--input125992234-.out index 9456c48c58823130b34ad91f3caa2b7679fdd2db..85afb187b22ef24ff8300e790278d326414bf7e9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out index a876c8b8bd5113d5d1f02ce224f5d3e95d70caed..11f381e1292cb6318737acd21452366aba034bd2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x01 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out index d2e2b27b86a5330241b49f48fa4ca8a1951df203..8b27e330d0b4627a20da8799591bcae0d58780f2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0x0200000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x010000' --level 1 --trace-stack storage (Some 0x0200000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out index 071024a6fa6ef04dae2a47fe5ac4c2257dcdff52..2f6cddb851401cab2ca505b72b2881e56fee7f13 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000.12b2c1172b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x01 0x00-(Some 0x0100000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out index 1321c238a16f44c9f6f3c13c86f5274bae7d280b..c6180f7cdf740732a6c04231ac7247e7723305cd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x00 0x00' --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out index 0b593e84cc3e6907da11bb14d17e6133e63c0c29..c3fdcee8ad30e984c79610bdffd7d03c14c91d26 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some "1970-01-01T00:03:20Z")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out index e90973b7eb843610ee6e8e00eac8a43d5d2f70a0..c33eb9076b9a34f8b5e5d8ae72c39d3e0092d947 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_delta_timestamp.tz on storage None and input '(Pair -100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out index 77ce882cda36348dfddd9dba21f4c646a3ed01f3..68a9cc243951f73ba832532d3ea88852840f0a9c 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 "1970-01-01T00:00:00Z")-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 0 "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out index 3c2b7adcd164092749820fc04cd0f348cce3d7a4..509c5bfecd8e5f697ad48eca71969367f72e55db 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some "1970-01-01T00:03:20Z")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out index ed559a807f2246c8010f1a736b451cd5ac312ed6..33c86a6ec0b0c2c43d04002609cdd299d8f42804 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 -100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out index 91dae2a7c510ebc22db869b5da566d15da750638..ee4e0cb667d369af514fa226431ab4cc12e35309 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair "1970-01-01T00:00:00Z" 0)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/add_timestamp_delta.tz on storage None and input '(Pair "1970-01-01T00:00:00Z" 0)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -address.tz--storage921624073--input117475800-.out similarity index 75% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -address.tz--storage921624073--input117475800-.out index af5b3febe080e205305788b1ce36a52ad37bf7e7..26be61d016210f91cea7cd5398f93d82880ccae0 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -address.tz--storage921624073--input117475800-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[address.tz-None-"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"-(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/address.tz on storage None and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage (Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input106930123-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input106930123-.out index 40e87d45754b93eab93329a43c11e0fa9384135c..0b15755f265789216eb02d930e366dced65b544c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input181204719-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input181204719-.out index f94825d156b45c3eda0c284b70e91b00fb1bf25d..6e3e5911e4d72403c5e2b0820e13eea15714f546 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input223774825-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input223774825-.out index e79b50e84021ec5256dd1f13fc00f0b80f0d71f7..493cc9f5e631f6c1516cd303c35faf8faae894a7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input908807505-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input908807505-.out index 4c73d0703a08e835cf38f0c28573f1e18f7a60c2..19e34f82aa90f8870d7d52b495785efdcdd1d696 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_binary.tz--storage125992234--input125992234-.out similarity index 92% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_binary.tz--storage125992234--input125992234-.out index dc27b01c328e1ccf538b31f3949d5bf4e7815221..1c2c0387190af14bea3043a8fc3f80552ebaf793 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_binary.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and_binary.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input106930123-.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input106930123-.out index f1f348a2b0d535c80e1133b082075d7c47e1ddb2..97ebd490bd53f750e00d2adf23293eaf88c90363 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input106930123-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and_logical_1.tz on storage False and input '(Pair False True)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input181204719-.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input181204719-.out index e8a075c067b377ab858ee8dbea35266922995a45..9b48be4ab3640c971e8da6cd5827e210dd73cc5b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input181204719-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and_logical_1.tz on storage False and input '(Pair True False)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input223774825-.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input223774825-.out index e46c9eb6287ad6ca2d30c6f5c46174f9e618a080..283648317e071d8c9f67f542865d6a3444612579 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input223774825-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and_logical_1.tz on storage False and input '(Pair False False)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input908807505-.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input908807505-.out index 4b99ad26518d37e6912ad3b198e6c221b60de91a..2d0078e8987456b8f475d0c56b947d79bdbdfee8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -and_logical_1.tz--storage570553153--input908807505-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/and_logical_1.tz on storage False and input '(Pair True True)' --level 1 --trace-stack storage True emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -balance.tz--storage492856247--input125992234-.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -balance.tz--storage492856247--input125992234-.out index 4604506ab9e325e12d5db055271103b7b3030907..21378990a54ddaa6b1f31db699492afb5909f3a3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -balance.tz--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/balance.tz on storage 111 and input Unit --level 1 --trace-stack storage 4000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out index bbdb33548c7f8b0bcaa009be61af0e5a8c43ebd3..2621f3866ed09df80e8b832fc2e6bc135e5bf1cb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out index 6acf637b8506ac2cc1350238d35173b0f13bdba5..f0b735f5dfab77ae44ec5e5a02c1c2571b7be6a4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair 4 (Some True))0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out index f2b7e618696126d9a3f6e4b428c149455ea5adc0..fc8f4987ae74a8c598d5a6ff8ae73b06b4ae9bfa 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair 4 (Some True))1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out index 64d4f5f00d50bd538c79f777da56a55730ca6c51..ee578af8485f0b4c689e075121c6a0227b5f78bd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair 4 (Some False))1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out index 2430fa99130e40afeb2fa01f4b6164fc0797262a..81c4bc2cd5b745dd76405f0e385b7453a1bf45d5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.6d753598ba.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (Some True))1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out index fde900be0a61f2d930197f2aaa90e9af56755a94..fad8ee5383bf3b6afed083c979eda37723a4bad2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (Some False))0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out index c8cebc7325127c7658efa923f093e4f50dd44cf0..bf8d042471058ee3077c8da25140c5c7dc6f5281 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"baz"-(Pair 4 (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out index ba26520df790de412e13f3b41a3bb4dc76477e03..455ff2d878b8e88ad295da5d1360a3f2b1e4a08f 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"bar"-(Pair 4 (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out index 026fb9bb558af13a5ced6f3709c40d628780953e..3e1ca2248a80d1c1349daa4cfcd41adc47497043 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"foo"-(Pair 4 (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out index 14826a083c11012d434642bdf146dc7541791e9c..75fd0be75399d022fc78bce8eb9c7303fa1c3189 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-"bar"-(Pair 4 (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out index 65a853d3a4b43171cb874bfacc101f1e2ca95900..1dad4dc3cdf4a3793429eedbf1c7f7fd4728b8c4 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "foo" 1 } None)-"bar"-(Pair 4 (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out index d883a1b32f8dbfa5df9bd1a2441f80b2de98810a..b953b906f0dc3c284ae57918d8ba3eeeece84a21 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "foo" 0 } None)-"foo"-(Pair 4 (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--inp.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--inp.out index 18f18c8f3ded98815df5975c33e949546492f2ef..8cde0371758fd7d98f6341434934425a4a9af77d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--inp.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0x0000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_push_bytes_not_padded.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out index 55cc8c93f2e943318e2eef51b30ae808e75da639..ebc4db099e36db1ce64ac08ccecaa66948498e47 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x1000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_push_nat.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x1000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out index a4ee6667979f34c7435095387086e9729d94253a..58b04a6f046a5dfaf954a7dc418c3da740e7fe6c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x01 --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out index 564d198065f076b26c2e39685e3040c6c617ee5a..e55993071db5a7c4375e5567c16593847731e068 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x00 --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out index cef96aaee324d3c0715d8bdcd4e98a00984d6647..7a3a2d598407610c8c4157b9879526a47f07b256 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719-11320265829256585830781521966149529460476767408210445238902869222031333517497] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719 --level 1 --trace-stack storage 11320265829256585830781521966149529460476767408210445238902869222031333517497 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out index e5199a11ad79dd25a617a83355858157e4b8d093..a12a631f321a654e21a5b0c24e87961ca43a76cb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27-17832688077013577776524784494464728518213913213412866604053735695200962927400] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27 --level 1 --trace-stack storage 17832688077013577776524784494464728518213913213412866604053735695200962927400 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out index 6fd57be97a545f2b499342db892739690ff32d68..0322b34f444678e88325253fc51b086ca4fbe9bc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_to_mutez.tz on storage 0 and input 0x10 --level 1 --trace-stack storage 16 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out index af9ceeb611a6aab8f05fb6551d8afae8c6859e06..d63859a271592f20fbea4b4fbbf79795810b0af7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out index 618e0bfd55b474eec1e8717efda2158d8ba3ee2f..e6559331f0f3026eab421eac5f1448789fe518cb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out index e8ddf1028f30449ccc63a880b75b7350ead9b2c1..45b3bea514f979be3453bd1a8157d968e950b760 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out index f1063792fb33c631a890b647518091677c6b2849..c5a5194fad270a1bd93e495d00f9ffdbef96df02 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out index 5672ce210f83d139399c029ad1896b8f14e6e6b8..99ec29345bfcfa26f41bfee2f1fd2027c8f2114f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out index 92465ece3193cdd4cfa11bdbdd14e3a2c075d446..5ebb568b53b22aea42bb4be54ab6587e22897bbb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out index 626de3021e2198eebe86bf87869f9343e9515e65..7cf903197fdc5c4611575ad3015df9dc2386fb59 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out index 23ac0c5b1479ffc3d1b924067768f9b93d92326b..11e61dc4450f1cb1408fe32267f7077f5f3e0b5f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--42-0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out index c498828bd4ef0c18ba205e5e939b5aeb83939e34..a4eaf603bd6eec17808afe5f16003e6f80754180 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out index eeb4d2759bc29ac7a8ff534e088522fea2e41bc1..db13b510e1e1e3b91cffc803053f10ec858d00f3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--1-0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out index d12b6cd19ff0de40af6b0e7a40c2c03ba8b9a730..ecadc4f25a0ec83f5a6481bac52bea79bcab84e5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out index 87846f214f191efb4a1ee897fbeb2b138258138a..416a41f8ef802ffb03f28b58ccb2daac74e34fa8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out index 1100c0b69671612d804f61c99156709ed5632160..b23e2c1b5e2534b8c21b43c365647106fca9cd78 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out index f235b508b0abd0ea60ba885da37ffade4b18ca62..e291d555500ff1285cf20c8d91370e028740ca2c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out index c4f7c08f21ae7d9d8b15ed1622d4071fb66067fa..00af4f5dc601905a56d6e63c08b96b10f8c8e401 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.bf8a711be6.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out index f69b367278b161b9852599d893e64afb3a8ee522..efa67afcf68c0491cfe28752d648a0ca1974da0c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.d41cbb044b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out index bb075b54deca508a9e63927544361778cb9a3e80..dfcef3be6ebc791ea704c2e6c1d5567419182835 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out index 6878cf157dd8e8808d438cb31715d998bf40e82a..68f9e84c969396e0b99226a35cf5e3993ab3c98f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out index 2a1f6b2707221fc60274ef78a3720bb5ab94cd7c..d788f6803dc7cbf814855d961b2afb0596a5dfc6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out index 4f962ca5e5b48ba37c5429e805f2e0421ca66652..365191f6e621de1f30eacc6efe2afbe1bf539aa4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out index d3eec2ff0ae6df50f1416b207a74104f3ca56e7d..5309bd55f3ca82c746cd9557f85f6220b1e08d9a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out index 9f247729ea08ad6e5a42def4ef8a9a49e9e33cb2..f839b662c197dc1b832ab80a1597e3166eb7dd85 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out index f41a016d8a885a4fd05045d6186a2de03744daba..7cc8932eb27dab748de4585345d759227d7084b9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out index 4f282f8b057adfb5d881888ad23417810dfc6a71..a69a40de201a6ff8b431f13a740f9ddec5611495 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out index 34a6612eed9366f4f18ba516b3a3dc003ac5c5c0..1dff29d60358c097997cae18f1f83ce58e32c67a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out index 5328c34724606a06b0db11a90da0b733b9cf58c1..a26739f90aace5eef0cf13019327a6b47e96a720 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--42-0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out index 7f2f0ae2426f53f4e1f7f149c17baad8a5c2f781..c4ac63f18709a39ebec2930f4f3f43ac4fe98cc5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out index 93058c82383838fac20c71373fd368bbd80de261..b655508194c641e1c63d24506e1f0547060137e0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--1-0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out index 491b23e5b82410b1d6c694aaa5fcfffbfc1107e9..0ff421ec0b34d1747682e27a48ef845b9de8b8af 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out index dc46fb8dc4e728d401c2f245ffcf278beadc7337..99b8eb01c3720f072bc13943ee99fea611ca4b4e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out index b33795be45127bc8a5ec37c3675f6468a2a25d74..5b952648d5b3cef347154c798ce8e153226c270f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out index 2873ed6546bb0f5f214e974c6deaf402f918cafd..e2041444c5b12aa523e8f9f79ca4639f30ee7f46 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.69f3589a06.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out index 3f373fb184051d50e5098969e2938d0f60db2a54..e90a567a7881e6a4531c0c0f76e973a6b10e4a84 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out index 4e730008930eba526e08d91baf5daa123ffe5229..3acd3fdb45826acf699c0c3f903c1de51e5eebe7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out index fa7cd55f7047033d3f99cb3a11ec526ca5324878..3f9c6e5b9dbb0e6878aa13a85c56ec5b77063494 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out index 432311c89395a293959a1a457d8127332a266ca4..9b11d1783c23951b387332f0fd6b7e8621378e08 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -car.tz--storage680650890--input783124233-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -car.tz--storage680650890--input783124233-.out index 654a8758a783c508e4ea501622ec74898d0846b2..847f40ded55d456dfbab530f46b22212556381d3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -car.tz--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/car.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 34 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cdr.tz--storage680650890--input783124233-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cdr.tz--storage680650890--input783124233-.out index ff1f3ed489f39ecfc2fb419e85a9b1358f8f3ffc..ff0cb23161c7a5518fca9ee7264e92919245e3d8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cdr.tz--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/cdr.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 17 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage109160754--input125992234-.out similarity index 54% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage109160754--input125992234-.out index cdeed11b5272780da065b77854f5166237a8c530..710c9e1a5f11fe0833e5296a7e41c282aa1f3332 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage109160754--input125992234-.out @@ -1,7 +1,7 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some "NetXdQprcVkpaWU")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/chain_id_store.tz on storage '(Some 0x7a06a770)' and input Unit --level 1 --trace-stack storage - (Some "NetXdQprcVkpaWU") + (Some "NetXynUjJNZm7wi") emitted operations big_map diff @@ -12,12 +12,12 @@ trace - location: 8 (remaining gas: 1039994.787 units remaining) [ ] - location: 9 (remaining gas: 1039994.772 units remaining) - [ "NetXdQprcVkpaWU" ] + [ "NetXynUjJNZm7wi" ] - location: 10 (remaining gas: 1039994.762 units remaining) - [ (Some "NetXdQprcVkpaWU") ] + [ (Some "NetXynUjJNZm7wi") ] - location: 11 (remaining gas: 1039994.752 units remaining) [ {} - (Some "NetXdQprcVkpaWU") ] + (Some "NetXynUjJNZm7wi") ] - location: 13 (remaining gas: 1039994.742 units remaining) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage921624073--input125992234-.out similarity index 53% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage921624073--input125992234-.out index a1c2002420dcc82d9ac5c20a2b1c95c6bc3d8e78..ed8e4bdd875b090b5fc5a58bb585247d24c55783 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage921624073--input125992234-.out @@ -1,7 +1,7 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some "NetXdQprcVkpaWU")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/chain_id_store.tz on storage None and input Unit --level 1 --trace-stack storage - (Some "NetXdQprcVkpaWU") + (Some "NetXynUjJNZm7wi") emitted operations big_map diff @@ -12,12 +12,12 @@ trace - location: 8 (remaining gas: 1039994.937 units remaining) [ ] - location: 9 (remaining gas: 1039994.922 units remaining) - [ "NetXdQprcVkpaWU" ] + [ "NetXynUjJNZm7wi" ] - location: 10 (remaining gas: 1039994.912 units remaining) - [ (Some "NetXdQprcVkpaWU") ] + [ (Some "NetXynUjJNZm7wi") ] - location: 11 (remaining gas: 1039994.902 units remaining) [ {} - (Some "NetXdQprcVkpaWU") ] + (Some "NetXynUjJNZm7wi") ] - location: 13 (remaining gas: 1039994.892 units remaining) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] diff --git a/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage981066851--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage981066851--input125992234-.out new file mode 100644 index 0000000000000000000000000000000000000000..4206d2b31a879c90aaa9b9858e79b4041178bb93 --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -chain_id_store.tz--storage981066851--input125992234-.out @@ -0,0 +1,23 @@ + +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/chain_id_store.tz on storage '(Some "NetXynUjJNZm7wi")' and input Unit --level 1 --trace-stack +storage + (Some "NetXynUjJNZm7wi") +emitted operations + +big_map diff + +trace + - location: 8 (remaining gas: 1039993.247 units remaining) + [ (Pair Unit (Some "NetXynUjJNZm7wi")) ] + - location: 8 (remaining gas: 1039993.237 units remaining) + [ ] + - location: 9 (remaining gas: 1039993.222 units remaining) + [ "NetXynUjJNZm7wi" ] + - location: 10 (remaining gas: 1039993.212 units remaining) + [ (Some "NetXynUjJNZm7wi") ] + - location: 11 (remaining gas: 1039993.202 units remaining) + [ {} + (Some "NetXynUjJNZm7wi") ] + - location: 13 (remaining gas: 1039993.192 units remaining) + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] + diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-get.tz--storage125992234--input186507116-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-get.tz--storage125992234--input186507116-.out index 2f009067858ecb964722afcf3f7b49ebe08efa2a..a364c386bcb622f1d6febf2ac364b230f47f96b8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-get.tz--storage125992234--input186507116-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/comb-get.tz on storage Unit and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-set-2.tz--storage921624073--input186507116-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-set-2.tz--storage921624073--input186507116-.out index ad3d5dd6ff947f84d8e7ea6efa5870ae5e390648..b944aaa42cdf13fe72b90ec0653931806ed40ebd 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-set-2.tz--storage921624073--input186507116-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 "toto" 0x01))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/comb-set-2.tz on storage None and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage (Some (Pair 2 4 "toto" 0x01)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-set.tz--storage186507116--input125992234-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-set.tz--storage186507116--input125992234-.out index d8ad217672eaa0a6043e14c657c1cf31b291c610..db34f856fc8936c5b5d19cd7a358dc5ad00b27f9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb-set.tz--storage186507116--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/comb-set.tz on storage '(Pair 1 4 2 Unit)' and input Unit --level 1 --trace-stack storage (Pair 2 12 8 Unit) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb.tz--storage950292965--input125992234-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb.tz--storage950292965--input125992234-.out index 38b34c94142709855f4a50e811fbaa80823fa44a..d40f42895742231cfbb14620d7fb272cb7e52b5b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comb.tz--storage950292965--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/comb.tz on storage '(Pair 0 0 0)' and input Unit --level 1 --trace-stack storage (Pair 1 2 3) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -compare.tz--storage125992234--input125992234-.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -compare.tz--storage125992234--input125992234-.out index f672886a0b3e0fb7c1b0c46930293dba1dbe0abb..e5deab052dd18819f8a31e591a034f4388471a41 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -compare.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/compare.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comparisons.tz--storage457300675--input281780712-.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comparisons.tz--storage457300675--input281780712-.out index b141bc5c5426a6be32e84d95a81681f966a42778..6c888c716da1a2f76ae6ca25317218b1b33b8d75 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -comparisons.tz--storage457300675--input281780712-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ { False ; False ; False ; True ; True } ;\n { False ; False ; True ; True ; True } ;\n { True ; True ; False ; False ; False } ;\n { True ; True ; True ; False ; False } ;\n { True ; True ; False ; True ; True } ;\n { False ; False ; True ; False ; False } }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/comparisons.tz on storage '{}' and input '{ -9999999; -1 ; 0 ; 1 ; 9999999 }' --level 1 --trace-stack storage { { False ; False ; False ; True ; True } ; { False ; False ; True ; True ; True } ; diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input392583650-.out similarity index 81% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input392583650-.out index 1a16e62858dd447bc6d9cc088a8a8addba2bb641..52dd0758035ae75ac9c4c4fab2933c086ffdf2c2 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input392583650-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ "test1" ; "test2" }-{ "Hello test1" ; "Hello test2" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_hello.tz on storage '{}' and input '{ "test1" ; "test2" }' --level 1 --trace-stack storage { "Hello test1" ; "Hello test2" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input457300675-.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input457300675-.out index 5341acd40282591bc59acb99e826603d0115c6d2..33fc4866701f364285d3036026a7200a9aec6ecc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_hello.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input640104625-.out similarity index 76% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input640104625-.out index 48ddb18f3d4dc6ac5f9dd51f44593ea47dad3c17..fe4fd4300ff992a7bd53604a813c1fb4119b1e9f 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello.tz--storage457300675--input640104625-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ "World!" }-{ "Hello World!" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_hello.tz on storage '{}' and input '{ "World!" }' --level 1 --trace-stack storage { "Hello World!" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out index 752b2b7b985895dd73a4064dffba901c06c24698..ba8938fafd0410af7853c0e93e2a8399ab74412b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xab ; 0xcd }' --level 1 --trace-stack storage { 0xffab ; 0xffcd } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out index 1db9f9b5db035602b83543d8261a2a384509b7e5..64647bccded20c7b77fea10b88275b47b77337c5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xcd }' --level 1 --trace-stack storage { 0xffcd } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out index f9f0e422399323f4d1a93c91d9ab9a09b85e79f8..c3c145e7e59b69fac18e323986fb75cb0d3df9e9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_hello_bytes.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input264787654-.out similarity index 92% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input264787654-.out index 7b6aaf9f1fed3e919886bda3008d3cedb5192e66..53fbd833be83e624a0627cd608d38f4b2ab058d7 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input264787654-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{ "a" ; "b" ; "c" }-"abc"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_list.tz on storage '""' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage "abc" emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input316676251-.out similarity index 93% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input316676251-.out index 096c3ea27b192a0cfd2cdf4ff08007527e9c65d1..eabdc95eba7ab37430155ee0d9aca7a527e7ed3a 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input316676251-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{ "Hello" ; " " ; "World" ; "!" }-"Hello World!"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_list.tz on storage '""' and input '{ "Hello" ; " " ; "World" ; "!" }' --level 1 --trace-stack storage "Hello World!" emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input457300675-.out similarity index 72% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input457300675-.out index 015539395fed488a428fbeefd72a564a14215127..251c73a75befe100fadc8ae92d58ed077595bcea 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -concat_list.tz--storage79230375--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{}-""] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/concat_list.tz on storage '""' and input '{}' --level 1 --trace-stack storage "" emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage457300675--input798141440-.out similarity index 67% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage457300675--input798141440-.out index c6ff1b8662caa1edc60b09fda03a7db8ac66f0bf..e669fa58ab8e86d441e88e36fdf0e1c2fd460822 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/cons.tz on storage '{}' and input 10 --level 1 --trace-stack storage { 10 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage581876226--input166122047-.out similarity index 68% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage581876226--input166122047-.out index aca66dbd76832f1a1f226d2ed534d52d25e95162..62ac9fad60ff818523a61de096985b93801b8737 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage581876226--input166122047-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/cons.tz on storage '{ 10 }' and input -5 --level 1 --trace-stack storage { -5 ; 10 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage793461282--input781487591-.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage793461282--input781487591-.out index 020e9c9fcb4546271297363cd8f106220dffb36f..3e66fa9aa8f075332ecfe55cafe4d0ffd953fb4f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -cons.tz--storage793461282--input781487591-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/cons.tz on storage '{ -5 ; 10 }' and input 99 --level 1 --trace-stack storage { 99 ; -5 ; 10 } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input315650912-.out similarity index 95% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input315650912-.out index b5d1516787fcad81fab5e3aa946f12b259dc424a..61b60e370b6e78edbc269a8f86622d25530df384 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input315650912-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" } { "B" })-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contains_all.tz on storage None and input '(Pair { "B" } { "B" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input51111414-.out similarity index 98% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input51111414-.out index baace959c559a2cc5d99b1683da36a039e8d8e7e..4356ab19c042e16d4fcc885452bfbbd9d01712ec 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input51111414-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input545734274-.out similarity index 95% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input545734274-.out index b165256073bac50ab72905d71c8c7222627608ab..cf8216515083b71b123f55328d97711befeeb519 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input545734274-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "A" } { "B" })-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contains_all.tz on storage None and input '(Pair { "A" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input772794967-.out similarity index 87% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input772794967-.out index 292ca9fc16a9150029b2a79ccfe2ea9fa754db68..27ea3220cb8c9652caeca9d59936e8185c332d66 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input772794967-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contains_all.tz on storage None and input '(Pair {} {})' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input917967660-.out similarity index 98% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input917967660-.out index df447ec7a3e22d1f7386a8116d0949c9dea83547..b5f6312dcb8ae7c023f43d2ab767ede1c275e78a 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input917967660-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input964818218-.out similarity index 95% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input964818218-.out index 46febe58cb0ee638e56491e3341949c154faf4c8..b2b594c71966492f6cdf1ecd7e7e7e36c8efae3a 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contains_all.tz--storage921624073--input964818218-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "c" } { "B" })-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contains_all.tz on storage None and input '(Pair { "c" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contract.tz--storage125992234--input117475800-.out similarity index 77% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contract.tz--storage125992234--input117475800-.out index c67cc70a824704bde3a8b0bb154f6d7377f05eac..077a5fc57c1547018d1ffe7f7fbe7fb3d046cc9d 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -contract.tz--storage125992234--input117475800-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contract.tz-Unit-"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/contract.tz on storage Unit and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -create_contract.tz--storage921624073--input125992234-.out similarity index 90% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -create_contract.tz--storage921624073--input125992234-.out index d859a15e25d7923001afedaae0c2c9e9610d09db..3bc41152cfdcb8b653eec4537b351c48389de936 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -create_contract.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/create_contract.tz on storage None and input Unit --level 1 --trace-stack storage (Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm") emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out index 66e21bafdcb75f22d6e70cd0160121513d8dddb4..a236efc6474afc76183836aac47060ab897266e3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out index 6d33ce04c8a8ea47044f072acdf23ef48c6cc186..ddf72453da5aed0f6d9c7d426debcb31a52a7f3f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 1)' --level 1 --trace-stack storage -1 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out similarity index 81% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out index c395836893df4245bbcc4a634d33b7a7992d734f..c28f3a2fa3f38d1905799aac2daa981e7cb85e3e 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")-200] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/diff_timestamps.tz on storage 111 and input '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage 200 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out index 6b99d7f56ee829a0f0c1296b4aaa370bf1b63bff..54262e74684e65a2cf03fbf07f89c9c836450c87 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 1 0)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dig_eq.tz--storage125992234--input246866101-.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dig_eq.tz--storage125992234--input246866101-.out index b536e356d5a59c9cbc8fd624a55dc5fa36cbc2c2..aa0d63a4f800c2da33a76bc3a8d68d78d072bdda 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dig_eq.tz--storage125992234--input246866101-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dig_eq.tz on storage Unit and input '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dig_eq.tz--storage125992234--input26856104-.out similarity index 99% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dig_eq.tz--storage125992234--input26856104-.out index 521ae15cc1cbaa7d9fe38136ca451af335d0e4f6..f3abcb7aa7d908f934015e08cfcce8f1bf06e3b2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dig_eq.tz--storage125992234--input26856104-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dig_eq.tz on storage Unit and input '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dign.tz--storage680650890--input529388602-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dign.tz--storage680650890--input529388602-.out index cefa42235f2c8198a91c35984653a12202a514c4..6a18a8cd445c096ca9ec6668b337b754ba508638 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dign.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dign.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dip.tz--storage1011138251--input590117173-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dip.tz--storage1011138251--input590117173-.out index e188541e9262e5bcc9cf1442a5ac013c9ebee42c..1b7491b56f0cdde47f56f1b45485107d6fd6fe21 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dip.tz--storage1011138251--input590117173-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 1 1)' --level 1 --trace-stack storage (Pair 1 2) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dip.tz--storage1011138251--input850887554-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dip.tz--storage1011138251--input850887554-.out index 9060a3c90e8d8b174851d5b9817670a9d5193c6e..730d030a1c6360c22adc64ac28e2b31ea23cb987 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dip.tz--storage1011138251--input850887554-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 15 9)' --level 1 --trace-stack storage (Pair 15 24) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dipn.tz--storage680650890--input529388602-.out similarity index 88% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dipn.tz--storage680650890--input529388602-.out index 7639eeac7561f18fbad693a34636588b57a74e30..9b8c316d907f78ac6a6676172db1202386974789 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dipn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dipn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dropn.tz--storage680650890--input529388602-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dropn.tz--storage680650890--input529388602-.out index eaed0723e05c705538e8e3d293d8be8ba8071f8c..a41a780db094681576f0bc7fc150b2f3dc8a2617 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dropn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dropn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dugn.tz--storage680650890--input529388602-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dugn.tz--storage680650890--input529388602-.out index c33f8a975aa260326b77adf6a4b740d78a913f0d..2230a48141728b8ab6df3f064c683de804ddcaa1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dugn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dugn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dup-n.tz--storage125992234--input125992234-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dup-n.tz--storage125992234--input125992234-.out index d4825ce80bf909386eb860b240dad3ef75c6ff14..5116cc789ae4be94b10a71f61c7859d0b9cc3f8d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -dup-n.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/dup-n.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input247451205-.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input247451205-.out index 0e24a24cdaed8a0442e8e18411c1329f3e485f14..e60a0140f22e167a5cba7f6036244893e25d042b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input247451205-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair None None None None)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 0)' --level 1 --trace-stack storage (Pair None None None None) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input250545589-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input250545589-.out index d8157b731685d4d23aa1a813fc3c15757a45d944..b0d247005cc0ba6e1f510cf4dd720a815146f38f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input250545589-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair -8 2)' --level 1 --trace-stack storage (Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input79625541-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input79625541-.out index a8e60af0e38c52218f1a78e721dd3588cfe4833a..41320698ddeb056cc7e472407f9db3e613fc423b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv.tz--storage994417987--input79625541-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 -3)' --level 1 --trace-stack storage (Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out index 30f3cbb027c2b011f04fc034d556e41952e0ea11..bfb319777717d70646de6d20bc33deea755b73cc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 0))' --level 1 --trace-stack storage (Right None) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out index 284a908e4eb69ee11e34b011a3749ba2aed020e5..f7b969ffb5b4ff3a722b6b637217a813fba27830 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (Some (Pair 3 1)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 3))' --level 1 --trace-stack storage (Right (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out index 8660dc55b5b618460bcf82e68bf78a2822aef0ec..00281ffc98d8f077953a1c37e1f7b11589450f32 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (Some (Pair 1 0)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 10))' --level 1 --trace-stack storage (Left (Some (Pair 1 0))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out index 8167973cdafa7d56ea518a0c1633c8cbe345d1eb..b3c2ccba94484dc97044a2f0b6317df94ca3f9a9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 0))' --level 1 --trace-stack storage (Left None) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out index 47d3175a5165ed06b9af4ca95da2b7d2dac4f2eb..4d86e4335ca557327b02c7485237c2b34ef59a7f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Some (Pair 3 1)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 3))' --level 1 --trace-stack storage (Left (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out index 1ccc3e539edcccbdc5a2d8dd6208607a1f7dbcad..501bb8d1a63452bc7b0a1e6d5d3d8f14902be7b9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (Some (Pair 1 0)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 1 0))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out similarity index 81% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out index c99ab982ddc6f2f42148d7a3f4cf32704ebf6428..3082dd1e19415e7640aa86b00d1a6e671960db20 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (Some (Pair 0 5)))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 5 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 0 5))) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -emit.tz--storage125992234--input125992234-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -emit.tz--storage125992234--input125992234-.out index 4308791420220a07fda0c29b104b1d853e1749f0..c0be897bb28119b02275fe0942b3c80fc1894cdc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -emit.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/emit.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -empty_map.tz--storage457300675--input125992234-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -empty_map.tz--storage457300675--input125992234-.out index 4285bf786a5168e31ee96f2b1e56c9188c9df1e3..81ba62929b96b317f13cb2681c147625f7d6efb1 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -empty_map.tz--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt "hello" "world" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/empty_map.tz on storage '{}' and input Unit --level 1 --trace-stack storage { Elt "hello" "world" } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -exec_concat.tz--storage398998998--input246262487-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -exec_concat.tz--storage398998998--input246262487-.out index 7e64ae213b97a79a5bb70a647623e4f6ce02a20c..540d2192b23a3cc42de92a21859ff3613557b40b 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -exec_concat.tz--storage398998998--input246262487-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[exec_concat.tz-"?"-"test"-"test_abc"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/exec_concat.tz on storage '"?"' and input '"test"' --level 1 --trace-stack storage "test_abc" emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -exec_concat.tz--storage398998998--input79230375-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -exec_concat.tz--storage398998998--input79230375-.out index 52943fed9e2c134eb01daea4853b55e9449409c9..a9dac1ab72f8d0f2f7c4d0b7e9d6a2e3333dbd6b 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -exec_concat.tz--storage398998998--input79230375-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[exec_concat.tz-"?"-""-"_abc"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/exec_concat.tz on storage '"?"' and input '""' --level 1 --trace-stack storage "_abc" emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -first.tz--storage492856247--input478406404-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -first.tz--storage492856247--input478406404-.out index 0649e69fd768c3354a73adb7a76dda153bd507f7..1f97708c5958635460a41ea6210c0f1057499441 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -first.tz--storage492856247--input478406404-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/first.tz on storage 111 and input '{ 4 }' --level 1 --trace-stack storage 4 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -first.tz--storage492856247--input962874972-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -first.tz--storage492856247--input962874972-.out index fefdf16288a3774a03d3206f4a1cb34e54ae3eda..f8f788e46f0d09e18b6a6aa3d2968d376ff40eae 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -first.tz--storage492856247--input962874972-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/first.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out similarity index 78% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out index 748ff0dec57d2d309b3b6fc656a64117b75a9122..385269a14b1b40561e7f4413046cde58fd68f346 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "hello" 4 })-"hello"-(Pair (Some 4) {})] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) {}) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out similarity index 78% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out index a86c9bdd4975f53db224ac807c311d95f9aae783..8fbc9211013ef950845fe3e333d50c8f6ac5a2f2 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-"hello"-(Pair None { Elt "hello" 4 })] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair (Some 4) {})' and input '"hello"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out index 40e68845b85f726cb1dcd05fde239eb685f5a2f7..7a6bad48f863b8a91dfe128931d6f68e83b2f547 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt "hello" 4 })-"hello"-(Pair (Some 4) { Elt "hello" 5 })] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) { Elt "hello" 5 }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out similarity index 80% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out index cb89d8d4d695281258afee4f9e023f70cda1e790..52da32a1bb1fb9d54c41e7e7bf5c6268488acc1d 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt "hello" 4 })-"hi"-(Pair None { Elt "hello" 4 ; Elt "hi" 5 })] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hi"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 ; Elt "hi" 5 }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out similarity index 77% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out index bedd30479fe7280ef0fecf4b41c6ccf8b912fda1..e91dfa7865260330ee355499c5147636d4172d21 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-"hello"-(Pair None {})] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair None {})' and input '"hello"' --level 1 --trace-stack storage (Pair None {}) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out index ba438d10d517816600af2088aa969d0acf44b704..e24c4dcfc53a6a937cd04830f71a8c7f86506d8b 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "1" 1 ; Elt "2" 2 })-"1"-(Pair (Some 1) { Elt "2" 2 })1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"1"' --level 1 --trace-stack storage (Pair (Some 1) { Elt "2" 2 }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out similarity index 60% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out index b05efa149afd7be7f69fc44a18311153acd96bc8..b2afc05563549fa1ca2337558247142e1eb9b4e5 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out @@ -1,16 +1,16 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "1" 1 ; Elt "2" 2 })-"1"-(Pair (Some 1) { Elt "2" 2 })0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"2"' --level 1 --trace-stack storage - (Pair (Some 1) { Elt "2" 2 }) + (Pair (Some 2) { Elt "1" 1 }) emitted operations big_map diff trace - location: 13 (remaining gas: 1039991.367 units remaining) - [ (Pair "1" None { Elt "1" 1 ; Elt "2" 2 }) ] + [ (Pair "2" None { Elt "1" 1 ; Elt "2" 2 }) ] - location: 13 (remaining gas: 1039991.357 units remaining) - [ "1" + [ "2" (Pair None { Elt "1" 1 ; Elt "2" 2 }) ] - location: 14 (remaining gas: 1039991.357 units remaining) [ (Pair None { Elt "1" 1 ; Elt "2" 2 }) ] @@ -18,17 +18,17 @@ trace [ None { Elt "1" 1 ; Elt "2" 2 } ] - location: 14 (remaining gas: 1039991.327 units remaining) - [ "1" + [ "2" None { Elt "1" 1 ; Elt "2" 2 } ] - location: 17 (remaining gas: 1039991.238 units remaining) - [ (Some 1) - { Elt "2" 2 } ] + [ (Some 2) + { Elt "1" 1 } ] - location: 18 (remaining gas: 1039991.228 units remaining) - [ (Pair (Some 1) { Elt "2" 2 }) ] + [ (Pair (Some 2) { Elt "1" 1 }) ] - location: 19 (remaining gas: 1039991.218 units remaining) [ {} - (Pair (Some 1) { Elt "2" 2 }) ] + (Pair (Some 2) { Elt "1" 1 }) ] - location: 21 (remaining gas: 1039991.208 units remaining) - [ (Pair {} (Some 1) { Elt "2" 2 }) ] + [ (Pair {} (Some 2) { Elt "1" 1 }) ] diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage139236239--input329240220-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage139236239--input329240220-.out index f6c1124947cd210a9fb612d6c3513d59eef6453d..eebf00c8fc6aebac008efa043ad0a8796c1defd9 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage139236239--input329240220-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "hello" "hi" })-"hello"-(Pair (Some "hi") { Elt "hello" "hi" })] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some "hi") { Elt "hello" "hi" }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage139236239--input79230375-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage139236239--input79230375-.out index 888110e3516e8771b2e9dab05baa7dd0e999692b..6620e5422698ec6c0223482c433cc4724424702e 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage139236239--input79230375-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "hello" "hi" })-""-(Pair None { Elt "hello" "hi" })] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '""' --level 1 --trace-stack storage (Pair None { Elt "hello" "hi" }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage329396864--input156280093-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage329396864--input156280093-.out index 5d802b2bd56d8f52961fcbed843765152e9e1e3f..144e18199f74b9c61560a36a65d3816ebbfe559b 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -get_map_value.tz--storage329396864--input156280093-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "1" "one" ; Elt "2" "two" })-"1"-(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/get_map_value.tz on storage '(Pair None { Elt "1" "one" ; Elt "2" "two" })' and input '"1"' --level 1 --trace-stack storage (Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_key.tz--storage921624073--input1040351577-.out similarity index 74% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_key.tz--storage921624073--input1040351577-.out index 50654b74191eb69f1f96b10d44dca6fbe32560e5..60208d89ac92f994130bd265273af958c7a2ea4b 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_key.tz--storage921624073--input1040351577-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_key.tz-None-"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"-(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/hash_key.tz on storage None and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_key.tz--storage921624073--input153350004-.out similarity index 74% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_key.tz--storage921624073--input153350004-.out index 1c9987641d38dfcb4e524c2835d0ecc43b24e774..8970bafd8751c7b5c4904686e52b1fe3561f07c9 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_key.tz--storage921624073--input153350004-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_key.tz-None-"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"-(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/hash_key.tz on storage None and input '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"' --level 1 --trace-stack storage (Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_string.tz--storage151303925--input3431716-.out similarity index 77% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_string.tz--storage151303925--input3431716-.out index df41d6e1d245967447694862ecf7ca68ccdbf4e2..c7901980207f3de61f6a7144c5219abde677802e 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_string.tz--storage151303925--input3431716-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-"abcdefg"-0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/hash_string.tz on storage 0x00 and input '"abcdefg"' --level 1 --trace-stack storage 0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_string.tz--storage151303925--input535018041-.out similarity index 77% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_string.tz--storage151303925--input535018041-.out index 6a698e59f18591cc0f84816fcc5e036ead9220bf..a74c71b6fec591b5085ad80120dc44a2d9d4d65d 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -hash_string.tz--storage151303925--input535018041-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-"12345"-0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/hash_string.tz on storage 0x00 and input '"12345"' --level 1 --trace-stack storage 0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if.tz--storage921624073--input570553153-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if.tz--storage921624073--input570553153-.out index d7ba5f8a464e4ea9f88fc615243b372f52bbf1c4..420e1d7590cbf61aabd8c540d08c6671c4eb38b4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if.tz--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/if.tz on storage None and input False --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if.tz--storage921624073--input954397288-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if.tz--storage921624073--input954397288-.out index a83153b4aaf5320905f0d41ae5db3ac770c0e7ce..a25b430b5f470b32ded85f17a2d3e0eb8fbc586f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if.tz--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/if.tz on storage None and input True --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if_some.tz--storage398998998--input288201633-.out similarity index 70% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if_some.tz--storage398998998--input288201633-.out index 618e70372f8916a875e64ca3aee925ae102b2b0c..7354aa3260a444d68de1e170d1867c9ff0a50049 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if_some.tz--storage398998998--input288201633-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if_some.tz-"?"-(Some "hello")-"hello"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/if_some.tz on storage '"?"' and input '(Some "hello")' --level 1 --trace-stack storage "hello" emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if_some.tz--storage398998998--input921624073-.out similarity index 72% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if_some.tz--storage398998998--input921624073-.out index 2198f4802e4ded33d1727b4a4bde1a8a1466c3b1..8fbd176bd73bc57785df8bf09004ad6b723863c0 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -if_some.tz--storage398998998--input921624073-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if_some.tz-"?"-None-""] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/if_some.tz on storage '"?"' and input None --level 1 --trace-stack storage "" emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input453441034-.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input453441034-.out index 09229e63babb82559edc65dc639cbaf62d7709cc..4394b6d9f25b8b2fba31114af939cddac1530984 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/int.tz on storage None and input 1 --level 1 --trace-stack storage (Some 1) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input535454136-.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input535454136-.out index a7bfb20c944ee028d228947c0767b3e17c5acd66..70b4cd3a4d9ba24bca3480a8467ab08818e28c7d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input535454136-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/int.tz on storage None and input 9999 --level 1 --trace-stack storage (Some 9999) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input680650890-.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input680650890-.out index 8e3acbc21687c454af394f163256a661ed57dc95..4ce1d2d45fabe21029229b52cc5feba9d6324fed 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -int.tz--storage921624073--input680650890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/int.tz on storage None and input 0 --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -keccak.tz--storage921624073--input1008262038-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -keccak.tz--storage921624073--input1008262038-.out index da01637b1ca6cdc460b44ac58ef50d396529a9ee..77219065e222c7839948bee4284ae1a1e9bf49e0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -keccak.tz--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/keccak.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -left_right.tz--storage4177631--input202098045-.out similarity index 73% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -left_right.tz--storage4177631--input202098045-.out index 1419810fd946398b3b68b7db8c919f2e1db064a3..3ff9cd323ca1bc58f5bcc7f22158869307677d0e 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -left_right.tz--storage4177631--input202098045-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[left_right.tz-(Left "X")-(Left True)-(Right True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/left_right.tz on storage '(Left "X")' and input '(Left True)' --level 1 --trace-stack storage (Right True) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -left_right.tz--storage4177631--input44576556-.out similarity index 72% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -left_right.tz--storage4177631--input44576556-.out index b6b0ee25ab3e0850f4983ba5072d20d8995b186f..8824ce9276e6178a407ed1341befedce7546de74 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -left_right.tz--storage4177631--input44576556-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[left_right.tz-(Left "X")-(Right "a")-(Left "a")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/left_right.tz on storage '(Left "X")' and input '(Right "a")' --level 1 --trace-stack storage (Left "a") emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -level.tz--storage492856247--input125992234-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -level.tz--storage492856247--input125992234-.out index f96fb009d51688b78496d166e8243ae6b5cfe7c2..c1faf8a9eeba2c917024a932b1d551eac8e7b27e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -level.tz--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/level.tz on storage 111 and input Unit --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat.tz--storage717096222--input457300675-.out similarity index 73% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat.tz--storage717096222--input457300675-.out index fe469baf458de0eebe02c56a70da64f6b555f725..edb4ec90bc30b584d247c6a5531232bd22b6d993 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat.tz--storage717096222--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat.tz-"abc"-{}-"abc"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_concat.tz on storage '"abc"' and input '{}' --level 1 --trace-stack storage "abc" emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat.tz--storage717096222--input546523343-.out similarity index 74% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat.tz--storage717096222--input546523343-.out index 1af5ed66dc9e63f678f9f22e53ca9969656c3124..7eb5d14a73a9ebb0278f9617ae04f46ff4613340 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat.tz--storage717096222--input546523343-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat.tz-"abc"-{ "d" ; "e" ; "f" }-"abcdef"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_concat.tz on storage '"abc"' and input '{ "d" ; "e" ; "f" }' --level 1 --trace-stack storage "abcdef" emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out index 486b2d47d8d42522ca8da0211d4481cb24fb5893..5cf44701cec471aa380ac77ae378c094ad335c14 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_concat_bytes.tz on storage 0x and input '{ 0x00 ; 0x11 ; 0x00 }' --level 1 --trace-stack storage 0x001100 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out index 3086c0358fff071482cdd08402f4731112d00240..903d4ea3d0e6813678a2e517e73c0a59d40760a5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_concat_bytes.tz on storage 0x and input '{}' --level 1 --trace-stack storage 0x emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out index 622bb5d899703aa2939ba037c24021e467cf2b7a..b697e1f363a2970f9f5991fc6f515c497cd2b66c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_concat_bytes.tz on storage 0xabcd and input '{}' --level 1 --trace-stack storage 0xabcd emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out index 6ca0ab9f67218b8f35e386890a192258a8197bc4..e11d60267d7c4d487dab2506767d45e3e0309135 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_concat_bytes.tz on storage 0x00ab and input '{ 0xcd ; 0xef ; 0x00 }' --level 1 --trace-stack storage 0x00abcdef00 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input264787654-.out similarity index 65% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input264787654-.out index 5c5bc350a9c6e96361795306828712270a431f0e..6c5600636207adbd8c47e5ee489d5dc41b603312 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_id.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input457300675-.out similarity index 62% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input457300675-.out index 63538fc4d2a75d90f8d31bda188d185d139a841c..82bbb1f1961a7e1db818437c96a42ae498cd8e9c 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_id.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input656499821-.out similarity index 65% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input656499821-.out index a3eaad37d7fc8eda7f41147e83a145b5f2e2036c..a8b539c9e6466940c21a7507bb6c6d74dcde250f 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id.tz--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{ "1" ; "2" ; "3" }-{ "1" ; "2" ; "3" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_id.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input264787654-.out similarity index 75% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input264787654-.out index 6acb027fd6b56db255f57ec37e8087dd82d8c929..9a6a807793f947030a4ffd8f2d65226ac4c3f7b3 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_id_map.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input457300675-.out similarity index 65% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input457300675-.out index 5a81ea603f94b1c5318cfb0dc55ca0f968aee59f..44d7325f39da08a06214216b632d347ec55c4e64 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_id_map.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input656499821-.out similarity index 75% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input656499821-.out index 4aa5ce3d7db35544fa42de1225fe2be48735edd1..06928c8e4af13ae86faf60819ef32195085c0e02 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_id_map.tz--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{ "1" ; "2" ; "3" }-{ "1" ; "2" ; "3" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_id_map.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_iter.tz--storage680650890--input568817463-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_iter.tz--storage680650890--input568817463-.out index 69c4eb2319449dcbb14ac75d0c86dd964f3e4b1d..d8880ec2b9acb62a31d5dd0032336b7a62fe3c5d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_iter.tz--storage680650890--input568817463-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_iter.tz on storage 0 and input '{ 10 ; 2 ; 1 }' --level 1 --trace-stack storage 20 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_iter.tz--storage680650890--input737923774-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_iter.tz--storage680650890--input737923774-.out index 3abc72e9c7534c4ad0ce7e48a4f396064bfdb5f6..e7511bc4caae4498600a4929ae6aeb6fce0b1e04 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_iter.tz--storage680650890--input737923774-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_iter.tz on storage 0 and input '{ 3 ; 6 ; 9 }' --level 1 --trace-stack storage 162 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input457300675-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input457300675-.out index cd7196c42655290e60128397fd2b27246efa114e..745296d03bf12189b44f1380c3c86f17c712dd0d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_map_block.tz on storage '{0}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input648737279-.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input648737279-.out index 5225b0b2330847401e2ebe1314a40a2ef948a071..df8fb500f810d304bd29794eb8fd0de3aba2edb4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input648737279-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 2 ; 3 ; 0 }' --level 1 --trace-stack storage { 1 ; 3 ; 5 ; 3 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input908379154-.out similarity index 93% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input908379154-.out index adb1d96cf19dd37de402e623e3b55c393c2de38f..2470da08ed91afeeab39932b7f3877ee58552f9f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_map_block.tz--storage907453363--input908379154-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 1 ; 1 ; 1 }' --level 1 --trace-stack storage { 1 ; 2 ; 3 ; 4 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input403499055-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input403499055-.out index bdbfd8d5f64180c7b37c370c7bba648e5fcc78c9..7273885e76f38a46e2897c61e1a5dbab74f0b407 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input457300675-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input457300675-.out index eba3aeea95d9a24465052885488e53a2606b4427..c8a1e737bbcd72be1d3fef41b480ee4fbb1d6f33 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input469078912-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input469078912-.out index cd46d7410d97807b3fcb83a37ea1101642b5273e..0280fc2125ab5798ea513ef3fd5ddacaa0e75200 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input802622031-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input802622031-.out index da609022c3f990263e1a3aa2dbcb22e7936fa795..4a5e46f30dd3779eb1740b1b45808782a1c858cd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -list_size.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/list_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -loop_left.tz--storage528921618--input457300675-.out similarity index 86% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -loop_left.tz--storage528921618--input457300675-.out index 36d1b5268d6feedfe93ebe8401e50924c835179c..5ac815cd7ad2b26cbcffa480d5d99f5ac2346b06 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -loop_left.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[loop_left.tz-{""}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/loop_left.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -loop_left.tz--storage528921618--input851203613-.out similarity index 96% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -loop_left.tz--storage528921618--input851203613-.out index b938e29e9fa70038e60e5f9c6ebbe1bb14d903e6..9930489f0880657af4f1e41a81e0ea55d42b67db 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -loop_left.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[loop_left.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/loop_left.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input1027566226-.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input1027566226-.out index 3b162ebef21c007f8baa33fbdbbdd197f97cfd6c..b04346d98f35f692c605bd952ee9a8a112b794fb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input1027566226-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 }' --level 1 --trace-stack storage { Elt 0 0 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input276660554-.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input276660554-.out index 0dd37db38a0186e57896402c43a11c6f6cdb1f13..67e4cde73493d9490021a552f5c7f46da4a3cc9a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input276660554-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 ; Elt 3 4 }' --level 1 --trace-stack storage { Elt 0 0 ; Elt 3 4 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input599923743-.out similarity index 64% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input599923743-.out index 9f552c6a03a1ab45368ec1b8e536fbe65450e0db..f528ec990014ab156dcd4fc2d464c183a5092f68 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_id.tz--storage457300675--input599923743-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 1 }' --level 1 --trace-stack storage { Elt 0 1 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_iter.tz--storage1011138251--input403579222-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_iter.tz--storage1011138251--input403579222-.out index 1b8dcda9b5b3127a63bdcc19f3b72651f5e561f0..78ce63781c7b7c404aa2139ade1b5ea2b04f71ec 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_iter.tz--storage1011138251--input403579222-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 1 1 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 3 101) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_iter.tz--storage1011138251--input532072758-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_iter.tz--storage1011138251--input532072758-.out index ed156ad61267b167fd20cdc07c0f2189190a7d96..4f8fa0f401512d9466e4cad0e76b5ff09ad7a95b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_iter.tz--storage1011138251--input532072758-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 0 100 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 2 200) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage457300675--input798141440-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage457300675--input798141440-.out index 110c9780252c344b63ec106b79f5e902bcdad4ec..cd6bede24ba02ccde99b1169bdfbb14431ddc6e7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_map.tz on storage '{}' and input 10 --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage794999348--input152441147-.out similarity index 88% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage794999348--input152441147-.out index 5377cca738d3098eb03659476ea112ad41a4b290..207a3cefae53d71c12c1ec7bfddf66a9562d51b2 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage794999348--input152441147-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt "bar" 5 ; Elt "foo" 1 }-15-{ Elt "bar" 20 ; Elt "foo" 16 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_map.tz on storage '{ Elt "bar" 5 ; Elt "foo" 1 }' and input 15 --level 1 --trace-stack storage { Elt "bar" 20 ; Elt "foo" 16 } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage88008216--input798141440-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage88008216--input798141440-.out index 457efcbddd87554da0338f781f9aac75e85ac74d..b509587f6ad9a14e5185c24423592d122a2285b2 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_map.tz--storage88008216--input798141440-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt "foo" 1 }-10-{ Elt "foo" 11 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_map.tz on storage '{ Elt "foo" 1 }' and input 10 --level 1 --trace-stack storage { Elt "foo" 11 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out index 00b6916134f94ef33f50f200793574717976da6c..80d923dedf378705693be21ef2d9bdfc58580f2d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out index 8f7bb995ab23d1b551838e535a781cc6af27e578..722a309e6d86fc164af9e1291e37a10f0056c93d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair { Elt 1 4 ; Elt 2 11 } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out index bc1e956976e6d4367e772eef05222c7361654395..cdafba47b76fcad1b674702e7cab0d962c897a39 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair { Elt 1 4 ; Elt 2 11 } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out index 7e7e54a2b17fca21a11737134e5ba87f3194c9ce..e50b4549b038d5bb7038e72fab6fdbdb5f3a7b23 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair { Elt 1 4 ; Elt 2 11 } (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out index 3742c8aae48f6a2934524470440527e1d99375f2..bd7defbe30f6c87b14dbd6232c41b8a5b0606484 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 0 } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 0 } (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out index 9f9596c45a4fff4f52030242bc9e325d2bb736ac..4f259a058a9af0ab7d582d66ab34f3ea8342698a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 1 } (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 0 1 } (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out index c222970455334bc4a5ac4a6a4f2df53aada57075..2ecc7e9bfd3077548a59c825adf21deb9e3000f8 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"baz"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input700475845-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input700475845-.out index a79fcbbcba07ab59908edcb6ea2c8681042c3244..220bfcfb195d57d3737da166adc563134d0528f6 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"bar"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input905318451-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input905318451-.out index 304f2d86f61faaa09f19710c93a2f1e4204efb35..9a0cb1dbd1fd0d2b5f2de446f3578f48e6d0be35 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"foo"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage495706788--input700475845-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage495706788--input700475845-.out index 61f20c220df57905c2fd6f610d33824555fe428f..b7a4190b3f50ca00cbb6d12c2c3aeaba4ab72962 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-"bar"-(Pair {} (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage915708427--input700475845-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage915708427--input700475845-.out index f2c55799c421565d24aca50061723c769a11154b..985536e559eb69a33896b52b363d6677f2753b62 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "foo" 1 } None)-"bar"-(Pair { Elt "foo" 1 } (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "foo" 1 } (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage936682951--input905318451-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage936682951--input905318451-.out index aa378512e4b141d315597517eee1e84ce01890b8..40db59f9e8e7cb20e2939cd17d9c6c10b3a630d5 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_mem_string.tz--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "foo" 0 } None)-"foo"-(Pair { Elt "foo" 0 } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "foo" 0 } (Some True)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input15265129-.out similarity index 66% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input15265129-.out index 6281a651cc0a848e9939f446927e262aca1c414d..066c50a8ec1c5a0cd61b5d63b98a3a94fd875af9 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input15265129-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 }-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input158311065-.out similarity index 66% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input158311065-.out index 5600cb5e62862d3075a97f963e34844ec51e156b..3629e9ed54594c112f5cbfcf1b02a62eed47e042 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input158311065-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }-3] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input456982702-.out similarity index 66% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input456982702-.out index 323592e35f4e2ad7e7e4da725bfcdc1d425c62bb..3adee21cb1d0a029dd992e9373795120ab48252e 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input456982702-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }-6] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input457300675-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input457300675-.out index ca69b15f4b43ec17d99a5dc7cf9db36c46554f15..bfda59725a14743e0acec409e272a97f087adefa 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -map_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/map_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mul.tz--storage125992234--input125992234-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mul.tz--storage125992234--input125992234-.out index 5063726aa67de13cd98e4cd74edaf6e647a7f275..e21ddf3de5d80ec796cf4ab7b73c44a9424be766 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mul.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/mul.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out index e47949e209f812054ef335902753ff5f673ebca1..f453ab0eda20517924c4d44484250a2446de4fae 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/mutez_to_bls12_381_fr.tz on storage 0x00 and input 257 --level 1 --trace-stack storage 0x0101000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out index 6b40b7af7ce8041efec487389c271b0500106bea..b13a8c51ef7097d3da2acf849b51688d0b6aff32 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x1000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/mutez_to_bls12_381_fr.tz on storage 0x02 and input 16 --level 1 --trace-stack storage 0x1000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input1067298059-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input1067298059-.out index c1b5644ec5aee058cbcbf35c988b74b60b23ae7c..9b2bcc71ea8df910ca395af1919843175777c2ed 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input1067298059-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/neg.tz on storage 0 and input '(Left -2)' --level 1 --trace-stack storage 2 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input380029349-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input380029349-.out index d603f095b4c0f955a20f22449688b76438dcbf30..309337b381ed1d0dc1bae4b594dfc70a20eb39cb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input380029349-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/neg.tz on storage 0 and input '(Right 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input563503226-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input563503226-.out index 18f15ad6733e19774eeca8a9fcca0bff8023d916..718a40e257f257a5123e9310da5aa6642b956e38 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input563503226-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/neg.tz on storage 0 and input '(Left 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input788662499-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input788662499-.out index 5e6019eb30759b8633b0ba0461dee28b3669ded0..89eb69142a26e85dea9effe7b29a55493984dcf9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input788662499-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/neg.tz on storage 0 and input '(Right 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input972832189-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input972832189-.out index b1dad000df66e6a6737a6c5418bc706a2cc227f6..f3c6be5e92f1e4d6e1748e7826cd9c55a5a450d6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -neg.tz--storage680650890--input972832189-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/neg.tz on storage 0 and input '(Left 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -none.tz--storage11179311--input125992234-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -none.tz--storage11179311--input125992234-.out index 2a6d879b168f1fc047e93848429451b488a623b8..90e8e20c99f235522fb25ba8060aad5b01f8c8ff 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -none.tz--storage11179311--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/none.tz on storage 'Some 10' and input Unit --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not.tz--storage921624073--input570553153-.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not.tz--storage921624073--input570553153-.out index c7a6ae43a3a6fb3541fe37aae77adb69fc1a7659..742df8a2ad90a8b504408583b5dd3d992220b6ef 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not.tz--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not.tz on storage None and input False --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not.tz--storage921624073--input954397288-.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not.tz--storage921624073--input954397288-.out index 7decc8181b2a76a7d1312c498a4d13698f915fec..d2715e36e469047737cfa6b672b2576f60055704 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not.tz--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not.tz on storage None and input True --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input1051197453-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input1051197453-.out index 431459b1b1513786e53799e5df70167a0e52ed1d..6ec4bf8b39640aaae0abb156e609fdae1071db2a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input1051197453-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Right 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input123939249-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input123939249-.out index 5d162510c9dfe82ffa2152b30ca8e1f24db7ee38..256832d78a2cd342d5d7afdf175d56cbf5ab3855 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input123939249-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Left 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input24243730-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input24243730-.out index ec2d576ecd34fed6a9a0004b62886117edfcb17c..6babc0203589646ef1b46c387bd56a2d4f518a1b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input24243730-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Left -8)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input518945720-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input518945720-.out index 26f3c17124d53ef8e2b318ddc63a8f32b98d8753..a529f275ac2fccc0a2d59f0583ffde627499a439 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input518945720-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Left 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input788662499-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input788662499-.out index ef0a5f7b64665afa02542b8ed666c20054ef4307..a1e644e2557b7dc9a9a9af32ff671c918bc87f64 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input788662499-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Right 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input906118781-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input906118781-.out index 091bc6708bcbdd34ea93b3c6665ca256741be856..6bea8c131ba2320f6f0f931acf796cc1323ae5cf 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input906118781-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Right 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input921874253-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input921874253-.out index 281156f0b0f1d7999f5afa26e8d3c1a7311fc6f6..4e01feb82ec79aeef057b8d63b175f9971824f74 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input921874253-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Left -9)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input972832189-.out similarity index 74% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input972832189-.out index 70cd0dafec8d9a22955f9d6b4c04b4243bb60c8a..cd7ca3adf3dd9425b58e84b5c46ed31fbf3af80a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -not_binary.tz--storage921624073--input972832189-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/not_binary.tz on storage None and input '(Left 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input106930123-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input106930123-.out index e6bf88ac07138caa5ad7da0f8efc70a74bc48538..f1a91c26f8751c24cb93a2ff3a3534fe8203c095 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input181204719-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input181204719-.out index f8cce45ddb0a765028913d5975805f6b9307323c..0290c518bc8f372142f0cceda50b649ad31dbff2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input223774825-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input223774825-.out index e08b4f685ad8a872a9e3ae1e8fbbcc9e76377dfc..e46c212828224ae9970ad7471afc2de6ad08eaa3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input908807505-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input908807505-.out index 91ed7d12fbe973f829bbdc36518ae73ba320f445..117aff7365ccfcf81f1b05ec09096e68e18b73c4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input1056991424-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input1056991424-.out index 211ce567a709f88e69a9600ff5eafac175323b74..5bdffb4e101ef9aab40836082eb59a7c233aeaab 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input1056991424-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or_binary.tz on storage None and input '(Pair 0 8)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input375993021-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input375993021-.out index 169982ce20b6805638fcef2ff5c75dfba3111d75..3ca02ad722c3abc2e86743b55000f3caee95e47b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input375993021-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or_binary.tz on storage None and input '(Pair 14 1)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input673240563-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input673240563-.out index 570a589a9e21f9558598e48314b96e5eeeb64481..8edbb7ec4115307cc5e84fc312a212915a969fe4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input673240563-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or_binary.tz on storage None and input '(Pair 8 0)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input747448890-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input747448890-.out index 9294a3018c49e7e00dfb80dcd296b75cb52d4847..c43c470f6b13327533794fa8d0b4af256a6c57cb 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input747448890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or_binary.tz on storage None and input '(Pair 7 7)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input832403787-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input832403787-.out index 1ab1d38c4b4ce127d137c5a2658384d35b6ff57a..921c792ccf4e4309cdbe79625e4715e3ee9e2f83 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input832403787-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or_binary.tz on storage None and input '(Pair 15 4)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input858098961-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input858098961-.out index a09d237f82c5000d1aac0901f1ffffbf5936da12..25c26ce49c91c33cf9a274d96ca50d62147068d0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -or_binary.tz--storage921624073--input858098961-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/or_binary.tz on storage None and input '(Pair 4 8)' --level 1 --trace-stack storage (Some 12) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out similarity index 98% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out index 23d1ce39a2473a540bf29137a576e9ea250664a8..2cec817687afbe2c2390cc06b7c340312f52a33d 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))-Unit1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out similarity index 98% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out index 553b161623632ff0bc754e565f859f4c5d982a27..39f9241d1f9c0dd45234ff1f11dff79c06651b4d 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))-Unit0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out similarity index 98% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out index f5a48d13b62ea1b090bc498812912eb1894777b7..79142de16dde691ebf8f2fc63327841962f2997f 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out similarity index 98% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out index 8c7c668be70668f366ff490eea6ac8947c1cd438..a37f50cc8e97da30230e5ae92a2fdda3f629e539 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input106930123-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input106930123-.out index c156e0e6719e44cc5a7fc78d132677278c2596e3..61f69e19ae14d787075a49eda32d5e5faef0d91d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/pair_id.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some (Pair False True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input181204719-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input181204719-.out index 0789054b251b62bf9115a408c26f596948c7f62a..8e8bdad08742287bbfb5e6ce7226b50eb93afc1e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/pair_id.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some (Pair True False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input223774825-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input223774825-.out index e6215cf54768a76b3dff2668745b79fc37a24d1c..ae1e4e8e83c22fef72bf2eb4f762ef597ceed5ee 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/pair_id.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some (Pair False False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input908807505-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input908807505-.out index ba9ee5f8abdb1f1411e2aa82bb27851b4464e45f..527e8983da0c71ad354fe2eebb6388a649d38c6a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pair_id.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/pair_id.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some (Pair True True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pexec.tz--storage256947135--input1050356042-.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pexec.tz--storage256947135--input1050356042-.out index 76733b0412610d1662b54085bf3c749892bc8be6..dca9c71873739185e2d91ad05c75a5e67c59ee93 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pexec.tz--storage256947135--input1050356042-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/pexec.tz on storage 14 and input 38 --level 1 --trace-stack storage 52 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pexec_2.tz--storage197120858--input179371027-.out similarity index 97% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pexec_2.tz--storage197120858--input179371027-.out index 5747ec5d93411fdf7ae69a050b8d87cbb3807f2e..e7ea4ae78e13931ccd0ce50ecca9b960868690f8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -pexec_2.tz--storage197120858--input179371027-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/pexec_2.tz on storage '{ 0 ; 1 ; 2 ; 3}' and input 4 --level 1 --trace-stack storage { 0 ; 7 ; 14 ; 21 } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ret_int.tz--storage921624073--input125992234-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ret_int.tz--storage921624073--input125992234-.out index 45453ecbd233beb086276e393ab59f75d0335cfb..9e2f59766d7e52b660e897c9cd1e997d510c310a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -ret_int.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/ret_int.tz on storage None and input Unit --level 1 --trace-stack storage (Some 300) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse.tz--storage528921618--input457300675-.out similarity index 72% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse.tz--storage528921618--input457300675-.out index b4ff8c0810e723a08d361b0834e27be60ddec7ee..551d2eeffe7dcc5969eb4863d8ed9eef033d1699 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse.tz-{""}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/reverse.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse.tz--storage528921618--input851203613-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse.tz--storage528921618--input851203613-.out index 89b5150ccc84958fb52314a9d9ff5fbb637e1a88..8cfa8cdde1855c0da2b40a25a04106e27f585a1c 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/reverse.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse_loop.tz--storage528921618--input457300675-.out similarity index 83% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse_loop.tz--storage528921618--input457300675-.out index 2aabbe5128d5b5f694fa54feae96b389f509a7c1..86f6fe10bb3b98b5ae799358187881841f22df87 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse_loop.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{""}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/reverse_loop.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse_loop.tz--storage528921618--input851203613-.out similarity index 93% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse_loop.tz--storage528921618--input851203613-.out index c02d88b68218ce6068db600a94e9d5ac71404b71..efc3b113b5226c9ff883315ba2103a09ce478c43 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -reverse_loop.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/reverse_loop.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out similarity index 65% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out index 927bcbe858f6f02973c963ae269a923492365328..0a07bdd694fa61913a5f479482db2334a51cac61 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/sapling_empty_state.tz on storage '{}' and input Unit --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_address.tz--storage125992234--input125992234-.out similarity index 86% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_address.tz--storage125992234--input125992234-.out index 415e8ded036edd5aed0823ad2813fa51af9de84e..351b7866a0dd3c6279ff1df1e5734b9f0bbb0d07 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_address.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/self_address.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_with_default_entrypoint.tz--storage125992234--input1259.out similarity index 87% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_with_default_entrypoint.tz--storage125992234--input1259.out index 0ed2d26bcafbd03e42d91ad3eb8cfc9ff6786762..40bc2eef5e2d60976940d7f3b988d1570359545d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_with_default_entrypoint.tz--storage125992234--input1259.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/self_with_default_entrypoint.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out similarity index 94% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out index ed601cdc7f5b7a12c814d6825d603802748191c3..3d623b57ae5837833e27fa2d7f84e01263c08eb3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/self_with_entrypoint.tz on storage Unit and input 'Left (Left 0)' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input620760059-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input620760059-.out index 7b455a8ef66c02554ed8e3db868eacfa443a1e20..59f66cf80862da9e970a210ec1f35347e4d38b8a 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input620760059-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-"world"-(Pair "world" 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"world"' --level 1 --trace-stack storage (Pair "world" 0) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input717096222-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input717096222-.out index 9fc83a6ab5310a1ea790ac44499e942332cf8e9a..936f6e1b592987429bcc50472e51ecc42c331778 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input717096222-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-"abc"-(Pair "abc" 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"abc"' --level 1 --trace-stack storage (Pair "abc" 0) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input79230375-.out similarity index 85% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input79230375-.out index 87143eea25579e298c5aec59d891fa087da4d182..f245405133bf15a1a7fc19d8c49ca67b7ecb02dd 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_car.tz--storage224747103--input79230375-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-""-(Pair "" 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '""' --level 1 --trace-stack storage (Pair "" 0) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage205576101--input654274102-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage205576101--input654274102-.out index cc8203e9544600475a7d4fa1bc4a06056659a17f..7f4ff772ac5bf9d7b29a70eef79bf63ffbe02a9b 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage205576101--input654274102-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 500)-3-(Pair "hello" 3)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_cdr.tz on storage '(Pair "hello" 500)' and input 3 --level 1 --trace-stack storage (Pair "hello" 3) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage224747103--input453441034-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage224747103--input453441034-.out index 205451b1e6bfddcced91fb378ce18ef9eae5ce2b..296cf6f6b3610ada515337b29846a0f4d6d322ee 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage224747103--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 0)-1-(Pair "hello" 1)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_cdr.tz on storage '(Pair "hello" 0)' and input 1 --level 1 --trace-stack storage (Pair "hello" 1) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage611418174--input967284912-.out similarity index 84% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage611418174--input967284912-.out index e559eb97219d3d2a5fdc7813bdc71ebd548f1d3f..cfb488088b2fe1ee1d15ccc524ea33cad1ff989b 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_cdr.tz--storage611418174--input967284912-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 7)-100-(Pair "hello" 100)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_cdr.tz on storage '(Pair "hello" 7)' and input 100 --level 1 --trace-stack storage (Pair "hello" 100) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input264787654-.out similarity index 65% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input264787654-.out index 697b4e2f2f123ea8ddf424d6be57ccaec438a43b..c1be6cc15189cae936794f5b003c47f0e8bfdbc5 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input264787654-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_id.tz on storage '{}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input457300675-.out similarity index 62% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input457300675-.out index bd7d1523bef93773d57b334a47d71bc7e106c132..41da2149c4b2cdc37822c942151ed43a3644312b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_id.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input989507347-.out similarity index 65% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input989507347-.out index debe2a304c98062cfe6d30f05f3d3abb1e0e3ad0..d3ae26159d1e394dca335295f3a4c6a284087af3 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_id.tz--storage457300675--input989507347-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ "asdf" ; "bcde" }-{ "asdf" ; "bcde" }] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_id.tz on storage '{}' and input '{ "asdf" ; "bcde" }' --level 1 --trace-stack storage { "asdf" ; "bcde" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input457300675-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input457300675-.out index 3dc9219aa8639124e5cf7520f8d3abc5394c8147..56368b4a2e09c79b3e71aebfff109d53f5784658 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_iter.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input701684511-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input701684511-.out index cda329c16ce55118f8f86f2ab59d43c20018659a..6712a568186e8327ab24ca109c2e3d0a657f6ea2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input701684511-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_iter.tz on storage 111 and input '{ -100 ; 1 ; 2 ; 3 }' --level 1 --trace-stack storage -94 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input802622031-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input802622031-.out index 007e93c9ccac3578f398133bb73995770d89d358..e764f210557e6edd069b3ea109ce761688030ccf 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_iter.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_iter.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage495706788--input33757838-.out similarity index 88% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage495706788--input33757838-.out index 2a5daba77b9b3a8896bbc384850b45fd9e58aa69..9dac0aa975846e7d3f5dc38c3d7a039dc2686a4d 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage495706788--input33757838-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-"Hi"-(Pair {} (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_member.tz on storage '(Pair {} None)' and input '"Hi"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage550087893--input79230375-.out similarity index 90% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage550087893--input79230375-.out index 212bb959e0803ae3114e75092f2256afd07174c0..40a1c43a8fe007d4cfd9a5495200b30b3602e927 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage550087893--input79230375-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { "Hello" ; "World" } None)-""-(Pair { "Hello" ; "World" } (Some False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_member.tz on storage '(Pair { "Hello" ; "World" } None)' and input '""' --level 1 --trace-stack storage (Pair { "Hello" ; "World" } (Some False)) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage605111220--input33757838-.out similarity index 89% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage605111220--input33757838-.out index 5b03e8e289acb589671f3b808eeb13f112e08d9f..257935e9ebdce5a70a3cb8c65287fe487824deca 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_member.tz--storage605111220--input33757838-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { "Hi" } None)-"Hi"-(Pair { "Hi" } (Some True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_member.tz on storage '(Pair { "Hi" } None)' and input '"Hi"' --level 1 --trace-stack storage (Pair { "Hi" } (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input403499055-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input403499055-.out index fd0e045345cf67be0b96b106b78c042d84ed5ef9..90ff54b7c90b8415f0c2849f31e3af0f9de1ef74 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input457300675-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input457300675-.out index 4356246a99ce00894eb045c0f699235d7c9981bc..d0fd0cf8096d90b101de26b729f4c04a31eb7c15 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input469078912-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input469078912-.out index 214a757519a8e9b24f5407bcf3fb61782a623efe..2dd401ad1b2c87316831fb9c87e71bb4911a10d5 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input802622031-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input802622031-.out index 433fdeea9a72da070d7bb2f8863154e6b5cfbfd3..22af6c3b5c868336dfe2f826522942ea535ee20b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -set_size.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/set_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sha3.tz--storage921624073--input1008262038-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sha3.tz--storage921624073--input1008262038-.out index c028e8a19151a578202155cad4f6b521ded66e30..7121baba3f847ac8920a70bcc4f7cb0dbaff3a97 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sha3.tz--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/sha3.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input115382786-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input115382786-.out index 771f26c2e55febbc730a8d968b13fd8ea408c1f8..650a0c3fe5ef0205fbc26537209a44dbcb2c4b1c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input115382786-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Left (Pair 15 2))' --level 1 --trace-stack storage (Some 60) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input271566295-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input271566295-.out index 6c329efefa807cf6d7b6e47724d5990aea3dc513..de3e4c62fdaefc0a7942f1aaf1e9cc4d30a16f9d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input271566295-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Right (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input340971987-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input340971987-.out index 462eb9559504a016745d3d7e2c5b535c2056b3c8..6d797645b00b0203bd666a7cef3b664faf2320a7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input340971987-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Left (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input374168553-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input374168553-.out index 065bc173bf74c79c0a44c8040df395202921d0a0..1b7a351641b433f936d41e54f46f82ecd9904ad2 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input374168553-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Right (Pair 15 2))' --level 1 --trace-stack storage (Some 3) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input413621582-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input413621582-.out index c8782b3982646c376e220cad5883410bdf4e5133..3a0b22f27fa9adfd3a93ec7338f40c39a0494510 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input413621582-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Right (Pair 1 2))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input424849461-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input424849461-.out index 800900544158bbc62f0ab4685a9cfe9e76dd275d..13e40e60d96f12643b3f49fd2e6415f46641f9ef 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input424849461-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Left (Pair 1 2))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input485030042-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input485030042-.out index ee3030a71408729b2d704340ce10cac9645202a2..1c77b51f4df58651d35f094a43f5832fcb23d3e7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input485030042-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Left (Pair 8 1))' --level 1 --trace-stack storage (Some 16) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input705767726-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input705767726-.out index d1f29fcd2111549488d490d90902dd64e98a4a25..97ecde3bff27c95415a6695241e6cd9fc7d44afe 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input705767726-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Right (Pair 8 1))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input769385932-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input769385932-.out index bbd3c43b558b72c3e85558befcf031de7eda70d3..104830ff7861b6aee35f8c3accfd1cab13618ae1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input769385932-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Left (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input913715337-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input913715337-.out index 42097093458c9053b8d4bfdf6765ce4d203c471a..726ef564ce8b85e2aa48b23507b602aafa269510 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -shifts.tz--storage921624073--input913715337-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/shifts.tz on storage None and input '(Right (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage351480851--input65907686-.out similarity index 99% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage351480851--input65907686-.out index 799adee17562e2b98e6a954163a8c5650c42b548..587a4876ceda2720c4632682e7a8de9c4a9cb7c9 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage351480851--input65907686-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"-Pair 1 10000-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input198821575-.out similarity index 80% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input198821575-.out index 94d9e40fdb68386d2db50f96a74b8bf04598532a..33b5e49c9cbbc9c9d2ed76514b033908b90e2fc8 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input198821575-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 1 1-(Some "o")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 1' --level 1 --trace-stack storage (Some "o") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input359592843-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input359592843-.out index 664b6720e57e0eb6c129992940f51541bcea2a12..a746bc0082ccbdd5841af053f077edf1c9211826 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input359592843-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 10 5-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 10 5' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input551316239-.out similarity index 80% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input551316239-.out index f68dacc4ca7819b1f9ddedbc58ed968571d4a81c..7c7b0bc63f7c5ad7bb061e9894a82fea57f8314f 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input551316239-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 0-(Some "")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 0' --level 1 --trace-stack storage (Some "") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input722749044-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input722749044-.out index 6e94a0418c1eff84094ed2483736f459afbadcca..47f1e9584b32037b4e52822d3c1264e7f4999d98 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input722749044-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 10-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 10' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input839234860-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input839234860-.out index dd92c7846e76627b63f1150871c7cd3247dba611..a1b86f54e7031d1c29cafb0c66940057a3f5a551 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input839234860-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 1 3-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input919180079-.out similarity index 80% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input919180079-.out index d3198f55e49200642e5c27f5dfa6699e0b336198..1045793e7e9d1b684e79b11d7677d28266f90d51 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage364922380--input919180079-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 2-(Some "Fo")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 2' --level 1 --trace-stack storage (Some "Fo") emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage921624073--input551316239-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage921624073--input551316239-.out index 8df8c45cc3bdd3b172e3f6422e68ff5144903ef2..ea85e280a7f067afe45d45425cb54e66fe1453f7 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice.tz--storage921624073--input551316239-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice.tz on storage None and input 'Pair 0 0' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input198821575-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input198821575-.out index 54e69f83aea8409ebf9993fe437894634a1d3b1f..10d9649be54337f3416e51787b63fe842f769931 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input198821575-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 1' --level 1 --trace-stack storage (Some 0xbb) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input462551352-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input462551352-.out index 58c95a9add1da414812d82ec57e6f9433dfc735c..2712dea9a72314031386bd3904944fbfbe1f3ebc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input462551352-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 1' --level 1 --trace-stack storage (Some 0xaa) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input489157380-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input489157380-.out index e1b4b2ed38c351eb6ff5189f59a42c1d63644791..9f94edb0774f89966c53fc6ef807b1236fa33116 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input489157380-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 2' --level 1 --trace-stack storage (Some 0xbbcc) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input551316239-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input551316239-.out index 71f341e9229c5d0a1180af5240985de318d3a1f6..4480f34bdcdedb33cceaea46b1fab035db30af2c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input551316239-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 0' --level 1 --trace-stack storage (Some 0x) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input669330759-.out similarity index 63% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input669330759-.out index 1840c64fd0a885e693bd6c2c8d539ce09dc8863a..d0b35682b7a68493aedbc2ec58875eddbfcb2fc0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input669330759-.out @@ -1,37 +1,37 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 2' --level 1 --trace-stack storage - (Some 0xbb) + None emitted operations big_map diff trace - location: 10 (remaining gas: 1039990.702 units remaining) - [ (Pair (Pair 1 1) (Some 0xaabbcc)) ] + [ (Pair (Pair 2 2) (Some 0xaabbcc)) ] - location: 10 (remaining gas: 1039990.692 units remaining) - [ (Pair 1 1) + [ (Pair 2 2) (Some 0xaabbcc) ] - location: 11 (remaining gas: 1039990.682 units remaining) [ (Some 0xaabbcc) - (Pair 1 1) ] + (Pair 2 2) ] - location: 13 (remaining gas: 1039990.682 units remaining) [ 0xaabbcc - (Pair 1 1) ] + (Pair 2 2) ] - location: 19 (remaining gas: 1039990.672 units remaining) - [ (Pair 1 1) + [ (Pair 2 2) 0xaabbcc ] - location: 20 (remaining gas: 1039990.662 units remaining) - [ 1 - 1 + [ 2 + 2 0xaabbcc ] - location: 21 (remaining gas: 1039990.637 units remaining) - [ (Some 0xbb) ] + [ None ] - location: 13 (remaining gas: 1039990.627 units remaining) - [ (Some 0xbb) ] + [ None ] - location: 22 (remaining gas: 1039990.617 units remaining) [ {} - (Some 0xbb) ] + None ] - location: 24 (remaining gas: 1039990.607 units remaining) - [ (Pair {} (Some 0xbb)) ] + [ (Pair {} None) ] diff --git a/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input743596105-.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input743596105-.out new file mode 100644 index 0000000000000000000000000000000000000000..8ab9e25d3fe1bcd5d7f18edd3ddc451d24d2feec --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input743596105-.out @@ -0,0 +1,37 @@ + +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 1' --level 1 --trace-stack +storage + (Some 0xcc) +emitted operations + +big_map diff + +trace + - location: 10 (remaining gas: 1039990.702 units remaining) + [ (Pair (Pair 2 1) (Some 0xaabbcc)) ] + - location: 10 (remaining gas: 1039990.692 units remaining) + [ (Pair 2 1) + (Some 0xaabbcc) ] + - location: 11 (remaining gas: 1039990.682 units remaining) + [ (Some 0xaabbcc) + (Pair 2 1) ] + - location: 13 (remaining gas: 1039990.682 units remaining) + [ 0xaabbcc + (Pair 2 1) ] + - location: 19 (remaining gas: 1039990.672 units remaining) + [ (Pair 2 1) + 0xaabbcc ] + - location: 20 (remaining gas: 1039990.662 units remaining) + [ 2 + 1 + 0xaabbcc ] + - location: 21 (remaining gas: 1039990.637 units remaining) + [ (Some 0xcc) ] + - location: 13 (remaining gas: 1039990.627 units remaining) + [ (Some 0xcc) ] + - location: 22 (remaining gas: 1039990.617 units remaining) + [ {} + (Some 0xcc) ] + - location: 24 (remaining gas: 1039990.607 units remaining) + [ (Pair {} (Some 0xcc)) ] + diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input839234860-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input839234860-.out index 6da85583274e14790815e09c5541fc8ec42bb458..7155a73f808feed2d962237beeac03e06bd5a39e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage229749865--input839234860-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage504917929--input65907686-.out similarity index 85% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage504917929--input65907686-.out index a3dcea1cbece09fc313cc4bdcb44de047a949050..33c593fe42f0cb5bb64bae95f367fe76c931c65d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage504917929--input65907686-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc-Pair 1 10000-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage 'Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage921624073--input462551352-.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage921624073--input462551352-.out index f7a44ca060ade5efff45b6ba2bac97f199ce4028..3dcb07542e7d1ae6045baa2320ecaae37ba88ed9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -slice_bytes.tz--storage921624073--input462551352-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/slice_bytes.tz on storage None and input 'Pair 0 1' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -str_id.tz--storage921624073--input1016369050-.out similarity index 68% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -str_id.tz--storage921624073--input1016369050-.out index f14eb5758528b63102114213ce4549f85a022464..9bea9a3b1fc867a234e395cb7e3f76f36ad815fc 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -str_id.tz--storage921624073--input1016369050-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[str_id.tz-None-"abcd"-(Some "abcd")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/str_id.tz on storage None and input '"abcd"' --level 1 --trace-stack storage (Some "abcd") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -str_id.tz--storage921624073--input93477117-.out similarity index 68% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -str_id.tz--storage921624073--input93477117-.out index ae68f36ac4928352b1472c882c3d16ad1a56dac1..220edc5a341d08bbab1917041ffa0ad5ce320b38 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -str_id.tz--storage921624073--input93477117-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[str_id.tz-None-"Hello"-(Some "Hello")] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/str_id.tz on storage None and input '"Hello"' --level 1 --trace-stack storage (Some "Hello") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out index cf929fe3b53e568d3f02a211f21f216319993fff..5f377909de98c7225a0313cdaa782ccc901ebc42 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-"1970-01-01T00:00:00Z"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 100)' --level 1 --trace-stack storage "1970-01-01T00:00:00Z" emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out similarity index 82% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out index 406d7e68e50669397d6e0778974fd50e3759d53e..5b3846c40643e044a1ca6d8ef7fbf3a0378e2911 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-"1970-01-01T00:03:20Z"] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 -100)' --level 1 --trace-stack storage "1970-01-01T00:03:20Z" emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out index 5e7d7aba5a3d5fe6b4ba970695d65f4d26d4732e..83dae7bef7f6014119560a64efb89bcb25a5b369 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 2000000000000000000)--1999999999999999900] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 2000000000000000000)' --level 1 --trace-stack storage -1999999999999999900 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out similarity index 90% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out index 2582c859e33eea3aa328830d43d7948f5968eab2..fb066c5da38db1b52ecffa4280c0841c9230e78d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair 3320000 1300000))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/tez_add_sub.tz on storage None and input '(Pair 2310000 1010000)' --level 1 --trace-stack storage (Some (Pair 3320000 1300000)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out similarity index 90% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out index 7fb5382fa443765bb39651b0d90ce00fde5704db..7649f9ec364fc36e61f22ff4cc2603aa92a37eee 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair 3000000 1000000))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/tez_add_sub.tz on storage None and input '(Pair 2000000 1000000)' --level 1 --trace-stack storage (Some (Pair 3000000 1000000)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -uncomb.tz--storage680650890--input394061083-.out similarity index 82% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -uncomb.tz--storage680650890--input394061083-.out index 039a2f71d5c51b36c02e7d090d6b386061833224..2dd3ac755a191da9cbe6a7d6957b0acfc211f8d1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -uncomb.tz--storage680650890--input394061083-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/uncomb.tz on storage 0 and input '(Pair 1 4 2)' --level 1 --trace-stack storage 142 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -unpair.tz--storage125992234--input125992234-.out similarity index 98% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -unpair.tz--storage125992234--input125992234-.out index 046eaf99d7229254d8516cddafa41c9e442fc56f..c9206c37f0c42ed914eaf922cd2d96d9f2d1940e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -unpair.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/unpair.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -voting_power.tz--storage1011138251--input1040351577-.out similarity index 79% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -voting_power.tz--storage1011138251--input1040351577-.out index 09e6cfd6e0409d7b92138687d3111980b56366f7..f623a217a62a73d494272f17a26612aaef1ab53a 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -voting_power.tz--storage1011138251--input1040351577-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"-(Pair 4000000000000 20000000000000)] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/voting_power.tz on storage '(Pair 0 0)' and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Pair 4000000000000 20000000000000) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input1058477720-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input1058477720-.out index db25ca57fe5f92b72489dc511c6772833efaaf36..4bb5de062707c0645d014715e6a95da66e2ae405 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input1058477720-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Left (Pair False False)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input1073176155-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input1073176155-.out index 09ee5e4e9f6f115682f18ac88c317d021a372c4e..4a0c8361169bad61937d5bf24acf28b3e010e4dd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input1073176155-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Right (Pair 0 0)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input246594902-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input246594902-.out index 00c419ac2d6422e353ae3dbd85b0d141e1a8d385..0062c4d3481656a49f5371cd21f14b50bc1fce6c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input246594902-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Left (Pair True False)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input506603577-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input506603577-.out index 81683cd71474be6bec1556c7bd8964c7876f3c22..aa666c4690af4cc903d373ae2fd2648a62e78e35 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input506603577-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Right (Pair 1 1)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input576248088-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input576248088-.out index dda0a30453ba05ecc0932ae84f55e1a7226d5cfd..fb25b7b8655fafde62b59907c23733de0dec2d83 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input576248088-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Right (Pair 0 1)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input612012282-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input612012282-.out index 82b9e6f60dffa19669596e5c53b4e2a52468c610..c253584b4761747a3ce30dc500f83e4312bf855c 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input612012282-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Right (Pair 42 21)' --level 1 --trace-stack storage (Some (Right 63)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input617591686-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input617591686-.out index 578f0134155afad93ed06d1dfab34ce183d5d432..7a8e8563cb6cbede3b0479a19034135c31429c21 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input617591686-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Left (Pair False True)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input639311176-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input639311176-.out index c7d6821182540f590cf8c6bb84ad206f65fc26c2..990c4ad23b6974ac4656137ba865be545120a8d0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input639311176-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Left (Pair True True)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input688315180-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input688315180-.out index f5e11121921a30340b6bf210739e7e9e4fb7c2e5..855c8680ba387dbd0e2aa28c8b5d51cecf0eb756 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input688315180-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Right (Pair 42 63)' --level 1 --trace-stack storage (Some (Right 21)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input967929605-.out similarity index 79% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out rename to tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input967929605-.out index 72b34f5b1647eebedf9b4d5ac975ee4c885e05cc..9498d387b5d6dc54e518cdd0bcd9c07f0a5cd9fd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Kathmandu- opcodes -xor.tz--storage921624073--input967929605-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))] +./octez-client --protocol PtKathmankSpLLDALzWw7CGD2j2MtyveTwboEYokqUCP4a1LxMg --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_014/opcodes/xor.tz on storage None and input 'Right (Pair 1 0)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input254251340-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input254251340-.out index 80e2d3804d4c5f4686611459340e2102e8066c7f..ab60a4d1816880fbd2e98cdd1af39743f77f9e09 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input254251340-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-948-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/abs.tz on storage Unit and input 948 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input420401245-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input420401245-.out index a8fa18739ac0170186168439b8a95f942a3e13c8..a1813b4e6f7a7795539a49662504079770a9e705 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input420401245-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-12039123919239192312931-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/abs.tz on storage Unit and input 12039123919239192312931 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input680650890-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input680650890-.out index 0b29e6df10d3324fd996df5b9d54ffbaaaa1b2f7..5c7273b4d2b05a5d98d7ab4101012ceb8a354523 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -abs.tz--storage125992234--input680650890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[abs.tz-Unit-0-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/abs.tz on storage Unit and input 0 --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add.tz--storage125992234--input125992234-.out similarity index 96% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add.tz--storage125992234--input125992234-.out index bd81671f42a5d23482d0f40a0f80a042b9d2194d..507f4e4c2e0e073d4ea6351b0420ba2ee8f1f402 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out index f14e777d476606b15a91859861ae46a99583cc76..bb1e1640669e07d039b51392491e020b47bf8b92 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input322109491-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x0100000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x01 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out index 34086c2bcd318bb2e1176dde21cb926667204d1b..47aeeaea9c3cc58a68dfc10afe48d264095d4dc0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0.7e0ed229a3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input461261325-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x010000-(Some 0x0200000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x010000' --level 1 --trace-stack storage (Some 0x0200000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out index cc5cd04a23eef7d112e7b49e65df5e51b429a050..334d225d24ad5e9f63570e296090673ac0c6db80 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x010.0e44fc6f40.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input530006774-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x010000 0x00-(Some 0x0100000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x010000 0x00' --level 1 --trace-stack storage (Some 0x0100000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out similarity index 84% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out index 2af53a7fa9ce176d203cf13c470b12199f2528f4..1b3aecdc21a5e54aa03dda5281c9fe423dfbf55e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000.3c2de60480.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_bls12_381_fr.tz--storage921624073--input712570300-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_bls12_381_fr.tz-None-Pair 0x00 0x00-(Some 0x0000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_bls12_381_fr.tz on storage None and input 'Pair 0x00 0x00' --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out index 322f18615bfe57abacb4bb920c64a9f8207fb20a..49516ad69b7690649bc0fa4054955447f9b6176e 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some \"1970-.6566111ad2.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 100 100)-(Some "1970-01-01T00:03:20Z")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out index f739cb998b0c3bee37b4991ad3212b758a0f31c2..f617505c0af25ee2d5111354036a6e04ef3634b1 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some \"1970.7c1b1e4e5b.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input267363182-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair -100 100)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_delta_timestamp.tz on storage None and input '(Pair -100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out index b805dc765bc084205e628608d0446aeffb8394ac..418115d905bfd1e81197b0665c10f8b6807165ab 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 \"1970-01-01T00:00:0.528ed42c01.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_delta_timestamp.tz--storage921624073--input438561129-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_delta_timestamp.tz-None-(Pair 0 "1970-01-01T00:00:00Z")-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_delta_timestamp.tz on storage None and input '(Pair 0 "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out index 6546434d7f51fb679eab3abd769c61710babc2e5..d1689ab914f2a143caa228b038421aac1ddb2e4b 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some \"1970-.af32743640.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input249636002-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 100)-(Some "1970-01-01T00:03:20Z")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 100)' --level 1 --trace-stack storage (Some "1970-01-01T00:03:20Z") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out index 3c3c281fdeb56639b12a2ee98bfcbe4e3fdf4969..dea90b7683b87dfd4643f993a2799b0d495817c5 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some \"1970.7c4b12e9aa.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input307538219-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair 100 -100)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_timestamp_delta.tz on storage None and input '(Pair 100 -100)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out index cbd228437da319915f4c16ed813a21a24841cb63..a7405999a7f94115b923bc7a6e0e6867c284aa27 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair \"1970-01-01T00:00:00Z.72c424f3da.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -add_timestamp_delta.tz--storage921624073--input373737581-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[add_timestamp_delta.tz-None-(Pair "1970-01-01T00:00:00Z" 0)-(Some "1970-01-01T00:00:00Z")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/add_timestamp_delta.tz on storage None and input '(Pair "1970-01-01T00:00:00Z" 0)' --level 1 --trace-stack storage (Some "1970-01-01T00:00:00Z") emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -address.tz--storage921624073--input117475800-.out similarity index 75% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -address.tz--storage921624073--input117475800-.out index aac58e7644af508a645fa119d5f5f7c9ab38528a..486f0cb55a63d0c96d7d9d583d2367eca819ef88 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[address.tz-None-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-.f9045c3a04.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -address.tz--storage921624073--input117475800-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[address.tz-None-"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"-(Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/address.tz on storage None and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage (Some "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input106930123-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input106930123-.out index c7510a0290f83949216a76029f14755312e04a6a..9914a7f0f53320e74e4279347950474c9c635c7f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False True)-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input181204719-.out similarity index 78% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input181204719-.out index 574c501ff1fe269ab262557cdd12a6dd80eed941..8df09f1cab61ac0b1b62677f89f52429c3a55b9f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True False)-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input223774825-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input223774825-.out index 18f3d10a56bd80ba5954f8b4b3ce8105f1e094ef..8ba052087bd0a893512305d09a3670ffcd62ed45 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair False False)-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input908807505-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input908807505-.out index 812932c243658b89ab76b74e2be799a6c959d9e0..846ce2bebea8c909815a4b4b5336d64905c5d82b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and.tz-None-(Pair True True)-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_binary.tz--storage125992234--input125992234-.out similarity index 92% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_binary.tz--storage125992234--input125992234-.out index 714d7c3b7630efcb2e3a0a2a6a6b3d4a18eda9fe..043c54f0721b1639ae4b3ee90de81edfd0004421 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_binary.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_binary.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and_binary.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input106930123-.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input106930123-.out index 2a984eb4b05dbcf714962f0b3889b0b8bbcf2953..f51ff601ffb6513dc39f81f843446c6c3a7f4010 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input106930123-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False True)-False] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and_logical_1.tz on storage False and input '(Pair False True)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input181204719-.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input181204719-.out index fc9e87c2db0ba03c96d713ec1e817a3a06e9dc52..c0b8dd23b5236da4ea27b22d9303cc130baa5ff8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input181204719-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True False)-False] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and_logical_1.tz on storage False and input '(Pair True False)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input223774825-.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input223774825-.out index 0dc327c92c095cbc1acdb49fddc292fea9f22297..70bdd97b292d76288685f6f6fa3bf3c67002f1b6 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input223774825-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair False False)-False] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and_logical_1.tz on storage False and input '(Pair False False)' --level 1 --trace-stack storage False emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input908807505-.out similarity index 69% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input908807505-.out index 020a57feab7d8a63d3d4bbd9374f05b7bbe8b7d8..d58f3829c16d4a632493e9a7ab9c099bca6e05a1 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -and_logical_1.tz--storage570553153--input908807505-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[and_logical_1.tz-False-(Pair True True)-True] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/and_logical_1.tz on storage False and input '(Pair True True)' --level 1 --trace-stack storage True emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -balance.tz--storage492856247--input125992234-.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -balance.tz--storage492856247--input125992234-.out index 3cb64967d54d74e75cb5890060e916cea62843b1..8baceeab87c394d66c041a1727b2326af0353b31 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -balance.tz--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[balance.tz-111-Unit-4000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/balance.tz on storage 111 and input Unit --level 1 --trace-stack storage 4000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out index bc608af6b3470bc40a6be3d79acf1fdbfcba41dd..3efc19f27ace0d4372e8c6579616c430a44a344c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair {} None)-1-(Pair 4 (Some False))0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out index b54c489589457f6b687130e2ebada019c492386f..65522018f9a8459314dc48ed9fd2acaa305f6f56 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1.1182eca937.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair 4 (Some True))0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out index e0e642657c6a9f442cd70a46dc469dfcb38a04ea..57fe306763fb79ca54584a6192015e5fc59e259b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2.1eead33885.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair 4 (Some True))1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out index 7707fe869af1101384821bda96edc9c9a66112ed..d24dd0a1e7b48c58589acd9f5e6c286b2dc0790d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3.7f1f2ab27d.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair 4 (Some False))1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out index 95c7c63a9070c5d92eb67c2c67e335c3b34b15bd..88f6447022ea3604ca66daab21aba79ec9772dd7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (S.73700321f8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair 4 (Some True))0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out index 87d39dc9b2868866f5b06344be14dbd5bb3f97dd..2bbf5d6506f5dee7010aa5e0ab56f010dc91390d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (S.dda583f5e9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_nat.tz--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair 4 (Some False))0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out index b54472116b603050f7da909061e678246ffea55c..81830e77202ae9ba031837c825d2ab91b1585d7d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.4be99ce05d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"baz"-(Pair 4 (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out index 5c97e1e060fcb0bd5741e6c4f909bedbbde9ec4d..cc32d5980f5349731b38880c0d338830773e90e3 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.775c22b027.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"bar"-(Pair 4 (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out index 47b8a67d5cbc743c41e1cff6b526259c40cb3497..3dbaefc39109242d95baccd17fb1a2cc36a6e068 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 1.50c0e0ff8b.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"foo"-(Pair 4 (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out index 20c3a221730e0ebada08eb15ebc7aeba2cfa06c5..163714bc6b3b2f025e5570b428f3e7f819336de8 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair 4 (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair {} None)-"bar"-(Pair 4 (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out index cf7bde89e0297a4d12960886725ae062cf469384..f1a4714f373d8bcafa7347e442ff71802fc16593 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\".cdcfaf9d09.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "foo" 1 } None)-"bar"-(Pair 4 (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair 4 (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out index 46085486fcd1e16aba775b727a70bc4f13c8e50c..f594e9c2d3b9bf5b820ffef9e9611057bc73ed6c 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\".968709d39d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -big_map_mem_string.tz--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[big_map_mem_string.tz-(Pair { Elt "foo" 0 } None)-"foo"-(Pair 4 (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/big_map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair 4 (Some True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--input125.out similarity index 77% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--input125.out index 1c0137340063be1e98b1f72e7c3b5dd7e036eb1d..d44f2d5af066e3553010d59ebf02b73825b3a715 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0.9b6e8bcbd3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_push_bytes_not_padded.tz--storage921624073--input125.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_bytes_not_padded.tz-None-Unit-(Some 0x0000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_push_bytes_not_padded.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x0000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out index ae291ba10c5cc2e5cdd357fe6816bd4e95b89183..7187c216ff98aff636e3af3fa8dd9b0d63e5a610 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x100000000000.d1219ca789.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_push_nat.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_push_nat.tz-None-Unit-(Some 0x1000000000000000000000000000000000000000000000000000000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_push_nat.tz on storage None and input Unit --level 1 --trace-stack storage (Some 0x1000000000000000000000000000000000000000000000000000000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out index 07157d1ac52bf827fb78108b6b325f255b34c2a6..a0d7a39be3238106cd02e34d6a20f2a9ee816574 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input1043734173-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x01-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x01 --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out index 54daa18adfad3116648e509a795b80ad8a21ba05..e6e3281b7033e0cbb81f270838e2117e60ed135e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input151303925-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x00-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x00 --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out index 6e92031c64423dfd9d3acd08bf8229c8f2dcd303..aa90213ce1252c2b63e8565897c9e39ee6c1402a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986.b821eb26b3.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input520610122-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719-11320265829256585830781521966149529460476767408210445238902869222031333517497] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0xb9e8abf8dc324a010007addde986fe0f7c81fab16d26819d0534b7691c0b0719 --level 1 --trace-stack storage 11320265829256585830781521966149529460476767408210445238902869222031333517497 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out index 23424ba6db22c2779772487db7bd3e5c895fe206..b32e1f56d8e0c909b3f716a12871e9f7c87f1a16 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f2.7a85c336ff.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_int.tz--storage680650890--input558805129-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_int.tz-0-0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27-17832688077013577776524784494464728518213913213412866604053735695200962927400] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_to_int.tz on storage 0 and input 0x28db8e57af88d9576acd181b89f24e50a89a6423f939026ed91349fc9af16c27 --level 1 --trace-stack storage 17832688077013577776524784494464728518213913213412866604053735695200962927400 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out index 0619a7a99d26c693606705169be9480e97afe3bf..534f54c8d7d97a66d7394c3e76176788fe8a3bdd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_to_mutez.tz--storage680650890--input229402968-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_to_mutez.tz-0-0x10-16] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_to_mutez.tz on storage 0 and input 0x10 --level 1 --trace-stack storage 16 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out index f01896dd4194f990d0eb16f49e3bd59978fb68d3..48ca9895ee2e197c871c3560e38ec52101053c2e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.a50412e458.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out index 87268ca35f5350922a1ef4f7159d8b3ae650a9a4..953e6a0b94664127d6231120ada448b39d87578a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.f3a349c4a7.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out index 947a894477e3cbbed48a46fc4a3ff096dce2abd0..ad68ef62e1b8d5fbbb583e9c11c18b73bf29947a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.a4697eaa13.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out index 4293feb28f32861056822d5a23e147ab6a20f5d5..e5c822f58fb23f716da684c40279e5a3a7d1079f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.e966dc6de5.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out index 2254b4b9c46f49035015b3fe8f07ba8372a7d136..b08d6b414b50db8d7494af3c5a61b255bd8e0791 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out index 1a895de2d3fd1c700e105996dba94788c8a7e765..f8bd4c1b2939c4091f4f99815d61a2fcc6fe7874 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out index 835d45a21e313dd005e59d333aec9150524eb97e..04f80b7418349a6152c6d4c5f34bbdd97d2c7e10 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0ecc537252.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out index 6bd2d6aac07152a69a3eca0df0c335b19a126802..891ef53c25392312557b2f8e3979671a736dd1a0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.0accef5bef.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--42-0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out index 155f06110efaefa84b1cd1139bfac6bd7e29c65c..e8f7482994b0e8c35c82b4acd48b0b4a2e078a45 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2ff549b46b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out index bbb63494354cbe6a45346a382f6b3c29d54430e7..38c20e8b74452b0f057f10fc8d3ed7b4e0a0f2c6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000.2229b767cd.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_int.tz--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--1-0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out index 7af88850fc23c1671bcbdd5616e4b1c7c13d0fe2..a2bc3fc9151e424840808007f7cd56ea5c8c7adc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.928f6d4b93.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out index 9be5b6cb0d429e2879f34e0abae51e60a6892f0d..17466068c9f4945da88430a7b7b6d988d6337220 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.bd5800f6b8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out index bf707ce98c5afb4c3bdd5279eb29d23e46ed4784..0daef29846c272bd8f1155424a2fb0a34944b30d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03.1b9676e4c2.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out index d38076bb4e0314dabe98a6e6e37ec615899162b0..f317d8f2d481fe8a76da4e89de9b63ce49029441 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03.00e897789a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out index be237fb9cbcba93a76079904a6997e30603720e9..6ba1f6cf0378ef6adea9d748f8d73c8ea0dfbd95 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.eae36753ea.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out index 9584682682e6600961888ed1d9087d4208216349..28f784b13a71ad190acb76b3e5df5d596150a8b2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.964835cc43.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out index ba5a0335136202de8ae6726005f7d76125104c46..c59c5b9f399dda0554e5021f2970d3c2a6c6a208 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.ee57dac8f7.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out index 95dc83248498cde74feeca08bc778495237b8ba3..1815868418d583b02dc344782bd9e61e49564063 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000.b25ea709fb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_fr_z_nat.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_fr_z_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_fr_z_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out index 1966374f467d8212c8dc6e55cc5ff0300edbdb52..cf214f73428cfbb579b8771a40d57cd9e0bace34 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c1.927f808504.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out index 973b8de9f4c8ce9c9a3ad3a0ba5a403289dec07d..cb84d85a56c274b82e505d33432a8b52c37f4748 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80.290ab49d11.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out index 4013b35a97e2140adfb88558d68a8a6c8e13ee85..3f2ae3e7ba1e61e047c0d7eb32e93f917314a1e0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03.fee3c5cf43.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out index 5937b183dc7f265f07806f01a744d4dbe6865cfb..c80dd29d266d6726b08c0e0173134ac6a5e5677f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out index 89f3279b46e7b36386a6428b5185a0cc7f2bc783..f683d2673693e264c749fded30df5142b3e88522 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.bddcad090c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out index 3f2f9a0b21ee009cc5cb90b2341e642000083de5..1949346ad67040084ec1115b62eb9ba693fc9c15 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.b0dc584c94.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out index 1d0ccad3602d8cbfa9fd05aa6ddd95a5ccc87f94..0b39d796cc659add02b4221a1f39c5bbaa80f1e3 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.0177355bbf.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out index cfbcf0d8d28d3454abc57e49ad7ab79e9d48f1e0..ad71134ce4ad875002babace9e7bd20b475c9e50 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.a54cb341ba.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input585234482-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--42-0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -42 --level 1 --trace-stack storage 0xd7fffffffefffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out index fabdaa88e28e1cfec42d13c01021708c485b9a7a..6f823f2c69df028c3243fce44a645fef18da8835 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.40958700fe.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out index 2c58ecfd86fcb517a338629847a6ac4456cb2c92..1b544555d5d8dbab39e216c1b823535a81923768 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.744166c609.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_int.tz--storage994282947--input701858804-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000--1-0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_int.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input -1 --level 1 --trace-stack storage 0x00000000fffffffffe5bfeff02a4bd5305d8a10908d83933487d9d2953a7ed73 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out index b849fc78dbbb54c6413d1b6cfb5475386e54828e..76172df0898240cc3b6108f4adfe9bca59fb0dcd 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c1.92c153eb47.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage287336412--input1019409032-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f-22620284817922784902564672469917992996328211127984472897491698543785655336309-0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x4147a5ad0a633e4880d2296f08ec5c12d03e3fa4a6b49ecbd16a30a3cfcdbe3f and input 22620284817922784902564672469917992996328211127984472897491698543785655336309 --level 1 --trace-stack storage 0x4e387e0ebfb3d1633153c195036e0c0b672955c4a0e420f93ec20a76fe677c62 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out index e22898c7495ca16cfd1c45625008d447a8d7419c..3d8e703227bbd02e1fd3a821e0a3759f077051df 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80.0c114c956a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage698210250--input949526473-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f-33644916630334844239120348434626468649534186770809802792596996408934105684394-0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x5b0ecd0fa853810e356f1eb79721e80b30510fcc3a455f4fc02fdd9a90c5401f and input 33644916630334844239120348434626468649534186770809802792596996408934105684394 --level 1 --trace-stack storage 0x2ef123703093cbbbd124e15f2054fa5781ed0b8d092ec3c6e5d76b4ca918a221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out index 80bbcd53eb8fc200ad8da882376e333614f9c627..7d1b96746af912d97d6e5bbba28a285ed6055f10 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.03c4f38e68.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input166435292-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-69615968247920749285624776342583898043608129789011377475114141186797415307882-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 69615968247920749285624776342583898043608129789011377475114141186797415307882 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out index 23e19d4417d9f0ebf2e11ed1a0bbeda71493ea21..8ed78f25ca6f6d4541cdb411a6beff212ebb58c9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03.8ed19cfdd9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage739946440--input583291483-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d-17180093072794558806177035834397932205917577288483739652510482486858834123369-0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x8578be1766f92cd82c5e5135c374a03a8562e263ea953a3f9711b0153b7fcf2d and input 17180093072794558806177035834397932205917577288483739652510482486858834123369 --level 1 --trace-stack storage 0xfaa60dacea8e26112e524d379720fe4f95fbc5a26f1b1a67e229e26ddecbf221 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out index 629b9c67bb0c2895d41e446c749ddeb022a5d83f..7416067e10f42e4683a7e06a9d20b6e66a0ab894 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.1bccc033e8.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input1055524890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-52435875175126190479447740508185965837690552500527637822603658699938581184514-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 52435875175126190479447740508185965837690552500527637822603658699938581184514 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out index a8f530abd4a0990bab22c6b0d5d536e5a6aca98c..49a643a8c7b987389370b28c864a7e7d14d669c5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.6c62b03d78.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-1-0x0100000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 1 --level 1 --trace-stack storage 0x0100000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out index a2b209e25cf16faee9d7b9b7038994306c597148..d4ad6061a29d2493b593bf08de2c94699740abd9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000.d23f269341.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input564400327-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_nat.tz-0x0100000000000000000000000000000000000000000000000000000000000000-2-0x0200000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 2 --level 1 --trace-stack storage 0x0200000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out similarity index 76% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out index 1ded91d5b24a885d0e6f065aceaadd559fa12614..69e94d570bdc35fcb60c8b36b605a0b5f1a0bec8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000.9f3c5cdc6a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -bls12_381_z_fr_nat.tz--storage994282947--input680650890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[bls12_381_z_fr_int.tz-0x0100000000000000000000000000000000000000000000000000000000000000-0-0x0000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/bls12_381_z_fr_nat.tz on storage 0x0100000000000000000000000000000000000000000000000000000000000000 and input 0 --level 1 --trace-stack storage 0x0000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -car.tz--storage680650890--input783124233-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -car.tz--storage680650890--input783124233-.out index 94f6960dedb57ce1ab42d24ccf40e75aef5b3277..3e7bd84516de99c82b67fbb15210a08ab05a8397 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -car.tz--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[car.tz-0-(Pair 34 17)-34] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/car.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 34 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cdr.tz--storage680650890--input783124233-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cdr.tz--storage680650890--input783124233-.out index 01155070845ba1edcaed2e31d07e300693c42436..f98e40f1a1afb4c14a404bc8498b325113cffe9a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cdr.tz--storage680650890--input783124233-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cdr.tz-0-(Pair 34 17)-17] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/cdr.tz on storage 0 and input '(Pair 34 17)' --level 1 --trace-stack storage 17 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage109160754--input125992234-.out similarity index 54% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage109160754--input125992234-.out index bbd22a0fde475bd33797f6c4f8217c417f9b4ee4..3dd189edda26e41be6ad303cf762d222dd0ba2b0 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some \"NetXdQprcVkpaWU\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage109160754--input125992234-.out @@ -1,7 +1,7 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-(Some 0x7a06a770)-Unit-(Some "NetXdQprcVkpaWU")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/chain_id_store.tz on storage '(Some 0x7a06a770)' and input Unit --level 1 --trace-stack storage - (Some "NetXdQprcVkpaWU") + (Some "NetXynUjJNZm7wi") emitted operations big_map diff @@ -12,12 +12,12 @@ trace - location: 8 (remaining gas: 1039994.787 units remaining) [ ] - location: 9 (remaining gas: 1039994.772 units remaining) - [ "NetXdQprcVkpaWU" ] + [ "NetXynUjJNZm7wi" ] - location: 10 (remaining gas: 1039994.762 units remaining) - [ (Some "NetXdQprcVkpaWU") ] + [ (Some "NetXynUjJNZm7wi") ] - location: 11 (remaining gas: 1039994.752 units remaining) [ {} - (Some "NetXdQprcVkpaWU") ] + (Some "NetXynUjJNZm7wi") ] - location: 13 (remaining gas: 1039994.742 units remaining) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage921624073--input125992234-.out similarity index 53% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage921624073--input125992234-.out index 908314112cc5524723ee6da594e540741b7c41ba..3c4f5c39a2294e2ae6e67b937becfda5d4b94486 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some \"NetXdQprcVkpaWU\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage921624073--input125992234-.out @@ -1,7 +1,7 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[chain_id_store.tz-None-Unit-(Some "NetXdQprcVkpaWU")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/chain_id_store.tz on storage None and input Unit --level 1 --trace-stack storage - (Some "NetXdQprcVkpaWU") + (Some "NetXynUjJNZm7wi") emitted operations big_map diff @@ -12,12 +12,12 @@ trace - location: 8 (remaining gas: 1039994.937 units remaining) [ ] - location: 9 (remaining gas: 1039994.922 units remaining) - [ "NetXdQprcVkpaWU" ] + [ "NetXynUjJNZm7wi" ] - location: 10 (remaining gas: 1039994.912 units remaining) - [ (Some "NetXdQprcVkpaWU") ] + [ (Some "NetXynUjJNZm7wi") ] - location: 11 (remaining gas: 1039994.902 units remaining) [ {} - (Some "NetXdQprcVkpaWU") ] + (Some "NetXynUjJNZm7wi") ] - location: 13 (remaining gas: 1039994.892 units remaining) - [ (Pair {} (Some "NetXdQprcVkpaWU")) ] + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] diff --git a/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage981066851--input125992234-.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage981066851--input125992234-.out new file mode 100644 index 0000000000000000000000000000000000000000..f634da79b21c22d764561cab4f66fb1c10104589 --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -chain_id_store.tz--storage981066851--input125992234-.out @@ -0,0 +1,23 @@ + +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/chain_id_store.tz on storage '(Some "NetXynUjJNZm7wi")' and input Unit --level 1 --trace-stack +storage + (Some "NetXynUjJNZm7wi") +emitted operations + +big_map diff + +trace + - location: 8 (remaining gas: 1039993.247 units remaining) + [ (Pair Unit (Some "NetXynUjJNZm7wi")) ] + - location: 8 (remaining gas: 1039993.237 units remaining) + [ ] + - location: 9 (remaining gas: 1039993.222 units remaining) + [ "NetXynUjJNZm7wi" ] + - location: 10 (remaining gas: 1039993.212 units remaining) + [ (Some "NetXynUjJNZm7wi") ] + - location: 11 (remaining gas: 1039993.202 units remaining) + [ {} + (Some "NetXynUjJNZm7wi") ] + - location: 13 (remaining gas: 1039993.192 units remaining) + [ (Pair {} (Some "NetXynUjJNZm7wi")) ] + diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-get.tz--storage125992234--input186507116-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-get.tz--storage125992234--input186507116-.out index 77d6fd12a6e291d688e3af3ebb868162de4ffc24..0c18d0372435cfc805238d4c63228ad890ee5e96 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-get.tz--storage125992234--input186507116-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-get.tz-Unit-(Pair 1 4 2 Unit)-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/comb-get.tz on storage Unit and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-set-2.tz--storage921624073--input186507116-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-set-2.tz--storage921624073--input186507116-.out index 3a790ec9acb55141ca83bdecd4a3585f2e63cc0c..9f34ad010054eede3b43d9757a7fa0f36b3fe35f 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 \"t.886cc365c6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-set-2.tz--storage921624073--input186507116-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-set-2.tz-None-(Pair 1 4 2 Unit)-(Some (Pair 2 4 "toto" 0x01))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/comb-set-2.tz on storage None and input '(Pair 1 4 2 Unit)' --level 1 --trace-stack storage (Some (Pair 2 4 "toto" 0x01)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-set.tz--storage186507116--input125992234-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-set.tz--storage186507116--input125992234-.out index d78c47f1e0740a0960f0a294cbf7a4de9a681472..39139a6e4c5559b369d5e34094801e6b352979ba 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb-set.tz--storage186507116--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb-set.tz-(Pair 1 4 2 Unit)-Unit-(Pair 2 12 8 Unit)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/comb-set.tz on storage '(Pair 1 4 2 Unit)' and input Unit --level 1 --trace-stack storage (Pair 2 12 8 Unit) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb.tz--storage950292965--input125992234-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb.tz--storage950292965--input125992234-.out index 7cfb24f798aff7e3be53a00acb77cc4020b7b6c5..ca9186438b209709ad078f888c23636bb97af6ea 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comb.tz--storage950292965--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comb.tz-(Pair 0 0 0)-Unit-(Pair 1 2 3)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/comb.tz on storage '(Pair 0 0 0)' and input Unit --level 1 --trace-stack storage (Pair 1 2 3) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -compare.tz--storage125992234--input125992234-.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -compare.tz--storage125992234--input125992234-.out index a06d8d388258f6b95e8407b2217a03a36eb067df..da8f169c1890c8bc122be38facc10a847d104550 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -compare.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[compare.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/compare.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comparisons.tz--storage457300675--input281780712-.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comparisons.tz--storage457300675--input281780712-.out index 25e1cd8af7902d99de05dfc2b22c31da26c71807..3d2edaa4a95da172d7ca7a2743e739746423899e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ .bbaa8924d2.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -comparisons.tz--storage457300675--input281780712-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[comparisons.tz-{}-{ -9999999; -1 ; 0 ; 1 ; 9999999 }-{ { False ; False ; False ; True ; True } ;\n { False ; False ; True ; True ; True } ;\n { True ; True ; False ; False ; False } ;\n { True ; True ; True ; False ; False } ;\n { True ; True ; False ; True ; True } ;\n { False ; False ; True ; False ; False } }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/comparisons.tz on storage '{}' and input '{ -9999999; -1 ; 0 ; 1 ; 9999999 }' --level 1 --trace-stack storage { { False ; False ; False ; True ; True } ; { False ; False ; True ; True ; True } ; diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input392583650-.out similarity index 81% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input392583650-.out index f4de7704e9629ed3bdb3c33981ebc7117e8a0a52..85a09486f52ec3273411d457a85f4698f85737e9 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"test1\" ; \"test2\" }-{ \"Hello test1.c27e8c3ee6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input392583650-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ "test1" ; "test2" }-{ "Hello test1" ; "Hello test2" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_hello.tz on storage '{}' and input '{ "test1" ; "test2" }' --level 1 --trace-stack storage { "Hello test1" ; "Hello test2" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input457300675-.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input457300675-.out index b98f0bbc818d814acf9b6fb0b5826feae4d29c9a..893d8d9f817a960e1716b2e7ae4e7cb001b6c4f7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_hello.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input640104625-.out similarity index 76% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input640104625-.out index 852722e692402ad0623180382799a9bc263b5de0..8a0abbdfc091b70b711b07387f41391d385c3312 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ \"World!\" }-{ \"Hello World!\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello.tz--storage457300675--input640104625-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello.tz-{}-{ "World!" }-{ "Hello World!" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_hello.tz on storage '{}' and input '{ "World!" }' --level 1 --trace-stack storage { "Hello World!" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out index 2dc29fec43f8c729132414bb0a7a0c7db86a9085..1e8b7e60eafee1d67473ac56e00c959085c38f0e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input354091714-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xab ; 0xcd }-{ 0xffab ; 0xffcd }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xab ; 0xcd }' --level 1 --trace-stack storage { 0xffab ; 0xffcd } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out index 40adc5c31aacdafa7479745b0dbf28f35a954646..9ab541085dd5fc62e05c2127b32b0004086f80fc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input441061063-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{ 0xcd }-{ 0xffcd }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_hello_bytes.tz on storage '{}' and input '{ 0xcd }' --level 1 --trace-stack storage { 0xffcd } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out index e4381dd7adf0f9096f11379c11d9d1d1573151f9..ff3e380309baf0016cefd7f1c9631c5df7d87786 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_hello_bytes.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_hello_bytes.tz-{}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_hello_bytes.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input264787654-.out similarity index 92% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input264787654-.out index e0b33a776cd1a6d519200e63d5dbcfb538f45c45..116961e545edb18146d8702940126bbd303d65f2 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"a\" ; \"b\" ; \"c\" }-\"abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input264787654-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{ "a" ; "b" ; "c" }-"abc"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_list.tz on storage '""' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage "abc" emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input316676251-.out similarity index 93% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input316676251-.out index 283e664c992f9b784a93d1ba6b075c1d0f7a8421..b87d19e7ec8d97d9acae1f3c0b1c5c7c72392169 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{ \"Hello\" ; \" \" ; \"World\" ; \"!\" }-\"He.0c7b4cd53c.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input316676251-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{ "Hello" ; " " ; "World" ; "!" }-"Hello World!"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_list.tz on storage '""' and input '{ "Hello" ; " " ; "World" ; "!" }' --level 1 --trace-stack storage "Hello World!" emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input457300675-.out similarity index 72% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input457300675-.out index a355e1751d50108ac75785f3aa995c900597a4c6..68aa431d9d0c8a4ab8d55ee5f32b566cfb4dc25d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[concat_list.tz-\"\"-{}-\"\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -concat_list.tz--storage79230375--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[concat_list.tz-""-{}-""] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/concat_list.tz on storage '""' and input '{}' --level 1 --trace-stack storage "" emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage457300675--input798141440-.out similarity index 67% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage457300675--input798141440-.out index 2c37aff2e1547947da0b90e8e2cd95e3b306de11..f5cd56f526d2de5b0cbfa75372c368e82c6f923d 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{}-10-{ 10 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/cons.tz on storage '{}' and input 10 --level 1 --trace-stack storage { 10 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage581876226--input166122047-.out similarity index 68% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage581876226--input166122047-.out index 8b3bd3b1d4eb18f3dc390be55e280f046ec49157..29d3282dc201c9df64e4f445f744f458188c47bc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage581876226--input166122047-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{ 10 }--5-{ -5 ; 10 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/cons.tz on storage '{ 10 }' and input -5 --level 1 --trace-stack storage { -5 ; 10 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage793461282--input781487591-.out similarity index 69% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage793461282--input781487591-.out index 07bcac41f8e725a0a9b5ac71c6b45faf6880422c..2c5671f473929be729d2756a3eed87e04afeeef8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -cons.tz--storage793461282--input781487591-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[cons.tz-{ -5 ; 10 }-99-{ 99 ; -5 ; 10 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/cons.tz on storage '{ -5 ; 10 }' and input 99 --level 1 --trace-stack storage { 99 ; -5 ; 10 } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input315650912-.out similarity index 95% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input315650912-.out index f33f118ac0788cdc67b4d4884a8f897e1b9fb7dd..a41724fe9df5b012e057143ae5f520a0b14adb3b 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" } { \"B\" })-(Some True)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input315650912-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" } { "B" })-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contains_all.tz on storage None and input '(Pair { "B" } { "B" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input51111414-.out similarity index 98% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input51111414-.out index 0211a0ae9e728768578870cf06371b97e495eab3..504902000b564264c69c6519f3c3b30e5a0a3b9d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"B\" ; \"asdf\" ; \"C\" }.4360bbe5d0.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input51111414-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "B" ; "asdf" ; "C" } { "B" ; "C" ; "asdf" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input545734274-.out similarity index 95% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input545734274-.out index 9435f0b908d58425958129e0a0bc09e96408b429..a8eee007c321b45d0ea74e15728cae28a7b31b37 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"A\" } { \"B\" })-(Some False)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input545734274-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "A" } { "B" })-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contains_all.tz on storage None and input '(Pair { "A" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input772794967-.out similarity index 87% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input772794967-.out index fa9f1d5620d6feb3ae47bc5bd12657812584c999..15e69789d56ba943bc4dd66a85a3e6562216e6f5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input772794967-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair {} {})-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contains_all.tz on storage None and input '(Pair {} {})' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input917967660-.out similarity index 98% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input917967660-.out index d5dc0dc46a53ceb6e3553ca40b6bcafd22a186ad..57e082c6a88ba301721b688683e56141a618c6dd 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"B\" ; \"C\" ; \"asdf\" } { \"B\".ff6e4785ee.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input917967660-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contains_all.tz on storage None and input '(Pair { "B" ; "C" ; "asdf" } { "B" ; "B" ; "asdf" ; "C" })' --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input964818218-.out similarity index 95% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input964818218-.out index 38bfee353a2df5aa23badbd98fae19596b8b5a58..aa0f920de0866bd8f9ccd0685ccc8bbe45bb5839 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { \"c\" } { \"B\" })-(Some False)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contains_all.tz--storage921624073--input964818218-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contains_all.tz-None-(Pair { "c" } { "B" })-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contains_all.tz on storage None and input '(Pair { "c" } { "B" })' --level 1 --trace-stack storage (Some False) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contract.tz--storage125992234--input117475800-.out similarity index 77% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contract.tz--storage125992234--input117475800-.out index 416d3faa17e006d7362efa15a019d67e1072b633..10499ca7d59ff4c7aeffd9977c84c54b05738a5a 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[contract.tz-Unit-\"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5\"-Unit].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -contract.tz--storage125992234--input117475800-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[contract.tz-Unit-"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/contract.tz on storage Unit and input '"tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -create_contract.tz--storage921624073--input125992234-.out similarity index 90% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -create_contract.tz--storage921624073--input125992234-.out index 3ac153e89e98dbd9f44fec87b820e3a96e0835ad..8ecddf39fa065715413b2acb68a81cd18ef67cbf 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some \"KT1Mjjcb6tmSsLm7Cb3.c3984fbc14.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -create_contract.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[create_contract.tz-None-Unit-(Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/create_contract.tz on storage None and input Unit --level 1 --trace-stack storage (Some "KT1Mjjcb6tmSsLm7Cb3DSQszePjfchPM4Uxm") emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out index 48d55ee78f162da8b4007b8d57662c9e8d5c972b..bbe471937a311f6ecacd8c12da4e736f2e403cad 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1011138251-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 0)-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out index 2436725f6c6f34e6e109a33e2e21823b65bb49b3..268bb92a6a8ab1e40d25f7de391f69aca7cf117b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1018564342-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 0 1)--1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 0 1)' --level 1 --trace-stack storage -1 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out similarity index 81% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out index cff094e37dc0590be6d8a7284508b2338283d934..11f129ce465feb33b029d13adf93d7301ad5cc55 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair \"1970-01-01T00:03:20Z\" \"19.90e9215d17.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input1031049988-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")-200] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/diff_timestamps.tz on storage 111 and input '(Pair "1970-01-01T00:03:20Z" "1970-01-01T00:00:00Z")' --level 1 --trace-stack storage 200 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out index e7e78a11845ae913f8f91a6a97d23f15102df969..4b2a5f46c42bf91d9f6ade51c62f820bd02de123 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -diff_timestamps.tz--storage492856247--input685590443-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[diff_timestamps.tz-111-(Pair 1 0)-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/diff_timestamps.tz on storage 111 and input '(Pair 1 0)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dig_eq.tz--storage125992234--input246866101-.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dig_eq.tz--storage125992234--input246866101-.out index 0be2b7cb01d8bbc495e1196b882714b55ef6774a..52d39435c3c6e5f9c643e086d36bc810506f6db4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pai.2794d4782e.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dig_eq.tz--storage125992234--input246866101-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dig_eq.tz on storage Unit and input '(Pair 17 (Pair 16 (Pair 15 (Pair 14 (Pair 13 (Pair 12 (Pair 11 (Pair 10 (Pair 9 (Pair 8 (Pair 7 (Pair 6 (Pair 5 (Pair 4 (Pair 3 (Pair 2 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dig_eq.tz--storage125992234--input26856104-.out similarity index 99% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dig_eq.tz--storage125992234--input26856104-.out index 067dc8eb7e3c77dff8764f336fb6ce400f0e59fc..f4d891ad7697b5e2b1e75e2309884ed06c8e54dc 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair .d473151c0f.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dig_eq.tz--storage125992234--input26856104-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dig_eq.tz-Unit-(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dig_eq.tz on storage Unit and input '(Pair 2 (Pair 3 (Pair 12 (Pair 16 (Pair 10 (Pair 14 (Pair 19 (Pair 9 (Pair 18 (Pair 6 (Pair 8 (Pair 11 (Pair 4 (Pair 13 (Pair 15 (Pair 5 1))))))))))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dign.tz--storage680650890--input529388602-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dign.tz--storage680650890--input529388602-.out index 4a382cfa70a40f129a31dc680e67e99f674d7389..cec3111a51db21d34d78ad14e725ba5cac093f0c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dign.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dign.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dign.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dip.tz--storage1011138251--input590117173-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dip.tz--storage1011138251--input590117173-.out index a2b98629c00e415a3804fcda5270c2dac8bd5257..fe73daf1a544e259eab079b781199679e9334b0a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dip.tz--storage1011138251--input590117173-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 1 1)-(Pair 1 2)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 1 1)' --level 1 --trace-stack storage (Pair 1 2) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dip.tz--storage1011138251--input850887554-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dip.tz--storage1011138251--input850887554-.out index 5ef90dbd96fb6ad6a329d5f7d844a32adf8fd529..e3b6060cb686051b77b921550115e776e29ac3f6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dip.tz--storage1011138251--input850887554-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dip.tz-(Pair 0 0)-(Pair 15 9)-(Pair 15 24)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dip.tz on storage '(Pair 0 0)' and input '(Pair 15 9)' --level 1 --trace-stack storage (Pair 15 24) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dipn.tz--storage680650890--input529388602-.out similarity index 88% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dipn.tz--storage680650890--input529388602-.out index 9464651f0337e2ef55c60286dabfe464bbd1650f..be52b3bee271dc8d59aa33bc737d626b99ef21af 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dipn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dipn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-6] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dipn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dropn.tz--storage680650890--input529388602-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dropn.tz--storage680650890--input529388602-.out index 44bf76f0c1aa1a39ac2b31cdf047a2246ef9a631..f4f4c6263c1611a56e5206665038b5ae74a40107 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dropn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dropn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-5] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dropn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 5 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dugn.tz--storage680650890--input529388602-.out similarity index 83% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dugn.tz--storage680650890--input529388602-.out index 704096208c01ddc9999b064d4130f032b6befc5b..692f125303ba9a54632271f719be3e33e98962e0 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dugn.tz--storage680650890--input529388602-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dugn.tz-0-(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dugn.tz on storage 0 and input '(Pair (Pair (Pair (Pair 1 2) 3) 4) 5)' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dup-n.tz--storage125992234--input125992234-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dup-n.tz--storage125992234--input125992234-.out index 751e24b01d1b2b470a0f851ddadfd67df758ffa0..bd9a3e21570cd3b0f32f10cb25544ac95ee83633 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -dup-n.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[dup-n.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/dup-n.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input247451205-.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input247451205-.out index 566564b66d6ff58c1fe59f2cd2715d3dd3b3ac5a..2cf76653e79a827a0ea80acca197ebe294e90a01 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair No.f9448c04fb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input247451205-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 0)-(Pair None None None None)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 0)' --level 1 --trace-stack storage (Pair None None None None) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input250545589-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input250545589-.out index 8c0c567f8b522cdb8842227642204cdc176f49d4..5d630af45cad44b0568de6070dec1674b6e2513d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (S.ecc0e72cbb.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input250545589-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair -8 2)-(Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair -8 2)' --level 1 --trace-stack storage (Pair (Some (Pair -4 0)) (Some (Pair -4 0)) (Some (Pair 4 0)) (Some (Pair 4 0))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input79625541-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input79625541-.out index c2264d3c38d53f8301bc237ca63fdf521901047a..c432549dbe226bfefa7664a3d5e40ea822b8daec 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (.3caea50555.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv.tz--storage994417987--input79625541-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv.tz-(Pair None None None None)-(Pair 10 -3)-(Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv.tz on storage '(Pair None None None None)' and input '(Pair 10 -3)' --level 1 --trace-stack storage (Pair (Some (Pair -3 1)) (Some (Pair 3 1)) (Some (Pair -3 1)) (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out index 1bb53ecb173d520068bdd0b05b3dca3dc8176b00..679c6015e01c202708cdd48f1b5f07f2fadc87c1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input147133089-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 0))-(Right None)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 0))' --level 1 --trace-stack storage (Right None) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out index a93fb4ca65657293ac306c64bc251cc1060a834f..e9a13da7b8405c027adc33b72639b8671d772b6d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (S.44485eda6a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input215785357-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 3))-(Right (Some (Pair 3 1)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 3))' --level 1 --trace-stack storage (Right (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out index 364bd9bb643671c01845e42014b706c0b3a757a8..da52cb4f92062e3575618c048d5bf330149a1f86 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (So.f782cc1dec.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input389351431-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 10))-(Left (Some (Pair 1 0)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 10))' --level 1 --trace-stack storage (Left (Some (Pair 1 0))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out index 7fefdc617a2abe70602ce964188f63cda3813ccc..6d75d6371b1718bd0340aa180b4f90f2207bb30a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input44513000-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 0))-(Left None)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 0))' --level 1 --trace-stack storage (Left None) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out index df74d657f0de2f3912ef197cfeb916d7e66da81b..1cc3460b5c3ed2abac8aba9fb9df8fe78a8c7648 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Som.016b4db96c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input635398196-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Left 3))-(Left (Some (Pair 3 1)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Left 3))' --level 1 --trace-stack storage (Left (Some (Pair 3 1))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out index 57d1e4f4225cf5ac3bfa70cc285450f0cb25fe4e..87f955ca2d7588e4519eca04da3f1dd278d0ac4a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (.e705a30e07.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input734264738-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 10 (Right 10))-(Right (Some (Pair 1 0)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 10 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 1 0))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out similarity index 81% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out index 3215ce25fb70e48c66f6e6d76e7c00fa9ec36536..b85e3efb6fdbd70062b746d4a1e483fa1d6aa5b9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (S.8ab987af15.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ediv_mutez.tz--storage977883604--input993071382-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ediv_mutez.tz-(Left None)-(Pair 5 (Right 10))-(Right (Some (Pair 0 5)))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ediv_mutez.tz on storage '(Left None)' and input '(Pair 5 (Right 10))' --level 1 --trace-stack storage (Right (Some (Pair 0 5))) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -emit.tz--storage125992234--input125992234-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -emit.tz--storage125992234--input125992234-.out index 87424cccd6a49f93b471da3a51568a285609a289..af5e07fb8a00c4fee9d32a68be9d6a1cb1adb729 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -emit.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[emit.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/emit.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -empty_map.tz--storage457300675--input125992234-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -empty_map.tz--storage457300675--input125992234-.out index eae3b2c7a265b19c2c67d1b790dd474b3bed72b0..204223e2769905da200b38979d3ae0bb8df11b9f 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt \"hello\" \"world\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -empty_map.tz--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[empty_map.tz-{}-Unit-{ Elt "hello" "world" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/empty_map.tz on storage '{}' and input Unit --level 1 --trace-stack storage { Elt "hello" "world" } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -exec_concat.tz--storage398998998--input246262487-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -exec_concat.tz--storage398998998--input246262487-.out index da89dcb8f0d8a337887750e85422d54fa7c94542..92d2eb4ca8eed2452b927c41aa3f443f3b058dee 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"test\"-\"test_abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -exec_concat.tz--storage398998998--input246262487-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[exec_concat.tz-"?"-"test"-"test_abc"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/exec_concat.tz on storage '"?"' and input '"test"' --level 1 --trace-stack storage "test_abc" emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -exec_concat.tz--storage398998998--input79230375-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -exec_concat.tz--storage398998998--input79230375-.out index bb95b998a1dd395ea1f5e61e8b13f61805c09022..250ec7ad16e47cfdfeacffe1cb96bea15deeaa1c 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[exec_concat.tz-\"?\"-\"\"-\"_abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -exec_concat.tz--storage398998998--input79230375-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[exec_concat.tz-"?"-""-"_abc"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/exec_concat.tz on storage '"?"' and input '""' --level 1 --trace-stack storage "_abc" emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -first.tz--storage492856247--input478406404-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -first.tz--storage492856247--input478406404-.out index 7b636b6f3b1f32026c66918ddd5865f58d19a2d4..8e3ce12916705e2ffb8e3def230c2db7f9aabaa9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -first.tz--storage492856247--input478406404-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[first.tz-111-{ 4 }-4] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/first.tz on storage 111 and input '{ 4 }' --level 1 --trace-stack storage 4 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -first.tz--storage492856247--input962874972-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -first.tz--storage492856247--input962874972-.out index 3c9175092efa5e25127238a7c9be9d9f59f5f455..8611d0b14886f312f8ecbfb20d4a6a838df63bd8 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -first.tz--storage492856247--input962874972-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[first.tz-111-{ 1 ; 2 ; 3 ; 4 }-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/first.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out similarity index 78% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out index cfd0fc836e0a92460878343aabf9094b9e9b8647..f97b9df4ee16218066ec2553ee2d29fc2e1e6310 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"hello\" 4 })-\"he.c1b4e1d6dc.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage1026405794--input329240220-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "hello" 4 })-"hello"-(Pair (Some 4) {})] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) {}) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out similarity index 78% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out index f0a9b722884b07bca3bd8e0dcdbf6db6fa16dcea..ceedff27280329b7cf9f0ee30b1768e76fb1b270 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-\"hello\"-(Pair .161d86cef6.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage382368661--input329240220-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 4) {})-"hello"-(Pair None { Elt "hello" 4 })] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair (Some 4) {})' and input '"hello"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out index 0251a2f1cc70b4ea658046d8253b6feb417689b0..54a6923ed792c77b10b848e6bf6d9897207ae131 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).d49817fb83.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage496578814--input329240220-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt "hello" 4 })-"hello"-(Pair (Some 4) { Elt "hello" 5 })] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some 4) { Elt "hello" 5 }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out similarity index 80% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out index 1dfe48d4ca88eeb8493f8b6c29f0491cac86b696..45eb4b5a80922fc2083dc0b69543a21a4c053341 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt \"hello\" 4 }).684ab7e326.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage496578814--input507231566-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair (Some 5) { Elt "hello" 4 })-"hi"-(Pair None { Elt "hello" 4 ; Elt "hi" 5 })] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair (Some 5) { Elt "hello" 4 })' and input '"hi"' --level 1 --trace-stack storage (Pair None { Elt "hello" 4 ; Elt "hi" 5 }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out similarity index 77% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out index 940192b610789d9a54d00b6a9d99b82e9cfd570d..4841fe6cff9b06e17c90820bba9b8dc8c29f2521 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-\"hello\"-(Pair None {})].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage547821324--input329240220-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None {})-"hello"-(Pair None {})] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair None {})' and input '"hello"' --level 1 --trace-stack storage (Pair None {}) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out index 4978a1d84057cce6c32338ec0cd6d2960283e422..daed9de3bf5310d51c5e4b376039069601de0124 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .6900b1da14.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage796012494--input156280093-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "1" 1 ; Elt "2" 2 })-"1"-(Pair (Some 1) { Elt "2" 2 })1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"1"' --level 1 --trace-stack storage (Pair (Some 1) { Elt "2" 2 }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out similarity index 60% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out index e8030bd0931280b5b72d4b8d5a9c799cf11f5006..5856997820830bcfd6a7d2102bc03b365a87a32e 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt \"1\" 1 ; .bca0ede8be.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_and_update_map.tz--storage796012494--input228164856-.out @@ -1,16 +1,16 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_and_update_map.tz-(Pair None { Elt "1" 1 ; Elt "2" 2 })-"1"-(Pair (Some 1) { Elt "2" 2 })0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_and_update_map.tz on storage '(Pair None { Elt "1" 1 ; Elt "2" 2 })' and input '"2"' --level 1 --trace-stack storage - (Pair (Some 1) { Elt "2" 2 }) + (Pair (Some 2) { Elt "1" 1 }) emitted operations big_map diff trace - location: 13 (remaining gas: 1039991.412 units remaining) - [ (Pair "1" None { Elt "1" 1 ; Elt "2" 2 }) ] + [ (Pair "2" None { Elt "1" 1 ; Elt "2" 2 }) ] - location: 13 (remaining gas: 1039991.402 units remaining) - [ "1" + [ "2" (Pair None { Elt "1" 1 ; Elt "2" 2 }) ] - location: 14 (remaining gas: 1039991.402 units remaining) [ (Pair None { Elt "1" 1 ; Elt "2" 2 }) ] @@ -18,17 +18,17 @@ trace [ None { Elt "1" 1 ; Elt "2" 2 } ] - location: 14 (remaining gas: 1039991.367 units remaining) - [ "1" + [ "2" None { Elt "1" 1 ; Elt "2" 2 } ] - location: 17 (remaining gas: 1039991.278 units remaining) - [ (Some 1) - { Elt "2" 2 } ] + [ (Some 2) + { Elt "1" 1 } ] - location: 18 (remaining gas: 1039991.268 units remaining) - [ (Pair (Some 1) { Elt "2" 2 }) ] + [ (Pair (Some 2) { Elt "1" 1 }) ] - location: 19 (remaining gas: 1039991.258 units remaining) [ {} - (Pair (Some 1) { Elt "2" 2 }) ] + (Pair (Some 2) { Elt "1" 1 }) ] - location: 21 (remaining gas: 1039991.248 units remaining) - [ (Pair {} (Some 1) { Elt "2" 2 }) ] + [ (Pair {} (Some 2) { Elt "1" 1 }) ] diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage139236239--input329240220-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage139236239--input329240220-.out index db4aafb8476ced41ea7950ff3b7b8b9768eb62ee..da357d2801f493213f0885cb4752b2fcc097eae0 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"hell.cc45544c66.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage139236239--input329240220-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "hello" "hi" })-"hello"-(Pair (Some "hi") { Elt "hello" "hi" })] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '"hello"' --level 1 --trace-stack storage (Pair (Some "hi") { Elt "hello" "hi" }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage139236239--input79230375-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage139236239--input79230375-.out index 9f108e1e1407e8ef8dad455b68173d42c116aab0..becb43d800e1b4d7ea31b85d9bead8e551102460 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"hello\" \"hi\" })-\"\"-(P.0c03056487.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage139236239--input79230375-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "hello" "hi" })-""-(Pair None { Elt "hello" "hi" })] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_map_value.tz on storage '(Pair None { Elt "hello" "hi" })' and input '""' --level 1 --trace-stack storage (Pair None { Elt "hello" "hi" }) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage329396864--input156280093-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage329396864--input156280093-.out index 547fe173d1977ccf73f53f03be6c884ef1386ee6..b5aa08bbf1eb4b54efce60f384cb5a37bb1ea2f3 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt \"1\" \"one\" ; .bc4127094e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -get_map_value.tz--storage329396864--input156280093-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[get_map_value.tz-(Pair None { Elt "1" "one" ; Elt "2" "two" })-"1"-(Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" })] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/get_map_value.tz on storage '(Pair None { Elt "1" "one" ; Elt "2" "two" })' and input '"1"' --level 1 --trace-stack storage (Pair (Some "one") { Elt "1" "one" ; Elt "2" "two" }) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_key.tz--storage921624073--input1040351577-.out similarity index 74% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_key.tz--storage921624073--input1040351577-.out index b9a05fc2cc696c6161ee0eef09e9eb90e2d54b34..253e3f731a047cf2b5e354ea062b13f5c4123e16 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAb.613ad6b637.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_key.tz--storage921624073--input1040351577-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_key.tz-None-"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"-(Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/hash_key.tz on storage None and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Some "tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_key.tz--storage921624073--input153350004-.out similarity index 74% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_key.tz--storage921624073--input153350004-.out index b9ca7b9aafedb1082414832b97e5f1d7da4fac2a..c3a0fbe65ade47031a30460b388fef02076af384 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_key.tz-None-\"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTa.da50984e8d.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_key.tz--storage921624073--input153350004-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_key.tz-None-"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"-(Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/hash_key.tz on storage None and input '"edpkuJqtDcA2m2muMxViSM47MPsGQzmyjnNTawUPqR8vZTAMcx61ES"' --level 1 --trace-stack storage (Some "tz1XPTDmvT3vVE5Uunngmixm7gj7zmdbPq6k") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_string.tz--storage151303925--input3431716-.out similarity index 77% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_string.tz--storage151303925--input3431716-.out index a3bdd42f84470baa0a863e769d0dc5fe8eafeca8..196db2332dd91b2f8bc682416154f6684ed93d41 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"abcdefg\"-0x46fdbcb4ea4eadad5615cda.acc82cd954.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_string.tz--storage151303925--input3431716-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-"abcdefg"-0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/hash_string.tz on storage 0x00 and input '"abcdefg"' --level 1 --trace-stack storage 0x46fdbcb4ea4eadad5615cdaa17d67f783e01e21149ce2b27de497600b4cd8f4e emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_string.tz--storage151303925--input535018041-.out similarity index 77% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_string.tz--storage151303925--input535018041-.out index f2bdc069783a7e9877852196bf4a9f022f2cae00..42e83d945326b9094e8ec301f4b5b8fa4821fba4 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-\"12345\"-0xb4c26c20de52a4eaf0d8a340d.2bba28b0bf.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -hash_string.tz--storage151303925--input535018041-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[hash_string.tz-0x00-"12345"-0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/hash_string.tz on storage 0x00 and input '"12345"' --level 1 --trace-stack storage 0xb4c26c20de52a4eaf0d8a340db47ad8cb1e74049570859c9a9a3952b204c772f emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if.tz--storage921624073--input570553153-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if.tz--storage921624073--input570553153-.out index f543f5aac66656aa97cd6620de3da39019dd2e0e..fd230c2009f1111487fe220cdf0d6bc81d68dd9d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if.tz--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if.tz-None-False-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/if.tz on storage None and input False --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if.tz--storage921624073--input954397288-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if.tz--storage921624073--input954397288-.out index 23dd3582bc15d0b8fbed04f9bb958138dba43042..362f6ab674d7102f6521beac271d2c3b4a0a2513 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if.tz--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if.tz-None-True-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/if.tz on storage None and input True --level 1 --trace-stack storage (Some True) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if_some.tz--storage398998998--input288201633-.out similarity index 70% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if_some.tz--storage398998998--input288201633-.out index 2f85559f53f665241f5bd42ed19106083e75b98c..1963802681c7a85868ff979fad4dcb0d7012dec3 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-(Some \"hello\")-\"hello\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if_some.tz--storage398998998--input288201633-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if_some.tz-"?"-(Some "hello")-"hello"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/if_some.tz on storage '"?"' and input '(Some "hello")' --level 1 --trace-stack storage "hello" emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if_some.tz--storage398998998--input921624073-.out similarity index 72% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if_some.tz--storage398998998--input921624073-.out index 6b6a5af32fd5f90abe7827b07d344d3cbb7ca675..d679a3d030a1d8b8c644b333598745796d26c70d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[if_some.tz-\"?\"-None-\"\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -if_some.tz--storage398998998--input921624073-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[if_some.tz-"?"-None-""] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/if_some.tz on storage '"?"' and input None --level 1 --trace-stack storage "" emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input453441034-.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input453441034-.out index fbd218f894b89b30cf4b7953459980340b700f25..d1803384612848f1a16980fd43f5c84039b652d9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input453441034-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-1-(Some 1)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/int.tz on storage None and input 1 --level 1 --trace-stack storage (Some 1) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input535454136-.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input535454136-.out index ef87e104df97525b39b8ba07402f178f5167b7a3..f5fe2eb8b83d6801d842b8407c89a46aaba793ee 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input535454136-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-9999-(Some 9999)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/int.tz on storage None and input 9999 --level 1 --trace-stack storage (Some 9999) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input680650890-.out similarity index 71% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input680650890-.out index 7edbbbf5441090c97db702b15a875b9254d67be3..54c0163dcb99bdbec740b6d1a7d811e7d4f978f4 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -int.tz--storage921624073--input680650890-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[int.tz-None-0-(Some 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/int.tz on storage None and input 0 --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -keccak.tz--storage921624073--input1008262038-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -keccak.tz--storage921624073--input1008262038-.out index 70601d8d2eb2907720dfffa3da3b43a0b546773a..664a3a183b748ce69aa0f6468a529fe31a03e128 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e.34c02678c9.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -keccak.tz--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[keccak.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/keccak.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xb6e16d27ac5ab427a7f68900ac5559ce272dc6c37c82b3e052246c82244c50e4) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -left_right.tz--storage4177631--input202098045-.out similarity index 73% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -left_right.tz--storage4177631--input202098045-.out index edd8db4ef9be6e91f4a227a0021be688ae3017eb..3abbb60f6343b8b0cc0042ae458e09dd65798f22 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Left True)-(Right True)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -left_right.tz--storage4177631--input202098045-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[left_right.tz-(Left "X")-(Left True)-(Right True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/left_right.tz on storage '(Left "X")' and input '(Left True)' --level 1 --trace-stack storage (Right True) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -left_right.tz--storage4177631--input44576556-.out similarity index 72% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -left_right.tz--storage4177631--input44576556-.out index 96b5b1197baf3629c55a3ced7ceb156d06448b92..b75f6c126ad12fc0defef8526d00dc630e584753 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[left_right.tz-(Left \"X\")-(Right \"a\")-(Left \"a\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -left_right.tz--storage4177631--input44576556-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[left_right.tz-(Left "X")-(Right "a")-(Left "a")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/left_right.tz on storage '(Left "X")' and input '(Right "a")' --level 1 --trace-stack storage (Left "a") emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -level.tz--storage492856247--input125992234-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -level.tz--storage492856247--input125992234-.out index a5b7dfd31e1ff5085375f71624da6aa5b27284cf..5d5202d3d28605918407dc6551e87157905253ae 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -level.tz--storage492856247--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[level.tz-111-Unit-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/level.tz on storage 111 and input Unit --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat.tz--storage717096222--input457300675-.out similarity index 73% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat.tz--storage717096222--input457300675-.out index a1aa2e5212cdc65cdf46d98a0ea5a562d99667cd..629cf3a661dfa4baece289d4e28a3706b4d87935 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{}-\"abc\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat.tz--storage717096222--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat.tz-"abc"-{}-"abc"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_concat.tz on storage '"abc"' and input '{}' --level 1 --trace-stack storage "abc" emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat.tz--storage717096222--input546523343-.out similarity index 74% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat.tz--storage717096222--input546523343-.out index 4435f98b9c0d13be22c832ed4bf1c9dc26d714f0..d2c2c8b73428f2e8782e2a2d24f1322cefe88e71 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat.tz-\"abc\"-{ \"d\" ; \"e\" ; \"f\" }-\"abcdef\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat.tz--storage717096222--input546523343-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat.tz-"abc"-{ "d" ; "e" ; "f" }-"abcdef"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_concat.tz on storage '"abc"' and input '{ "d" ; "e" ; "f" }' --level 1 --trace-stack storage "abcdef" emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out index 95ccb72d1ab89b972615d4bbef96f9a9c82ea09b..8a1118d4514db9071de403067c564fc7e49125e2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage149262694--input220724351-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{ 0x00 ; 0x11 ; 0x00 }-0x001100] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_concat_bytes.tz on storage 0x and input '{ 0x00 ; 0x11 ; 0x00 }' --level 1 --trace-stack storage 0x001100 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out similarity index 72% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out index 78470bc1ca308d92d0146308c3627407011e789a..5f428b9d5023f76acc08847bc5e73b8872fae124 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage149262694--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x-{}-0x] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_concat_bytes.tz on storage 0x and input '{}' --level 1 --trace-stack storage 0x emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out index ba579f93fc9aa8d302b52a1c086a1ed092fcadf8..acb19e2e5eac50d6d006987c6285be31c112932c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage65410082--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0xabcd-{}-0xabcd] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_concat_bytes.tz on storage 0xabcd and input '{}' --level 1 --trace-stack storage 0xabcd emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out index f0601d42b1a684321b197b252668edb3d8dd143b..fa7ef5cec6e37687a304e8283ae813600f354025 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_concat_bytes.tz--storage726220441--input972761363-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_concat_bytes.tz-0x00ab-{ 0xcd ; 0xef ; 0x00 }-0x00abcdef00] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_concat_bytes.tz on storage 0x00ab and input '{ 0xcd ; 0xef ; 0x00 }' --level 1 --trace-stack storage 0x00abcdef00 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input264787654-.out similarity index 65% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input264787654-.out index 5309f8be5bbeaf5effc0c787f8639a5dcdc76839..4f7b8a23f3d96c705997fd14920afe33c4e1ffac 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_id.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input457300675-.out similarity index 62% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input457300675-.out index 63a96e65e07ef7b4e7f47201717125578b63d49d..7c8214ace558a8897cf35c0ce950951e10c876f3 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_id.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input656499821-.out similarity index 65% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input656499821-.out index 58ce0760815e9742e3757c999c17933d5954df39..07e05afe28c00d41b411d76f83750316d891f35b 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id.tz--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id.tz-{""}-{ "1" ; "2" ; "3" }-{ "1" ; "2" ; "3" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_id.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input264787654-.out similarity index 75% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input264787654-.out index ee4b2b0380b1fe4d16fbf05a80aeddf1a36613a2..0006ba33e76d32bf2e9f1cf399b257c74e83b4a8 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input264787654-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_id_map.tz on storage '{""}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input457300675-.out similarity index 65% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input457300675-.out index 46f14f498c9385e52e5da6375c5d42cf7f9410fe..31f5df7363f931d568745ca5d38e4ad2851917dd 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_id_map.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input656499821-.out similarity index 75% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input656499821-.out index 0e41317356786f588b4cec86f7c85fbdea579531..6cff47f88130ac3e0b42747ecb16f939dbf2c879 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_id_map.tz-{\"\"}-{ \"1\" ; \"2\" ; \"3\" }-{ \"1\" ; \"2\" ; \"3\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_id_map.tz--storage528921618--input656499821-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_id_map.tz-{""}-{ "1" ; "2" ; "3" }-{ "1" ; "2" ; "3" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_id_map.tz on storage '{""}' and input '{ "1" ; "2" ; "3" }' --level 1 --trace-stack storage { "1" ; "2" ; "3" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_iter.tz--storage680650890--input568817463-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_iter.tz--storage680650890--input568817463-.out index a5cbda193a324ec859aaec5fc832cfafd4b210b7..62db9df058709ec0130104dbada470df87070ee7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_iter.tz--storage680650890--input568817463-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 10 ; 2 ; 1 }-20] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_iter.tz on storage 0 and input '{ 10 ; 2 ; 1 }' --level 1 --trace-stack storage 20 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_iter.tz--storage680650890--input737923774-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_iter.tz--storage680650890--input737923774-.out index cf423da068e0cefdca46f5dc15720176e0cb714a..a28953f75ba51c63aadd0197fb352d707bc7ae14 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_iter.tz--storage680650890--input737923774-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_iter.tz-0-{ 3 ; 6 ; 9 }-162] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_iter.tz on storage 0 and input '{ 3 ; 6 ; 9 }' --level 1 --trace-stack storage 162 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input457300675-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input457300675-.out index 6a4ab7dbd4a4116beef00fba02504850707d6015..c2a3ef09447456f659e29e9607dc51a6ed44a022 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_map_block.tz on storage '{0}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input648737279-.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input648737279-.out index 4436ffae6f3d4101f9b7a980c025ee338f10706a..cb28d91d2b1c53de128a785ed7bbf4750ba77e53 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input648737279-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 2 ; 3 ; 0 }-{ 1 ; 3 ; 5 ; 3 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 2 ; 3 ; 0 }' --level 1 --trace-stack storage { 1 ; 3 ; 5 ; 3 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input908379154-.out similarity index 93% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input908379154-.out index fb4eae4ae3ad171b5ecbebcfa8a95bfd6dc5bffe..45bc43f35e940ad2c72e9819a7efa7f6313f92ae 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_map_block.tz--storage907453363--input908379154-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_map_block.tz-{0}-{ 1 ; 1 ; 1 ; 1 }-{ 1 ; 2 ; 3 ; 4 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_map_block.tz on storage '{0}' and input '{ 1 ; 1 ; 1 ; 1 }' --level 1 --trace-stack storage { 1 ; 2 ; 3 ; 4 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input403499055-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input403499055-.out index 1224fb4375f2ae226ac56e8b138a238267c6228c..2698e6aa6ef3ef63c377a8ca5e589506f0c1a9fa 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input457300675-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input457300675-.out index 7935459b311e69990b06ea6126d10a431fa7c7a2..56e06f58170eb47b452e32094cb1aff024e4696e 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{}-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input469078912-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input469078912-.out index dc4e4fdfec4f0cbcf3ca2a0decfffd63b5f9ab71..d033be6c8d40c5beab079f0a05fe37382cd1d4b8 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 ; 2 ; 3 }-3] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input802622031-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input802622031-.out index 7326835619013feb38b7be14007f93e16b4fd1e5..335d49b89e344fd8670935bac76ae06ad183c0d5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -list_size.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[list_size.tz-111-{ 1 }-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/list_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -loop_left.tz--storage528921618--input457300675-.out similarity index 86% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -loop_left.tz--storage528921618--input457300675-.out index 496d229d68e027a7ffc8c69e689f19bd909ad7ae..cbc3021ff63f5ad284c433862a4fb53467ddd02d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -loop_left.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[loop_left.tz-{""}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/loop_left.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -loop_left.tz--storage528921618--input851203613-.out similarity index 96% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -loop_left.tz--storage528921618--input851203613-.out index effd9bd3da57ea688cbb2d3b91035b42cfb58a2a..77faf5ae1f1c9dac6793baadeaf6214be56de8a0 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[loop_left.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -loop_left.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[loop_left.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/loop_left.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input1027566226-.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input1027566226-.out index 9980075acdc28d5f84bab95f68ae2a46689987fa..f2060aaf243a00d32a0e5939c184374ba3595de5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input1027566226-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 }-{ Elt 0 0 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 }' --level 1 --trace-stack storage { Elt 0 0 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input276660554-.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input276660554-.out index 788789db40db74de132ff9ead95ab1ba390001e1..cf12f5a001a217628afc94f66d2b859736991006 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input276660554-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 0 ; Elt 3 4 }-{ Elt 0 0 ; Elt 3 4 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 0 ; Elt 3 4 }' --level 1 --trace-stack storage { Elt 0 0 ; Elt 3 4 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input599923743-.out similarity index 64% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input599923743-.out index 5fcdf552f356a1d21ebe7f42e6fed60e52d9c665..e2953eaf344de6286e6cd7f32fe6e3180674140b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_id.tz--storage457300675--input599923743-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_id.tz-{}-{ Elt 0 1 }-{ Elt 0 1 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_id.tz on storage '{}' and input '{ Elt 0 1 }' --level 1 --trace-stack storage { Elt 0 1 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_iter.tz--storage1011138251--input403579222-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_iter.tz--storage1011138251--input403579222-.out index 71caaed39776837bd09aedb05be7ff8dcaff9019..8a9800f5ebb5544d574440e2cd7096ea101ad3dd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_iter.tz--storage1011138251--input403579222-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 1 1 ; Elt 2 100 }-(Pair 3 101)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 1 1 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 3 101) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_iter.tz--storage1011138251--input532072758-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_iter.tz--storage1011138251--input532072758-.out index 9175d72a5b822c97aa8523eed26784a9cbf4a5aa..069cc5dced35b155c3b1393dbb7895fd2e3d606c 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_iter.tz--storage1011138251--input532072758-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_iter.tz-(Pair 0 0)-{ Elt 0 100 ; Elt 2 100 }-(Pair 2 200)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_iter.tz on storage '(Pair 0 0)' and input '{ Elt 0 100 ; Elt 2 100 }' --level 1 --trace-stack storage (Pair 2 200) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage457300675--input798141440-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage457300675--input798141440-.out index 4d9549e2c3de56b207c333975967b39c7a98511b..2a9fb7600d559f598b24c2d8af33089b002ac5be 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage457300675--input798141440-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{}-10-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_map.tz on storage '{}' and input 10 --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage794999348--input152441147-.out similarity index 88% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage794999348--input152441147-.out index 9ff08875da2b34fb57325cb5ef54edcfe897c734..60a1fb2fce34d7361fa3ba56a400daeb6357f6d5 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"bar\" 5 ; Elt \"foo\" 1 }-15-{ Elt \"bar\".12b9d73d5a.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage794999348--input152441147-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt "bar" 5 ; Elt "foo" 1 }-15-{ Elt "bar" 20 ; Elt "foo" 16 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_map.tz on storage '{ Elt "bar" 5 ; Elt "foo" 1 }' and input 15 --level 1 --trace-stack storage { Elt "bar" 20 ; Elt "foo" 16 } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage88008216--input798141440-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage88008216--input798141440-.out index 84dfacac48bc645f71421d404e52078714905928..21c0d2908a50ef651b733029c4c43e9f79f0d81b 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt \"foo\" 1 }-10-{ Elt \"foo\" 11 }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_map.tz--storage88008216--input798141440-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_map.tz-{ Elt "foo" 1 }-10-{ Elt "foo" 11 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_map.tz on storage '{ Elt "foo" 1 }' and input 10 --level 1 --trace-stack storage { Elt "foo" 11 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out index 473ced4a61d6a4b963c5dc478aaeec4ac074e947..e86ac245f2dfbb7e3b8806f9707a07dfe5dc32d6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage495706788--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair {} None)-1-(Pair {} (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_nat.tz on storage '(Pair {} None)' and input 1 --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out index 785fb733d040c168f276651f54e0f4ff26961c03..8ad2939856177dc98d0f059f04303eed8a4c9be1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pa.1a55a5bfa5.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-1-(Pair { Elt 1 4 ; Elt 2 11 } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out index 3ed563b0facf7d12bc4c367dfb3904c6cf7bcf30..c417e754a29c75cf93c2eb19f2d871f2d0d21a83 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pa.89cc24d256.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input564400327-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-2-(Pair { Elt 1 4 ; Elt 2 11 } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 2 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out index 5f298f06a2729fde45a1b74da90e6543af007309..c8515070451663ef46fd5b9220df90f6f64a9aef 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pa.2fba3165c0.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage56274299--input654274102-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 4 ; Elt 2 11 } None)-3-(Pair { Elt 1 4 ; Elt 2 11 } (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 4 ; Elt 2 11 } None)' and input 3 --level 1 --trace-stack storage (Pair { Elt 1 4 ; Elt 2 11 } (Some False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out index 2eb822683761546e30c0b428b9732e3e131b78e7..752a166dd62843f29f286205ef02546ba36d195d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 .cef8ce601a.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage690637660--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 1 0 } None)-1-(Pair { Elt 1 0 } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_nat.tz on storage '(Pair { Elt 1 0 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 1 0 } (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out similarity index 83% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out index dbff6f5b7031f8d384d27c0e8f68e221e541ffe9..9c6002fb90f39c14f554e18170285b8c62e5b532 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 .7396e5f090.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_nat.tz--storage806237530--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_nat.tz-(Pair { Elt 0 1 } None)-1-(Pair { Elt 0 1 } (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_nat.tz on storage '(Pair { Elt 0 1 } None)' and input 1 --level 1 --trace-stack storage (Pair { Elt 0 1 } (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out index 1c10b244b04e7abede01bee32b622b235eac22b6..1f7adb1cccc307de4ec23ed6248df98849cf76f5 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .c7716fe79e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input1071610051-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"baz"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"baz"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input700475845-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input700475845-.out index e4b676914352eead7c7630509f004fd50cd1c72f..4bcd4c83cc87ea1d2cbb5d8b76454cddef4f1c47 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .6d625e02a5.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input700475845-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"bar"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input905318451-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input905318451-.out index 24818c497352f34483f3da7441e7bf784fa8f783..c661b383b337e14844a325cf39268e9bba31723d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"bar\" 4 ; Elt \"foo\" 11 } .a7e3837a82.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage109689253--input905318451-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)-"foo"-(Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_string.tz on storage '(Pair { Elt "bar" 4 ; Elt "foo" 11 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "bar" 4 ; Elt "foo" 11 } (Some True)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage495706788--input700475845-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage495706788--input700475845-.out index 019a9ec8b02efd5d3a4ee76bf7f16f3fad7553bb..fb5d1a678a7b4841f7d14f33b4f5aa77d118bfb9 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-\"bar\"-(Pair {} (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage495706788--input700475845-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair {} None)-"bar"-(Pair {} (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_string.tz on storage '(Pair {} None)' and input '"bar"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage915708427--input700475845-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage915708427--input700475845-.out index ef6ae982725bf33b417486fce2668016e75b53c8..768d257e76428ed8cd11f5b3357b6dbf0614754c 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 1 } None)-\"bar\"-(Pa.fa8366e8a8.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage915708427--input700475845-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "foo" 1 } None)-"bar"-(Pair { Elt "foo" 1 } (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 1 } None)' and input '"bar"' --level 1 --trace-stack storage (Pair { Elt "foo" 1 } (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage936682951--input905318451-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage936682951--input905318451-.out index 39e1c771b3aa3f9c59a37e14c0b46b115202baa2..d72cebeb1459ed8b633c3132a82a41a84ddf3dbf 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt \"foo\" 0 } None)-\"foo\"-(Pa.7861a3b1e2.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_mem_string.tz--storage936682951--input905318451-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_mem_string.tz-(Pair { Elt "foo" 0 } None)-"foo"-(Pair { Elt "foo" 0 } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_mem_string.tz on storage '(Pair { Elt "foo" 0 } None)' and input '"foo"' --level 1 --trace-stack storage (Pair { Elt "foo" 0 } (Some True)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input15265129-.out similarity index 66% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input15265129-.out index 82811a27aa95c94922b3040d04c55542574e0f60..8d3694916e092f867ad1e97045aa25f124f3f32e 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 }-1].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input15265129-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 }-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input158311065-.out similarity index 66% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input158311065-.out index b88fcc66fa8ec0d63a0fc3e688ce1b5689b22f50..7c11e2bb2ec18053c7f8f84281af1f5677dfc90f 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 }-3].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input158311065-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }-3] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input456982702-.out similarity index 66% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input456982702-.out index b8bcb762401a6ca50483713afa049b3f2666b1f0..1c0519d387ef702d21ad37f1a40c412fedbbe4f0 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt \"a\" 1 ; Elt \"b\" 2 ; Elt \"c\" 3 ; .1da2c2c3fa.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input456982702-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }-6] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_size.tz on storage 111 and input '{ Elt "a" 1 ; Elt "b" 2 ; Elt "c" 3 ; Elt "d" 4 ; Elt "e" 5 ; Elt "f" 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input457300675-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input457300675-.out index 341500f4f806f4f1cefc6961cc46518059feaa30..6ed106418b150843b3de74a26811b53ecf2eb846 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -map_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[map_size.tz-111-{}-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/map_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mul.tz--storage125992234--input125992234-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mul.tz--storage125992234--input125992234-.out index edfb27a49be86bd42ed734df4dcd851ced0041e9..e09cdfa3b24be31c202f2d9e155753e807dd1f7f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mul.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mul.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/mul.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out index eb0c97a3b06d9a75d9ba8df41c45e722abca1569..c8ac76c85109fa6bd0a75ed0edf9bd4d074e041f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000.be11332c7f.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mutez_to_bls12_381_fr.tz--storage151303925--input216277421-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x00-257-0x0101000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/mutez_to_bls12_381_fr.tz on storage 0x00 and input 257 --level 1 --trace-stack storage 0x0101000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out index 73d701525f04e93e604ff737a4df43261a35d027..10690fa32cb71fa6b235c939fcefdc9df7d47354 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x10000000000000000000.8230fb4fac.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -mutez_to_bls12_381_fr.tz--storage287799761--input485842614-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[mutez_to_bls12_381_fr.tz-0x02-16-0x1000000000000000000000000000000000000000000000000000000000000000] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/mutez_to_bls12_381_fr.tz on storage 0x02 and input 16 --level 1 --trace-stack storage 0x1000000000000000000000000000000000000000000000000000000000000000 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input1067298059-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input1067298059-.out index b0cb37c70070c187e5c8d0374a0d7692c5bac8b4..62a338086bcd62c66b95e61e5680e55de6c390e2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input1067298059-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left -2)-2] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/neg.tz on storage 0 and input '(Left -2)' --level 1 --trace-stack storage 2 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input380029349-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input380029349-.out index b03edd453078980d8c1497b23eaaf23c4791c831..04d2e593da3dc604d10e2ff4d683c60c32fb6aeb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input380029349-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 2)--2] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/neg.tz on storage 0 and input '(Right 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input563503226-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input563503226-.out index a50f21a597ea56958228f9cc562a9f9adbef540d..38319cac26ddc15390d9b399e74035f0e2b73f69 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input563503226-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 2)--2] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/neg.tz on storage 0 and input '(Left 2)' --level 1 --trace-stack storage -2 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input788662499-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input788662499-.out index 51008efebf0fcfb9373bb75c322d645670a6a778..96a3e51fdedef6d7a5d4ae5c6b51bb7cc105ca4d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input788662499-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Right 0)-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/neg.tz on storage 0 and input '(Right 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input972832189-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input972832189-.out index 5f3f044454670bc110d5110591b728d4f066ee57..52821ace113a363436d514c4977820267fae0267 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -neg.tz--storage680650890--input972832189-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[neg.tz-0-(Left 0)-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/neg.tz on storage 0 and input '(Left 0)' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -none.tz--storage11179311--input125992234-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -none.tz--storage11179311--input125992234-.out index 8491c4ed69a690f2b527c47c5b4b1709d82d0e50..39b096b334fe048f2841483a62e3f75e883992dd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -none.tz--storage11179311--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[none.tz-Some 10-Unit-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/none.tz on storage 'Some 10' and input Unit --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not.tz--storage921624073--input570553153-.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not.tz--storage921624073--input570553153-.out index d39d34860050c8708472cfa2775120a13608c21d..7fa51aac7a6740ada64563305a1f88f31b6c85cb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not.tz--storage921624073--input570553153-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not.tz-None-False-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not.tz on storage None and input False --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not.tz--storage921624073--input954397288-.out similarity index 71% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not.tz--storage921624073--input954397288-.out index 5f63450124d7760b6e8c43bb605839bdd958afb9..3c372f07a1408cef6a54800f18ccbde2398b3b6d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not.tz--storage921624073--input954397288-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not.tz-None-True-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not.tz on storage None and input True --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input1051197453-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input1051197453-.out index 9a04fb8e082225674d4880c7fba414af3e80a3ed..9fc8e7eac87e5c263bde5116070b5230cde2e2d9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input1051197453-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 8)-(Some -9)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Right 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input123939249-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input123939249-.out index 9575f9c0751af4f8cc4f30016b0acabb1fa25b24..f1a694626c9188e1849d93bd16ca61db75365676 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input123939249-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 7)-(Some -8)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Left 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input24243730-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input24243730-.out index bb53ce277e335b95053a0ee8943a6a2d0854a56a..67d24b3384b558fc4840fc8fe5726671116cb070 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input24243730-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -8)-(Some 7)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Left -8)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input518945720-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input518945720-.out index 42d79ab6ff9c11e4961e334854d849408105e60a..d6155480e10233eb7f0fb16abf4182ef66cea911 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input518945720-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 8)-(Some -9)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Left 8)' --level 1 --trace-stack storage (Some -9) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input788662499-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input788662499-.out index 035a2db7be74abf59dc3b81325210364a124f34a..22a86e18dbeba94f6356352a3a4fa2d73d83b0b1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input788662499-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 0)-(Some -1)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Right 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input906118781-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input906118781-.out index b0f0bb1c0c8f8c287a26d09036fd1eb99a577d83..86fff601f1f7a51d8f366f7f2d2f879602548653 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input906118781-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Right 7)-(Some -8)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Right 7)' --level 1 --trace-stack storage (Some -8) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input921874253-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input921874253-.out index a439b7eb3792544c15857a1d14ee35e204ddc09b..f4100bee95d4d9f4c98b1859648df3e4d7afdde2 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input921874253-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left -9)-(Some 8)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Left -9)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input972832189-.out similarity index 74% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input972832189-.out index af145e4a02f87df5b65c630bb653a9da7aa9f6b6..8a243375e030c8f302eb3ae02a26086142835e7f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -not_binary.tz--storage921624073--input972832189-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[not_binary.tz-None-(Left 0)-(Some -1)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/not_binary.tz on storage None and input '(Left 0)' --level 1 --trace-stack storage (Some -1) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input106930123-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input106930123-.out index 2d769c3d947b6d8d9e3a64eab1af3fd1ac4c979c..fa0c70273fd356e889609e884a65b6e52bd36efd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False True)-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input181204719-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input181204719-.out index 79a777adec8816a9cde0fb76f844ba1475649a03..61094b560da48e750e7085d7cdfa6a544cb4033b 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True False)-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input223774825-.out similarity index 80% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input223774825-.out index a5c250f183f8129772bbfe92ed9cccea4f343573..f23eef4bc0d769442fbac9033a73789b23bef22e 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair False False)-(Some False)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some False) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input908807505-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input908807505-.out index 86fc6e6a44c638c47342fb56a7d27a7e760333f1..8ba34f8dd221bfb8012e335a325fad3b0d0713cf 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or.tz-None-(Pair True True)-(Some True)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some True) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input1056991424-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input1056991424-.out index 83ea35c3be06eb6141ad84dcb4daa9f9bd30bf41..272ef1686b2e4e7a1c8b786f5207cb47727f95c5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input1056991424-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 0 8)-(Some 8)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or_binary.tz on storage None and input '(Pair 0 8)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input375993021-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input375993021-.out index 759e2725447d1d03b098114abd4f6c68d01929c2..1608b363bf89ffc98084d5d3e22ba1fa5e7118ea 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input375993021-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 14 1)-(Some 15)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or_binary.tz on storage None and input '(Pair 14 1)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input673240563-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input673240563-.out index 6b7d2dd398c9eadc74379864df9ffd85b01b7bd4..a5524dca609c9ecedc6526c125d62f7ca3b7ae8f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input673240563-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 8 0)-(Some 8)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or_binary.tz on storage None and input '(Pair 8 0)' --level 1 --trace-stack storage (Some 8) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input747448890-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input747448890-.out index dab7eae01f778b8596d38092590bc3e2504cf089..f2d4d3dfe665a449b256b1fb04cf4648756748bb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input747448890-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 7 7)-(Some 7)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or_binary.tz on storage None and input '(Pair 7 7)' --level 1 --trace-stack storage (Some 7) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input832403787-.out similarity index 73% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input832403787-.out index dafb28461f82ea8028db9357b574a8c7ed7333f3..32d7b425520d98e216ea2b03f4b39d317e7895dc 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input832403787-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 15 4)-(Some 15)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or_binary.tz on storage None and input '(Pair 15 4)' --level 1 --trace-stack storage (Some 15) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input858098961-.out similarity index 73% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input858098961-.out index 1d57422552cc585609d924d022538e26751d727d..8d0fbc5a6eed56ce64f8c43703a51fcdd89d6798 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -or_binary.tz--storage921624073--input858098961-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[or_binary.tz-None-(Pair 4 8)-(Some 12)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/or_binary.tz on storage None and input '(Pair 4 8)' --level 1 --trace-stack storage (Some 12) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out similarity index 98% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out index f2abcfa3384274b69d9cd4a9832460fd8555051d..6b48360d616a654580e933b214ea29e31aeb2cb0 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".368bdfd73a.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev.tz--storage125992234--input305844558-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))-Unit1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out similarity index 98% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out index 3f6daac045c2a03662517f08ffb2c27bde1169cc..10ff67442d0e2e91b7c7033a5e5c981097729fa6 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair \"foobar\".735d9ae802.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev.tz--storage125992234--input646365167-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev.tz-Unit-(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))-Unit0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/packunpack_rev.tz on storage Unit and input '(Pair -1 (Pair 1 (Pair "foobar" (Pair 0x00AABBCC (Pair 1000 (Pair False (Pair "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5" (Pair "2019-09-09T08:35:33Z" "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5"))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out similarity index 98% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out index 744efc29856e4303115ff6923d458aa89c414ccd..86fef8674f72f500b27cdf0f2c328f3751fe026a 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.1ac5de50fb.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev_cty.tz--storage125992234--input1028781121-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair (Some "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7") (Pair { Unit } (Pair { True } (Pair (Pair 19 10) (Pair (Left "tz1cxcwwnzENRdhe2Kb8ZdTrdNy4bFNyScx5") (Pair { Elt 0 "foo" ; Elt 1 "bar" } { PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out similarity index 98% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out index 15c0e68f1625c63b380d468e807fe13450137236..0dcf5af6ded96f18629b407d1564596cbf5c9e72 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair \"edpkuBknW28nW72KG6RoH.4e20b52378.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -packunpack_rev_cty.tz--storage125992234--input802670583-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[packunpack_rev_cty.tz-Unit-(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/packunpack_rev_cty.tz on storage Unit and input '(Pair "edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav" (Pair Unit (Pair "edsigthTzJ8X7MPmNeEwybRAvdxS1pupqcM5Mk4uCuyZAe7uEk68YpuGDeViW8wSXMrCi5CwoNgqs8V2w8ayB5dMJzrYCHhD8C7" (Pair None (Pair { } (Pair { } (Pair (Pair 40 -10) (Pair (Right "2019-09-09T08:35:33Z") (Pair { } { DUP ; DROP ; PACK } )))))))))' --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input106930123-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input106930123-.out index 474ca4987040c7ccb87b8a01e816c39497dd9d4e..f5809e4d15f46f228afc2beb885ec4e0f6f01d96 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input106930123-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False True)-(Some (Pair False True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/pair_id.tz on storage None and input '(Pair False True)' --level 1 --trace-stack storage (Some (Pair False True)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input181204719-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input181204719-.out index 7d072569feef38e14a35735218c4adbfedc9c9de..8ee590a9e4bf38f6be0ad8b65828241c7c0ca56f 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input181204719-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True False)-(Some (Pair True False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/pair_id.tz on storage None and input '(Pair True False)' --level 1 --trace-stack storage (Some (Pair True False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input223774825-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input223774825-.out index 4b56b280f45cd614f8a75c717b326fbf420eed2b..7712e8aeba06909a3f7685543cbde17ada0e4c2a 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input223774825-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair False False)-(Some (Pair False False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/pair_id.tz on storage None and input '(Pair False False)' --level 1 --trace-stack storage (Some (Pair False False)) emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input908807505-.out similarity index 70% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input908807505-.out index cc911a7e7952e12f4b71c881c1bbd8450c7bebe5..3d54b315d6ba319c4e4df7a8122c0c39e6f46ed9 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pair_id.tz--storage921624073--input908807505-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pair_id.tz-None-(Pair True True)-(Some (Pair True True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/pair_id.tz on storage None and input '(Pair True True)' --level 1 --trace-stack storage (Some (Pair True True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pexec.tz--storage256947135--input1050356042-.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pexec.tz--storage256947135--input1050356042-.out index cfca7c83fc00a56f9c9bd259289864b7dce60f4a..dc97f3f99c39d99806e7126921aa4aaefd343f93 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pexec.tz--storage256947135--input1050356042-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pexec.tz-14-38-52] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/pexec.tz on storage 14 and input 38 --level 1 --trace-stack storage 52 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pexec_2.tz--storage197120858--input179371027-.out similarity index 97% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pexec_2.tz--storage197120858--input179371027-.out index 79160116e64279105b1ede8461bd1ba313705337..ed0877e9410ba7f0b2a364a55216b3ca92c35298 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -pexec_2.tz--storage197120858--input179371027-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[pexec_2.tz-{ 0 ; 1 ; 2 ; 3}-4-{ 0 ; 7 ; 14 ; 21 }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/pexec_2.tz on storage '{ 0 ; 1 ; 2 ; 3}' and input 4 --level 1 --trace-stack storage { 0 ; 7 ; 14 ; 21 } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ret_int.tz--storage921624073--input125992234-.out similarity index 70% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ret_int.tz--storage921624073--input125992234-.out index 01e5d356bedc957e69976c7e88294246becb7892..6b190f2b9fb1fa99e67bdd2eaea787620175f37a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -ret_int.tz--storage921624073--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[ret_int.tz-None-Unit-(Some 300)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/ret_int.tz on storage None and input Unit --level 1 --trace-stack storage (Some 300) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse.tz--storage528921618--input457300675-.out similarity index 72% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse.tz--storage528921618--input457300675-.out index 6b72ce862a906cc9483732ee64b52a058fbe4c15..18435c8cf73708c2575124e9542a6da5c124c9bf 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse.tz-{""}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/reverse.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse.tz--storage528921618--input851203613-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse.tz--storage528921618--input851203613-.out index 09f889c29375057b432ede62815aec64d65e9f2d..905ed6728ebeaa35e3f9b8e543a8a32f987e40e4 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/reverse.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse_loop.tz--storage528921618--input457300675-.out similarity index 83% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse_loop.tz--storage528921618--input457300675-.out index 669c7913c0accd6db60f2b6685150160b5322c29..4f81e83805f61e71e97c37c857c1348cc31c74db 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{}-{}].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse_loop.tz--storage528921618--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{""}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/reverse_loop.tz on storage '{""}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse_loop.tz--storage528921618--input851203613-.out similarity index 93% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse_loop.tz--storage528921618--input851203613-.out index 8c9cea700e590790a62744c3631bd0efa39e3d41..807f87fcaf4d4556645de7b9633aa741a598abca 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{\"\"}-{ \"c\" ; \"b\" ; \"a\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -reverse_loop.tz--storage528921618--input851203613-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[reverse_loop.tz-{""}-{ "c" ; "b" ; "a" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/reverse_loop.tz on storage '{""}' and input '{ "c" ; "b" ; "a" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out similarity index 65% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out index b2edc6a4264e65ef0bc8b1ecc5322af4087fee3a..28affe77b85ff73f101243edac116380e6ca5c99 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sapling_empty_state.tz--storage457300675--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sapling_empty_state.tz-{}-Unit-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/sapling_empty_state.tz on storage '{}' and input Unit --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_address.tz--storage125992234--input125992234-.out similarity index 86% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_address.tz--storage125992234--input125992234-.out index b8eb92a769add0313ad996dd3ae93c4697b2bdb5..a505f8de65e2405d1e540feed26ff8f17e564693 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_address.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_address.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/self_address.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_with_default_entrypoint.tz--storage125992234--input125992234.out similarity index 87% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_with_default_entrypoint.tz--storage125992234--input125992234.out index 52b527a457515f02a31372ebc006e9ec4653c6d9..790a351b3de887d7abf7c7c7d316001ad95a00b7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_with_default_entrypoint.tz--storage125992234--input125992234.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_with_default_entrypoint.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/self_with_default_entrypoint.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out similarity index 94% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out index 40757dcec13a7d9b99b545fe16d4213a3acb3061..45df91bcab2fa8bf238feb67b6a2fb192bb23ccb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -self_with_entrypoint.tz--storage125992234--input289072903-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[self_with_entrypoint.tz-Unit-Left (Left 0)-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/self_with_entrypoint.tz on storage Unit and input 'Left (Left 0)' --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input620760059-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input620760059-.out index 5bb09e020ad73ec2916784f7151b5bfad2702f45..4c1c1be5561a4a197e36508bdc652c36790c7237 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"world\"-(Pair \"world\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input620760059-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-"world"-(Pair "world" 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"world"' --level 1 --trace-stack storage (Pair "world" 0) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input717096222-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input717096222-.out index 7d2574f1b318f839b9eb7206638579dfa024883d..dbadaaabb28905c0c486a49959727e3bd375ab8c 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"abc\"-(Pair \"abc\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input717096222-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-"abc"-(Pair "abc" 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '"abc"' --level 1 --trace-stack storage (Pair "abc" 0) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input79230375-.out similarity index 85% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input79230375-.out index 2e926324e04ee82c02e5365ccb455d2d5758ccd9..5ffe2f5b2bfaf8c250ccf31417bc58ee012803c7 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair \"hello\" 0)-\"\"-(Pair \"\" 0)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_car.tz--storage224747103--input79230375-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_car.tz-(Pair "hello" 0)-""-(Pair "" 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_car.tz on storage '(Pair "hello" 0)' and input '""' --level 1 --trace-stack storage (Pair "" 0) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage205576101--input654274102-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage205576101--input654274102-.out index ee69feb772c814adced89aab32d8d6771aa41194..746a2f46674d0da3fdd70be9b8a41e5f3d0a080a 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 500)-3-(Pair \"hello\" 3)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage205576101--input654274102-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 500)-3-(Pair "hello" 3)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_cdr.tz on storage '(Pair "hello" 500)' and input 3 --level 1 --trace-stack storage (Pair "hello" 3) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage224747103--input453441034-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage224747103--input453441034-.out index f8e088d954c644e1d84150245cd5d10fb59e1ca8..45114891206dd6222c4bf5183c21110e18dfa341 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 0)-1-(Pair \"hello\" 1)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage224747103--input453441034-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 0)-1-(Pair "hello" 1)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_cdr.tz on storage '(Pair "hello" 0)' and input 1 --level 1 --trace-stack storage (Pair "hello" 1) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage611418174--input967284912-.out similarity index 84% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage611418174--input967284912-.out index b560e32b2bd90e838e511cabd5567b302b4c2f16..91673e612d189863386fb536e76062d7f7aa3573 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair \"hello\" 7)-100-(Pair \"hello\" 100)].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_cdr.tz--storage611418174--input967284912-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_cdr.tz-(Pair "hello" 7)-100-(Pair "hello" 100)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_cdr.tz on storage '(Pair "hello" 7)' and input 100 --level 1 --trace-stack storage (Pair "hello" 100) emitted operations diff --git "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input264787654-.out similarity index 65% rename from "tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input264787654-.out index e61b78de85bec7bdd228ab2321e305eb17800994..16c6e931fb8d4bf584eb0dae81bdbe73cbb4a074 100644 --- "a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"a\" ; \"b\" ; \"c\" }-{ \"a\" ; \"b\" ; \"c\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input264787654-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ "a" ; "b" ; "c" }-{ "a" ; "b" ; "c" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_id.tz on storage '{}' and input '{ "a" ; "b" ; "c" }' --level 1 --trace-stack storage { "a" ; "b" ; "c" } emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input457300675-.out similarity index 62% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input457300675-.out index c70826dd54e7a8998742d6c8dfadc6c7366dfe4a..61241a723dbb59899f0fc0c4b5f447a88567c006 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{}-{}] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_id.tz on storage '{}' and input '{}' --level 1 --trace-stack storage {} emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input989507347-.out similarity index 65% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input989507347-.out index d138b765920665eae2cbc5a98e3bbf0e023ad09f..60ac3d880ca6a6a20b975253bb6f054f5b855707 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ \"asdf\" ; \"bcde\" }-{ \"asdf\" ; \"bcde\" }].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_id.tz--storage457300675--input989507347-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_id.tz-{}-{ "asdf" ; "bcde" }-{ "asdf" ; "bcde" }] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_id.tz on storage '{}' and input '{ "asdf" ; "bcde" }' --level 1 --trace-stack storage { "asdf" ; "bcde" } emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input457300675-.out similarity index 72% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input457300675-.out index 704ea8d8e8fdca88f18246f6ce208f6f434ae44e..28f18460dbe6a7c321b38e91f63c06b7551f07b1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{}-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_iter.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input701684511-.out similarity index 84% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input701684511-.out index 56b16dfccf20b89792e6187f4613f12940020b3e..6f90c69df2d9a6e6a53be4fee6889c0dfda4d121 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input701684511-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ -100 ; 1 ; 2 ; 3 }--94] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_iter.tz on storage 111 and input '{ -100 ; 1 ; 2 ; 3 }' --level 1 --trace-stack storage -94 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input802622031-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input802622031-.out index 60b3d0f3d62520af3979eb75a95e22fe9c47986e..5b566c520d29895c0335d7052066e75a43db9458 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_iter.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_iter.tz-111-{ 1 }-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_iter.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage495706788--input33757838-.out similarity index 88% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage495706788--input33757838-.out index e4c5ea34d1e48c24d7ab836d48266078c05649b3..eff88cd00166c52d8701993b3a12e10b51d73b9a 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-\"Hi\"-(Pair {} (Some False))].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage495706788--input33757838-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair {} None)-"Hi"-(Pair {} (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_member.tz on storage '(Pair {} None)' and input '"Hi"' --level 1 --trace-stack storage (Pair {} (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage550087893--input79230375-.out similarity index 90% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage550087893--input79230375-.out index 3038613c35cff81579ac4af7c0329a7010509a9e..2a3ef041d7695c39c2ef43ca3d4556b3a6d32e17 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hello\" ; \"World\" } None)-\"\"-(Pai.3d2044726e.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage550087893--input79230375-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { "Hello" ; "World" } None)-""-(Pair { "Hello" ; "World" } (Some False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_member.tz on storage '(Pair { "Hello" ; "World" } None)' and input '""' --level 1 --trace-stack storage (Pair { "Hello" ; "World" } (Some False)) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage605111220--input33757838-.out similarity index 89% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage605111220--input33757838-.out index 5325e93a02f56c543d7473b9ca63a06b0d256f6b..f0f2be0b90c69b7e2493b4e7afc1a2335e3c33d7 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { \"Hi\" } None)-\"Hi\"-(Pair { \"Hi\" } .564beb9251.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_member.tz--storage605111220--input33757838-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_member.tz-(Pair { "Hi" } None)-"Hi"-(Pair { "Hi" } (Some True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_member.tz on storage '(Pair { "Hi" } None)' and input '"Hi"' --level 1 --trace-stack storage (Pair { "Hi" } (Some True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input403499055-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input403499055-.out index aa938e620efbe98d159150215f85b7402c7fb859..832515edf9b1d7eb1ebc02a19f35248f3104b852 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input403499055-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }-6] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 ; 4 ; 5 ; 6 }' --level 1 --trace-stack storage 6 emitted operations diff --git a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input457300675-.out similarity index 66% rename from tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input457300675-.out index 8ae87a620f904aa93f199dc21e638cdce6857a9c..5882f2099eb1c1b12acab1d11185fa18dbe46547 100644 --- a/tests_python/tests_014/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input457300675-.out @@ -1,5 +1,5 @@ -tests_014/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{}-0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_size.tz on storage 111 and input '{}' --level 1 --trace-stack storage 0 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input469078912-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input469078912-.out index ce0a37cfe38df2443ad34e3fcb98c3e0f9cb927c..461046c0ec980c0503d5d8e002128e620e39ec5f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input469078912-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 ; 2 ; 3 }-3] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_size.tz on storage 111 and input '{ 1 ; 2 ; 3 }' --level 1 --trace-stack storage 3 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input802622031-.out similarity index 66% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input802622031-.out index b021e0ffbfc97b8888ea77cec6c516ed79345eb7..98aeb9fb4eb39bceffa45623f65937db3b690e87 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -set_size.tz--storage492856247--input802622031-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[set_size.tz-111-{ 1 }-1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/set_size.tz on storage 111 and input '{ 1 }' --level 1 --trace-stack storage 1 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sha3.tz--storage921624073--input1008262038-.out similarity index 78% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sha3.tz--storage921624073--input1008262038-.out index 089948f15e68fe3df52146d1ffe928005a1284ce..43532adbe39e8efed901d035f9d6894a8ff71f2b 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a.a07ae9dddf.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sha3.tz--storage921624073--input1008262038-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sha3.tz-None-0x48656c6c6f2c20776f726c6421-(Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/sha3.tz on storage None and input 0x48656c6c6f2c20776f726c6421 --level 1 --trace-stack storage (Some 0xf345a219da005ebe9c1a1eaad97bbf38a10c8473e41d0af7fb617caa0c6aa722) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input115382786-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input115382786-.out index c41514eedc02b79621af33d1b177f5f24f810831..19d890b347046266f99446013571d5d458f5b698 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input115382786-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 15 2))-(Some 60)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Left (Pair 15 2))' --level 1 --trace-stack storage (Some 60) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input271566295-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input271566295-.out index 77c91cd7efc18a13bdc4e3b703c6e35a6e17adf5..6175db2556fc4ae6941b6c0cb55c2900aebbdf14 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input271566295-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 1))-(Some 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Right (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input340971987-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input340971987-.out index 7398b1cff9f83e8587e6c813b849eeb667f0e9bc..7e20c8c39cc419553e8e0d6df238bc2032c878dd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input340971987-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 0))-(Some 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Left (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input374168553-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input374168553-.out index cf6cb1e924fef6dfae88ac6716a76666c85f783f..3022aba9a8933d7786fb9fc3863652e477131e80 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input374168553-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 15 2))-(Some 3)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Right (Pair 15 2))' --level 1 --trace-stack storage (Some 3) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input413621582-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input413621582-.out index 7a3d1ca06f5c400208c4bbeb9fde07aaf49cec8a..a902ab8ca630cfb6fe1a039e2fd629dccfa4a2e4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input413621582-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 1 2))-(Some 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Right (Pair 1 2))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input424849461-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input424849461-.out index c5d4c5b2f1d44c41c88ecf0bf0df25dee9c94fa1..1df36cdf4279bd5ecefc99dd8964aa8d228742f0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input424849461-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 1 2))-(Some 4)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Left (Pair 1 2))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input485030042-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input485030042-.out index e976400585aa2a00ff91964abd9dc56865ac5961..af0dcc2ee48bcb4d88c5aadfed3c34e9ad7b7034 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input485030042-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 8 1))-(Some 16)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Left (Pair 8 1))' --level 1 --trace-stack storage (Some 16) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input705767726-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input705767726-.out index 1e8c6a477c5280df171b12c0a0ee6488072dbe8e..016303fbc045577fde36523c6705610897a7a847 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input705767726-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 8 1))-(Some 4)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Right (Pair 8 1))' --level 1 --trace-stack storage (Some 4) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input769385932-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input769385932-.out index c303adca976b476ed683841a28c97c8e04f0137b..55151c437022dd163d05181f0dec17393fbde7f1 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input769385932-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Left (Pair 0 1))-(Some 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Left (Pair 0 1))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input913715337-.out similarity index 76% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input913715337-.out index d967e604788507f676359d684fa9a0ae084fe179..40ff03f4b6111a513a2a5e1c17e405e23b36a5f5 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -shifts.tz--storage921624073--input913715337-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[shifts.tz-None-(Right (Pair 0 0))-(Some 0)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/shifts.tz on storage None and input '(Right (Pair 0 0))' --level 1 --trace-stack storage (Some 0) emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage351480851--input65907686-.out similarity index 99% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage351480851--input65907686-.out index 9ea8b3103bc80191f200f688ba791afa4e23cf2f..970e2e3f4c0af69da4b3daaaee01f0aeb6f9ef7a 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some\"FooFooFooFooFooFooFooFooFooFooFooFooFooFo.c508d67bb0.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage351480851--input65907686-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"-Pair 1 10000-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some"FooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFooFoo"' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input198821575-.out similarity index 80% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input198821575-.out index 32158ecfe85c797b6ee907f1ad1485cf181c7e22..ad18d3261760c6b1f2b125190425021f4b955601 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 1-(Some \"o\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input198821575-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 1 1-(Some "o")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 1' --level 1 --trace-stack storage (Some "o") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input359592843-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input359592843-.out index ed2a5e3f17a8914fa89e89f367404ffc0a4ffba7..49f5b1e2f2e872a6e90b9d9d760240612bcae2a1 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 10 5-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input359592843-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 10 5-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 10 5' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input551316239-.out similarity index 80% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input551316239-.out index bb1e4d9b31a1327c4c60493ef445362f558dc1f3..53d7898d2b643414d8a062d60c0f2dec5941bfda 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 0-(Some \"\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input551316239-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 0-(Some "")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 0' --level 1 --trace-stack storage (Some "") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input722749044-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input722749044-.out index 2a0abcead46a3cd3a55ab724479f93fa8651240e..f1697730a6849c011a903d6e708698a9f60d1493 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 10-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input722749044-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 10-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 10' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input839234860-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input839234860-.out index f54b9ae4ec276277a9241ad42f02408a5a15c02b..adfee4ca069ab96e7a6cc7ee2ccf02eebb0af728 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 1 3-None].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input839234860-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 1 3-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input919180079-.out similarity index 80% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input919180079-.out index 915be48e6e4045c5de7c236cb1ff1cda5bb1e78c..7af98af2e2948fb9d967ca8148df50ad7cedbb19 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-Some \"Foo\"-Pair 0 2-(Some \"Fo\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage364922380--input919180079-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-Some "Foo"-Pair 0 2-(Some "Fo")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage 'Some "Foo"' and input 'Pair 0 2' --level 1 --trace-stack storage (Some "Fo") emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage921624073--input551316239-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage921624073--input551316239-.out index f2747326622a60c443c92fa38346c57a609a7f2c..62e344b30913033cf6db93744d388735a08c3dae 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice.tz--storage921624073--input551316239-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice.tz-None-Pair 0 0-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice.tz on storage None and input 'Pair 0 0' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input198821575-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input198821575-.out index e98f1c0d7eed943133cc0db58eac50e310a005a4..63d797d9f17efabbb4018311e3cfedaced81fad6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input198821575-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)0] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 1' --level 1 --trace-stack storage (Some 0xbb) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input462551352-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input462551352-.out index 1d726aeccde5b4c52c74dd331880b1e8bcc99cae..c59fa14e4690739953e5045e3799d6f6d65b9985 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input462551352-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 1-(Some 0xaa)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 1' --level 1 --trace-stack storage (Some 0xaa) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input489157380-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input489157380-.out index 24877af2d485de68b776063c31d2b5a02f451006..7e0fc94cd3ea71fe2e77ddfc2b2c55aa0a66c5da 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input489157380-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 2-(Some 0xbbcc)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 2' --level 1 --trace-stack storage (Some 0xbbcc) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input551316239-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input551316239-.out index 5d37634597a290208cd84fbf847e62463e52f154..975de2de2cc6599990d5586ec5ccbda667d7ff18 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input551316239-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 0 0-(Some 0x)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 0 0' --level 1 --trace-stack storage (Some 0x) emitted operations diff --git a/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input669330759-.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input669330759-.out new file mode 100644 index 0000000000000000000000000000000000000000..ccc6cc2eb320abafa86b5f1b80fe0dcedbb81983 --- /dev/null +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input669330759-.out @@ -0,0 +1,37 @@ + +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 2' --level 1 --trace-stack +storage + None +emitted operations + +big_map diff + +trace + - location: 10 (remaining gas: 1039990.702 units remaining) + [ (Pair (Pair 2 2) (Some 0xaabbcc)) ] + - location: 10 (remaining gas: 1039990.692 units remaining) + [ (Pair 2 2) + (Some 0xaabbcc) ] + - location: 11 (remaining gas: 1039990.682 units remaining) + [ (Some 0xaabbcc) + (Pair 2 2) ] + - location: 13 (remaining gas: 1039990.682 units remaining) + [ 0xaabbcc + (Pair 2 2) ] + - location: 19 (remaining gas: 1039990.672 units remaining) + [ (Pair 2 2) + 0xaabbcc ] + - location: 20 (remaining gas: 1039990.662 units remaining) + [ 2 + 2 + 0xaabbcc ] + - location: 21 (remaining gas: 1039990.636 units remaining) + [ None ] + - location: 13 (remaining gas: 1039990.621 units remaining) + [ None ] + - location: 22 (remaining gas: 1039990.611 units remaining) + [ {} + None ] + - location: 24 (remaining gas: 1039990.601 units remaining) + [ (Pair {} None) ] + diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input743596105-.out similarity index 62% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input743596105-.out index 47b2cafe2ab3903cafba4f9b1a5f3367cf9cf0e6..cb675f846e4e6c19886b284d0cbbd3b82e4ed3f7 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input743596105-.out @@ -1,37 +1,37 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 1-(Some 0xbb)1] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 2 1' --level 1 --trace-stack storage - (Some 0xbb) + (Some 0xcc) emitted operations big_map diff trace - location: 10 (remaining gas: 1039990.702 units remaining) - [ (Pair (Pair 1 1) (Some 0xaabbcc)) ] + [ (Pair (Pair 2 1) (Some 0xaabbcc)) ] - location: 10 (remaining gas: 1039990.692 units remaining) - [ (Pair 1 1) + [ (Pair 2 1) (Some 0xaabbcc) ] - location: 11 (remaining gas: 1039990.682 units remaining) [ (Some 0xaabbcc) - (Pair 1 1) ] + (Pair 2 1) ] - location: 13 (remaining gas: 1039990.682 units remaining) [ 0xaabbcc - (Pair 1 1) ] + (Pair 2 1) ] - location: 19 (remaining gas: 1039990.672 units remaining) - [ (Pair 1 1) + [ (Pair 2 1) 0xaabbcc ] - location: 20 (remaining gas: 1039990.662 units remaining) - [ 1 + [ 2 1 0xaabbcc ] - location: 21 (remaining gas: 1039990.636 units remaining) - [ (Some 0xbb) ] + [ (Some 0xcc) ] - location: 13 (remaining gas: 1039990.621 units remaining) - [ (Some 0xbb) ] + [ (Some 0xcc) ] - location: 22 (remaining gas: 1039990.611 units remaining) [ {} - (Some 0xbb) ] + (Some 0xcc) ] - location: 24 (remaining gas: 1039990.601 units remaining) - [ (Pair {} (Some 0xbb)) ] + [ (Pair {} (Some 0xcc)) ] diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input839234860-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input839234860-.out index 6a300d378e212732fe6e88428bee1be47829b7c5..1cd348f68fb1b95e2b24d94e9b24e790838fca51 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage229749865--input839234860-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbcc-Pair 1 3-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbcc' and input 'Pair 1 3' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage504917929--input65907686-.out similarity index 85% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage504917929--input65907686-.out index aa8dd819adeaa53f11da2e8f0d6538080406f999..17530bac835b13971bccffbce046681d52a54e2d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaab.df5895de85.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage504917929--input65907686-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc-Pair 1 10000-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage 'Some 0xaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbccaabbcc' and input 'Pair 1 10000' --level 1 --trace-stack storage None emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage921624073--input462551352-.out similarity index 77% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage921624073--input462551352-.out index d8a68be4811834d74dff62906354772a8884eaa0..45bca3754d1331c8f6b0d1cea482e921276f60eb 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -slice_bytes.tz--storage921624073--input462551352-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[slice_bytes.tz-None-Pair 0 1-None] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/slice_bytes.tz on storage None and input 'Pair 0 1' --level 1 --trace-stack storage None emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -str_id.tz--storage921624073--input1016369050-.out similarity index 68% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -str_id.tz--storage921624073--input1016369050-.out index 5f8ace701ea38264fbefa084719742fed8853fdd..51bf3d557bff7ae64f02a162b17c75d5052420ed 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"abcd\"-(Some \"abcd\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -str_id.tz--storage921624073--input1016369050-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[str_id.tz-None-"abcd"-(Some "abcd")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/str_id.tz on storage None and input '"abcd"' --level 1 --trace-stack storage (Some "abcd") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -str_id.tz--storage921624073--input93477117-.out similarity index 68% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -str_id.tz--storage921624073--input93477117-.out index 0479541a5aa6c60335faabe545ff802bd63cdc2a..1b452a459371b73ed0cafe853d9cdc82b3e0604d 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[str_id.tz-None-\"Hello\"-(Some \"Hello\")].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -str_id.tz--storage921624073--input93477117-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[str_id.tz-None-"Hello"-(Some "Hello")] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/str_id.tz on storage None and input '"Hello"' --level 1 --trace-stack storage (Some "Hello") emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out index 873de2f216a52b6aea9ee8029640ad0cbd270985..687b52ec8087dd389011e0a0e3311918fe5b1808 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-\"1970-01-01T00:00:00Z\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input249636002-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 100)-"1970-01-01T00:00:00Z"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 100)' --level 1 --trace-stack storage "1970-01-01T00:00:00Z" emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out similarity index 82% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out index c33de0b0d75e61d1fd647d6a4b215b1301b41d23..b6a6cd7ef99fc0b9d8187b45c71825574717963f 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-\"1970-01-01T00:03:20Z\"].out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input307538219-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 -100)-"1970-01-01T00:03:20Z"] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 -100)' --level 1 --trace-stack storage "1970-01-01T00:03:20Z" emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out index 69405e35bcf0cf08762f16b23ca56245dd0fd810..0fc59f1df644c6ca220d19e0e1be2904244fcfc3 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 200000000000000000.3db82d2c25.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -sub_timestamp_delta.tz--storage492856247--input831449542-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[sub_timestamp_delta.tz-111-(Pair 100 2000000000000000000)--1999999999999999900] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/sub_timestamp_delta.tz on storage 111 and input '(Pair 100 2000000000000000000)' --level 1 --trace-stack storage -1999999999999999900 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out similarity index 90% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out index b3534d952a752b6a0ac1536e6e6ee0e78d7cfaa4..9ebebd6a59c3b33ed224085aa61a484a0ed95fea 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair .1e8cf7679c.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -tez_add_sub.tz--storage921624073--input706350605-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2310000 1010000)-(Some (Pair 3320000 1300000))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/tez_add_sub.tz on storage None and input '(Pair 2310000 1010000)' --level 1 --trace-stack storage (Some (Pair 3320000 1300000)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out similarity index 90% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out index ab6942f3bb42bbab0631c145b9c1fc04c3e0ccdd..f10fcce4e4ffeca464ea1fe563a93841abf547fd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair .b461aa042b.out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -tez_add_sub.tz--storage921624073--input856198194-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[tez_add_sub.tz-None-(Pair 2000000 1000000)-(Some (Pair 3000000 1000000))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/tez_add_sub.tz on storage None and input '(Pair 2000000 1000000)' --level 1 --trace-stack storage (Some (Pair 3000000 1000000)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -uncomb.tz--storage680650890--input394061083-.out similarity index 82% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -uncomb.tz--storage680650890--input394061083-.out index f926b2506315e10bd31bcef222f6e71728a97eea..9e0194258ff84b9a7d0c025d47532f1fb783ef04 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -uncomb.tz--storage680650890--input394061083-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[uncomb.tz-0-(Pair 1 4 2)-142] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/uncomb.tz on storage 0 and input '(Pair 1 4 2)' --level 1 --trace-stack storage 142 emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -unpair.tz--storage125992234--input125992234-.out similarity index 98% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -unpair.tz--storage125992234--input125992234-.out index 3899f5461409b889a66fb1322e737953c0dca35f..7c371ed86b483df5d1d3df535f6476eebf672d05 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -unpair.tz--storage125992234--input125992234-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[unpair.tz-Unit-Unit-Unit] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/unpair.tz on storage Unit and input Unit --level 1 --trace-stack storage Unit emitted operations diff --git "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -voting_power.tz--storage1011138251--input1040351577-.out similarity index 79% rename from "tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -voting_power.tz--storage1011138251--input1040351577-.out index 026300db9f2bac5fa0c3d40d4b8beb569c5753b6..9584b46df5819c834b206a58527bf4eb4944c3fe 100644 --- "a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-\"edpkuBknW28nW72KG6RoHtYW7p1.b42f8370be.out" +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -voting_power.tz--storage1011138251--input1040351577-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[voting_power.tz-(Pair 0 0)-"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"-(Pair 4000000000000 20000000000000)] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/voting_power.tz on storage '(Pair 0 0)' and input '"edpkuBknW28nW72KG6RoHtYW7p12T6GKc7nAbwYX5m8Wd9sDVC9yav"' --level 1 --trace-stack storage (Pair 4000000000000 20000000000000) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input1058477720-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input1058477720-.out index 3b6d43eaf57bb5208bb82b405be3ff97d51d070a..4f683080027a54ce4d0aff29c7b3c8296257d98f 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input1058477720-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False False)-(Some (Left False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Left (Pair False False)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input1073176155-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input1073176155-.out index f887d7acaaa2a63ac0c0b3c54a043376363caf7a..db27bc455946b3ca085e8d33ca3fa929075cab26 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input1073176155-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 0)-(Some (Right 0))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Right (Pair 0 0)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input246594902-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input246594902-.out index f27f999b9ebb97583c2d5fa25e085d57e1e39ddb..21d6582fc4b6b163ada0c148e67195228a70763d 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input246594902-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True False)-(Some (Left True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Left (Pair True False)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input506603577-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input506603577-.out index 5dbdd5f1db5d4bceae83189398205455e4db4085..6a571910db8215ca75140d974f0ddff340a599c6 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input506603577-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 1)-(Some (Right 0))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Right (Pair 1 1)' --level 1 --trace-stack storage (Some (Right 0)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input576248088-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input576248088-.out index 3d7bf977db88bd82ffcedf890808d9e0f5ba64b8..8cb14849e4d6457abfc499fc5cf015e0868afdd4 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input576248088-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 0 1)-(Some (Right 1))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Right (Pair 0 1)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input612012282-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input612012282-.out index 7d04bec41fac8bfe4adec995b0171ab0bc7a42fc..bf91d54c1afcb4d5a90aa34d3492a12daf03e875 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input612012282-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 21)-(Some (Right 63))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Right (Pair 42 21)' --level 1 --trace-stack storage (Some (Right 63)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input617591686-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input617591686-.out index 6a0d6a2d672e493ceb72b39688eaea6a52edb596..ed3e5f8ba3f5f11a75a10891982f422f68bf0afd 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input617591686-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair False True)-(Some (Left True))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Left (Pair False True)' --level 1 --trace-stack storage (Some (Left True)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input639311176-.out similarity index 80% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input639311176-.out index b10adfc61a6388eb418b18821b22b8839f9bb52c..0f16bfac72b813247c0e83e8696368fc58216a0a 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input639311176-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Left (Pair True True)-(Some (Left False))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Left (Pair True True)' --level 1 --trace-stack storage (Some (Left False)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input688315180-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input688315180-.out index 58df9ffaea42e67379c6c4fdd635fd13a0828fd5..c3df861d230f60dee427f613b9b7321627d572e9 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input688315180-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 42 63)-(Some (Right 21))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Right (Pair 42 63)' --level 1 --trace-stack storage (Some (Right 21)) emitted operations diff --git a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input967929605-.out similarity index 79% rename from tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out rename to tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input967929605-.out index 27af081159dfb9e42ec62aeaf08143294d8c8a82..dee7b96fc0b438ac349eba074ea3843e1cd2a2f0 100644 --- a/tests_python/tests_015/_regtest_outputs/test_contract_opcodes.TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))].out +++ b/tezt/tests/expected/contract_opcodes.ml/Lima- opcodes -xor.tz--storage921624073--input967929605-.out @@ -1,5 +1,5 @@ -tests_015/test_contract_opcodes.py::TestContractOpcodes::test_contract_input_output[xor.tz-None-Right (Pair 1 0)-(Some (Right 1))] +./octez-client --protocol PtLimaPtLMwfNinJi9rCfDPWea8dFgTZ1MeJ9f1m2SRic6ayiwW --mode mockup --no-base-dir-warnings run script ./tests_python/contracts_015/opcodes/xor.tz on storage None and input 'Right (Pair 1 0)' --level 1 --trace-stack storage (Some (Right 1)) emitted operations diff --git a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out index e5de7807d3871a949082baaceccce83cdb0d08ee..85195a31084a020e94b87ee7b0df094f8ae86780 100644 --- a/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out +++ b/tezt/tests/expected/tx_rollup.ml/Alpha- Submit a batch to an invalid rollup address should fail.out @@ -16,6 +16,7 @@ To browse the documentation: Global options (must come before the command): -d --base-dir : client data directory (absent: TEZOS_CLIENT_DIR env) + -n --no-base-dir-warnings: silence warnings about client data directory -c --config-file : configuration file -t --timings: show RPC request times --chain : chain on which to apply contextual commands (commands dependent on the context associated with the specified chain). Possible tags are 'main' and 'test'. diff --git a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out index e5de7807d3871a949082baaceccce83cdb0d08ee..85195a31084a020e94b87ee7b0df094f8ae86780 100644 --- a/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out +++ b/tezt/tests/expected/tx_rollup.ml/Kathmandu- Submit a batch to an invalid rollup address should fail.out @@ -16,6 +16,7 @@ To browse the documentation: Global options (must come before the command): -d --base-dir : client data directory (absent: TEZOS_CLIENT_DIR env) + -n --no-base-dir-warnings: silence warnings about client data directory -c --config-file : configuration file -t --timings: show RPC request times --chain : chain on which to apply contextual commands (commands dependent on the context associated with the specified chain). Possible tags are 'main' and 'test'. diff --git a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out index e5de7807d3871a949082baaceccce83cdb0d08ee..85195a31084a020e94b87ee7b0df094f8ae86780 100644 --- a/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out +++ b/tezt/tests/expected/tx_rollup.ml/Lima- Submit a batch to an invalid rollup address should fail.out @@ -16,6 +16,7 @@ To browse the documentation: Global options (must come before the command): -d --base-dir : client data directory (absent: TEZOS_CLIENT_DIR env) + -n --no-base-dir-warnings: silence warnings about client data directory -c --config-file : configuration file -t --timings: show RPC request times --chain : chain on which to apply contextual commands (commands dependent on the context associated with the specified chain). Possible tags are 'main' and 'test'. diff --git a/tezt/tests/main.ml b/tezt/tests/main.ml index 41771483830589fcbd0ca9a18d5e921a79e6d9fd..93b401f920c58b0e0af7c5f34d807a1213064075 100644 --- a/tezt/tests/main.ml +++ b/tezt/tests/main.ml @@ -108,6 +108,7 @@ let register_protocol_tests_that_use_supports_correctly () = Comparable_datatype.register ~protocols ; Contract_hash_fun.register ~protocols ; Contract_hash_with_origination.register ~protocols ; + Contract_opcodes.register ~protocols ; Create_contract.register ~protocols ; Deposits_limit.register ~protocols ; Double_bake.register ~protocols ;