baking-bad / pytezos

🐍 Python SDK for Tezos | Michelson VM in Python
https://pytezos.org
MIT License
111 stars 36 forks source link

Parisnet protocol and py312 support #363

Closed droserasprout closed 3 months ago

github-actions[bot] commented 3 months ago

Test Results

1β€ˆ110 tests  Β±0   1β€ˆ098 :white_check_mark: Β±0   1m 52s :stopwatch: - 1m 14s β€‡β€ˆβ€‡β€‡4 suites Β±0β€‚β€ƒβ€ƒβ€‡β€ˆβ€‡12 :zzz: +1  β€‡β€ˆβ€‡β€‡4 files   Β±0β€‚β€ƒβ€ƒβ€‡β€ˆβ€‡β€‡0 :x:  -β€Š1 

Results for commit a28ebc2a. ± Comparison against base commit 9352c457.

This pull request removes 71 and adds 71 tests. Note that renamed tests count towards both. ``` tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_00__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_cadr_annotation_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_01__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_list_of_transactions_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_02__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_queue_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_03__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_conditionals_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_04__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_king_of_tez_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_05__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_reduce_map_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_06__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_at_least_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_07__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_int_publisher_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_08__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_spawn_identities_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_09__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_reentrancy_tz … ``` ``` tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_00__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_king_of_tez_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_01__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_auction_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_02__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_at_least_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_03__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_data_publisher_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_04__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_infinite_loop_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_05__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_reservoir_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_06__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_faucet_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_07__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_conditionals_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_08__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_bad_lockup_tz tests.unit_tests.test_michelson.test_repl.test_parsing.ParsingTestCase ‑ test_attic_09__home_runner_work_pytezos_pytezos_tests_unit_tests_test_michelson_test_repl_attic_insertion_sort_tz … ```
This pull request skips 1 test. ``` tests.sandbox_tests.test_counter.TransactionCounterTestCase ‑ test_1_send_multiple_transactions_non_batched ```

:recycle: This comment has been updated with latest results.