algorand-python-testing 1.2.0b10__tar.gz → 1.2.0b12__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/workflows/cd.yaml +24 -0
  2. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/CHANGELOG.md +8 -0
  3. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/PKG-INFO +1 -1
  4. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/pyproject.toml +3 -3
  5. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/Contract.arc56.json +1 -1
  6. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/ContractV0.arc56.json +1 -1
  7. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/ContractV1.arc56.json +1 -1
  8. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.arc56.json +1 -1
  9. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.arc56.json +1 -1
  10. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.arc56.json +1 -1
  11. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/Contract.arc56.json +1 -1
  12. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/DynamicArrayInitContract.arc56.json +1 -1
  13. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayContract.arc56.json +1 -1
  14. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/StaticSizeContract.arc56.json +1 -1
  15. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/BoxContract/data/BoxContract.arc56.json +1 -1
  16. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppCall.arc56.json +1 -1
  17. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.arc56.json +1 -1
  18. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CryptoOps/data/CryptoOpsContract.arc56.json +1 -1
  19. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/data/DynamicItxnGroup.arc56.json +1 -1
  20. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/data/VerifierContract.arc56.json +1 -1
  21. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.arc56.json +1 -1
  22. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.arc56.json +1 -1
  23. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.arc56.json +1 -1
  24. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/StateMutations.arc56.json +1 -1
  25. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalMapContract.arc56.json +1 -1
  26. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalStateContract.arc56.json +1 -1
  27. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/ITxnOpsContract.arc56.json +1 -1
  28. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalMapContract.arc56.json +1 -1
  29. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalStateContract.arc56.json +1 -1
  30. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.arc56.json +1 -1
  31. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalContract.arc56.json +1 -1
  32. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalExContract.arc56.json +1 -1
  33. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalContract.arc56.json +1 -1
  34. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalExContract.arc56.json +1 -1
  35. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppParamsContract.arc56.json +1 -1
  36. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetHoldingContract.arc56.json +1 -1
  37. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetParamsContract.arc56.json +1 -1
  38. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Tuples/data/TuplesContract.arc56.json +1 -1
  39. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.coveragerc +0 -0
  40. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.editorconfig +0 -0
  41. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  42. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  43. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/dependabot.yml +0 -0
  44. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/pull_request_template.md +0 -0
  45. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/workflows/ci.yaml +0 -0
  46. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.github/workflows/gh-pages.yaml +0 -0
  47. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.gitignore +0 -0
  48. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.pre-commit-config.yaml +0 -0
  49. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.vscode/extensions.json +0 -0
  50. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.vscode/launch.json +0 -0
  51. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/.vscode/settings.json +0 -0
  52. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/CONTRIBUTING.md +0 -0
  53. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/LICENSE +0 -0
  54. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/README.md +0 -0
  55. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/Makefile +0 -0
  56. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/__init__.py +0 -0
  57. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/_static/custom.css +0 -0
  58. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/algopy.md +0 -0
  59. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/api.md +0 -0
  60. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/conf.py +0 -0
  61. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/coverage.md +0 -0
  62. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/examples.md +0 -0
  63. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/faq.md +0 -0
  64. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/index.md +0 -0
  65. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/make.bat +0 -0
  66. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/arc4-types.md +0 -0
  67. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/avm-types.md +0 -0
  68. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/concepts.md +0 -0
  69. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/contract-testing.md +0 -0
  70. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/index.md +0 -0
  71. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/opcodes.md +0 -0
  72. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/signature-testing.md +0 -0
  73. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/state-management.md +0 -0
  74. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/subroutines.md +0 -0
  75. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/docs/testing-guide/transactions.md +0 -0
  76. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/README.md +0 -0
  77. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/__init__.py +0 -0
  78. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/auction/__init__.py +0 -0
  79. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/auction/contract.py +0 -0
  80. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/auction/test_contract.py +0 -0
  81. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/htlc_logicsig/__init__.py +0 -0
  82. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/htlc_logicsig/signature.py +0 -0
  83. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/htlc_logicsig/test_signature.py +0 -0
  84. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/marketplace/__init__.py +0 -0
  85. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/marketplace/contract.py +0 -0
  86. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/marketplace/test_contract.py +0 -0
  87. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/proof_of_attendance/__init__.py +0 -0
  88. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/proof_of_attendance/contract.py +0 -0
  89. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/proof_of_attendance/test_contract.py +0 -0
  90. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/scratch_storage/__init__.py +0 -0
  91. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/scratch_storage/contract.py +0 -0
  92. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/scratch_storage/test_contract.py +0 -0
  93. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/simple_voting/__init__.py +0 -0
  94. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/simple_voting/contract.py +0 -0
  95. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/simple_voting/test_contract.py +0 -0
  96. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/zk_whitelist/__init__.py +0 -0
  97. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/zk_whitelist/contract.py +0 -0
  98. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/examples/zk_whitelist/test_contract.py +0 -0
  99. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/scripts/__init__.py +0 -0
  100. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/scripts/check_stubs_cov.py +0 -0
  101. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/scripts/refresh_test_artifacts.py +0 -0
  102. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/scripts/validate_examples.py +0 -0
  103. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/__init__.py +0 -0
  104. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/arc4.py +0 -0
  105. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/compiled.py +0 -0
  106. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/constants.py +0 -0
  107. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/context.py +0 -0
  108. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/context_helpers/__init__.py +0 -0
  109. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/context_helpers/context_storage.py +0 -0
  110. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/context_helpers/ledger_context.py +0 -0
  111. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/context_helpers/txn_context.py +0 -0
  112. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/decorators/__init__.py +0 -0
  113. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/decorators/arc4.py +0 -0
  114. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/decorators/subroutine.py +0 -0
  115. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/enums.py +0 -0
  116. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/gtxn.py +0 -0
  117. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/itxn.py +0 -0
  118. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/itxn_loader.py +0 -0
  119. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/__init__.py +0 -0
  120. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/account.py +0 -0
  121. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/application.py +0 -0
  122. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/asset.py +0 -0
  123. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/contract.py +0 -0
  124. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/logicsig.py +0 -0
  125. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/template_variable.py +0 -0
  126. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/txn_fields.py +0 -0
  127. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/models/unsigned_builtins.py +0 -0
  128. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/mutable.py +0 -0
  129. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/__init__.py +0 -0
  130. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/block.py +0 -0
  131. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/constants.py +0 -0
  132. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/crypto.py +0 -0
  133. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/global_values.py +0 -0
  134. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/itxn.py +0 -0
  135. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/misc.py +0 -0
  136. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/pure.py +0 -0
  137. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/op/txn.py +0 -0
  138. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/__init__.py +0 -0
  139. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/array.py +0 -0
  140. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/biguint.py +0 -0
  141. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/bytes.py +0 -0
  142. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/fixed_bytes.py +0 -0
  143. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/string.py +0 -0
  144. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/primitives/uint64.py +0 -0
  145. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/protocols.py +0 -0
  146. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/py.typed +0 -0
  147. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/serialize.py +0 -0
  148. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/__init__.py +0 -0
  149. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/box.py +0 -0
  150. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/global_map.py +0 -0
  151. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/global_state.py +0 -0
  152. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/local_map.py +0 -0
  153. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/local_state.py +0 -0
  154. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/state/utils.py +0 -0
  155. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/utilities/__init__.py +0 -0
  156. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/utilities/budget.py +0 -0
  157. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/utilities/log.py +0 -0
  158. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/utilities/size_of.py +0 -0
  159. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/utils.py +0 -0
  160. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/value_generators/__init__.py +0 -0
  161. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/value_generators/arc4.py +0 -0
  162. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/value_generators/avm.py +0 -0
  163. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/_algopy_testing/value_generators/txn.py +0 -0
  164. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy/__init__.py +0 -0
  165. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy/arc4.py +0 -0
  166. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy/gtxn.py +0 -0
  167. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy/itxn.py +0 -0
  168. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy/op.py +0 -0
  169. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy/py.typed +0 -0
  170. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy_testing/__init__.py +0 -0
  171. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/src/algopy_testing/py.typed +0 -0
  172. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/templates/.macros.j2 +0 -0
  173. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/templates/.release_notes.md.j2 +0 -0
  174. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/templates/CHANGELOG.md.j2 +0 -0
  175. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/__init__.py +0 -0
  176. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/__init__.py +0 -0
  177. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/conftest.py +0 -0
  178. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_abi_call.py +0 -0
  179. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_address.py +0 -0
  180. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_arc4_method_signature.py +0 -0
  181. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_bool.py +0 -0
  182. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_dynamic_array.py +0 -0
  183. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_dynamic_bytes.py +0 -0
  184. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_emit.py +0 -0
  185. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_encode_decode.py +0 -0
  186. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_static_array.py +0 -0
  187. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_string.py +0 -0
  188. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_struct.py +0 -0
  189. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_tuple.py +0 -0
  190. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_ufixednxm.py +0 -0
  191. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/arc4/test_uintn.py +0 -0
  192. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/__init__.py +0 -0
  193. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/contract.py +0 -0
  194. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/Contract.approval.teal +0 -0
  195. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/Contract.clear.teal +0 -0
  196. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/ContractV0.approval.teal +0 -0
  197. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/ContractV0.clear.teal +0 -0
  198. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/ContractV1.approval.teal +0 -0
  199. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/AVM12/data/ContractV1.clear.teal +0 -0
  200. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4ABIMethod/__init__.py +0 -0
  201. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4ABIMethod/contract.py +0 -0
  202. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.approval.teal +0 -0
  203. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.arc32.json +0 -0
  204. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.clear.teal +0 -0
  205. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4InnerTxns/__init__.py +0 -0
  206. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4InnerTxns/contract.py +0 -0
  207. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.approval.teal +0 -0
  208. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.arc32.json +0 -0
  209. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.clear.teal +0 -0
  210. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4PrimitiveOps/__init__.py +0 -0
  211. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4PrimitiveOps/contract.py +0 -0
  212. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.approval.teal +0 -0
  213. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.arc32.json +0 -0
  214. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.clear.teal +0 -0
  215. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/__init__.py +0 -0
  216. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/Contract.approval.teal +0 -0
  217. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/Contract.arc32.json +0 -0
  218. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/Contract.clear.teal +0 -0
  219. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/DynamicArrayInitContract.approval.teal +0 -0
  220. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/DynamicArrayInitContract.clear.teal +0 -0
  221. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayContract.approval.teal +0 -0
  222. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayContract.arc32.json +0 -0
  223. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayContract.clear.teal +0 -0
  224. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayInitContract.approval.teal +0 -0
  225. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayInitContract.arc56.json +0 -0
  226. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/ImmutableArrayInitContract.clear.teal +0 -0
  227. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/StaticSizeContract.approval.teal +0 -0
  228. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/StaticSizeContract.arc32.json +0 -0
  229. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/data/StaticSizeContract.clear.teal +0 -0
  230. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/immutable.py +0 -0
  231. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/static_size.py +0 -0
  232. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Arrays/uint64.py +0 -0
  233. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/BoxContract/__init__.py +0 -0
  234. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/BoxContract/contract.py +0 -0
  235. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/BoxContract/data/BoxContract.approval.teal +0 -0
  236. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/BoxContract/data/BoxContract.arc32.json +0 -0
  237. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/BoxContract/data/BoxContract.clear.teal +0 -0
  238. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Contains/__init__.py +0 -0
  239. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Contains/contract.py +0 -0
  240. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Contains/data/MyContract.approval.teal +0 -0
  241. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Contains/data/MyContract.clear.teal +0 -0
  242. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/__init__.py +0 -0
  243. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/contract.py +0 -0
  244. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppCall.approval.teal +0 -0
  245. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppCall.arc32.json +0 -0
  246. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppCall.clear.teal +0 -0
  247. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.approval.teal +0 -0
  248. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.arc32.json +0 -0
  249. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.clear.teal +0 -0
  250. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CreatedAppAsset/other.py +0 -0
  251. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CryptoOps/__init__.py +0 -0
  252. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CryptoOps/contract.py +0 -0
  253. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CryptoOps/data/CryptoOpsContract.approval.teal +0 -0
  254. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CryptoOps/data/CryptoOpsContract.arc32.json +0 -0
  255. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/CryptoOps/data/CryptoOpsContract.clear.teal +0 -0
  256. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/__init__.py +0 -0
  257. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/contract.py +0 -0
  258. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/data/DynamicItxnGroup.approval.teal +0 -0
  259. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/data/DynamicItxnGroup.clear.teal +0 -0
  260. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/data/VerifierContract.approval.teal +0 -0
  261. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/data/VerifierContract.clear.teal +0 -0
  262. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/DynamicITxnGroup/verifier.py +0 -0
  263. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/GlobalStateValidator/__init__.py +0 -0
  264. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/GlobalStateValidator/contract.py +0 -0
  265. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.approval.teal +0 -0
  266. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.arc32.json +0 -0
  267. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.clear.teal +0 -0
  268. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/LogicSignature/__init__.py +0 -0
  269. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/LogicSignature/data/args_complex.teal +0 -0
  270. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/LogicSignature/data/args_complex_no_validation.teal +0 -0
  271. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/LogicSignature/data/args_simple.teal +0 -0
  272. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/LogicSignature/lsig_args_complex.py +0 -0
  273. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/LogicSignature/lsig_args_simple.py +0 -0
  274. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/MiscellaneousOps/__init__.py +0 -0
  275. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/MiscellaneousOps/contract.py +0 -0
  276. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.approval.teal +0 -0
  277. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.arc32.json +0 -0
  278. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.clear.teal +0 -0
  279. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/PrimitiveOps/__init__.py +0 -0
  280. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/PrimitiveOps/contract.py +0 -0
  281. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.approval.teal +0 -0
  282. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.arc32.json +0 -0
  283. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.clear.teal +0 -0
  284. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/__init__.py +0 -0
  285. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/Contract.approval.teal +0 -0
  286. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/Contract.arc32.json +0 -0
  287. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/Contract.clear.teal +0 -0
  288. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/StateMutations.approval.teal +0 -0
  289. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/StateMutations.arc32.json +0 -0
  290. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/data/StateMutations.clear.teal +0 -0
  291. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateMutations/statemutations.py +0 -0
  292. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/__init__.py +0 -0
  293. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/contract.py +0 -0
  294. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalMapContract.approval.teal +0 -0
  295. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalMapContract.clear.teal +0 -0
  296. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalStateContract.approval.teal +0 -0
  297. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalStateContract.arc32.json +0 -0
  298. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/GlobalStateContract.clear.teal +0 -0
  299. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/ITxnOpsContract.approval.teal +0 -0
  300. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/ITxnOpsContract.arc32.json +0 -0
  301. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/ITxnOpsContract.clear.teal +0 -0
  302. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalMapContract.approval.teal +0 -0
  303. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalMapContract.clear.teal +0 -0
  304. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalStateContract.approval.teal +0 -0
  305. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalStateContract.arc32.json +0 -0
  306. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/LocalStateContract.clear.teal +0 -0
  307. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGet.approval.teal +0 -0
  308. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGet.arc32.json +0 -0
  309. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGet.clear.teal +0 -0
  310. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.approval.teal +0 -0
  311. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.arc32.json +0 -0
  312. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.clear.teal +0 -0
  313. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalContract.approval.teal +0 -0
  314. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalContract.arc32.json +0 -0
  315. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalContract.clear.teal +0 -0
  316. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalExContract.approval.teal +0 -0
  317. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalExContract.arc32.json +0 -0
  318. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppGlobalExContract.clear.teal +0 -0
  319. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalContract.approval.teal +0 -0
  320. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalContract.arc32.json +0 -0
  321. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalContract.clear.teal +0 -0
  322. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalExContract.approval.teal +0 -0
  323. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalExContract.arc32.json +0 -0
  324. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppLocalExContract.clear.teal +0 -0
  325. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppParamsContract.approval.teal +0 -0
  326. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppParamsContract.arc32.json +0 -0
  327. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAppParamsContract.clear.teal +0 -0
  328. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetHoldingContract.approval.teal +0 -0
  329. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetHoldingContract.arc32.json +0 -0
  330. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetHoldingContract.clear.teal +0 -0
  331. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetParamsContract.approval.teal +0 -0
  332. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetParamsContract.arc32.json +0 -0
  333. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/StateOps/data/StateAssetParamsContract.clear.teal +0 -0
  334. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Tuples/__init__.py +0 -0
  335. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Tuples/contract.py +0 -0
  336. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Tuples/data/TuplesContract.approval.teal +0 -0
  337. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Tuples/data/TuplesContract.arc32.json +0 -0
  338. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/Tuples/data/TuplesContract.clear.teal +0 -0
  339. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/artifacts/__init__.py +0 -0
  340. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/avm12/__init__.py +0 -0
  341. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/avm12/conftest.py +0 -0
  342. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/avm12/test_avm12.py +0 -0
  343. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/common.py +0 -0
  344. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/conftest.py +0 -0
  345. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/contexts/__init__.py +0 -0
  346. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/dynamic_itxn_group/__init__.py +0 -0
  347. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/dynamic_itxn_group/test_dynamic_itxn_group.py +0 -0
  348. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/logic_signature/__init__.py +0 -0
  349. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/logic_signature/test_lsig_args_complex.py +0 -0
  350. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/logic_signature/test_lsig_args_simple.py +0 -0
  351. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/__init__.py +0 -0
  352. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_asset.py +0 -0
  353. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_box.py +0 -0
  354. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_box_map.py +0 -0
  355. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_box_ref.py +0 -0
  356. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_contract.py +0 -0
  357. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_uenumerate.py +0 -0
  358. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/models/test_urange.py +0 -0
  359. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/__init__.py +0 -0
  360. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/conftest.py +0 -0
  361. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/test_biguint.py +0 -0
  362. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/test_bytes.py +0 -0
  363. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/test_fixed_bytes.py +0 -0
  364. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/test_string.py +0 -0
  365. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/primitives/test_uint64.py +0 -0
  366. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/__init__.py +0 -0
  367. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/conftest.py +0 -0
  368. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/test_global_map.py +0 -0
  369. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/test_global_state.py +0 -0
  370. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/test_local_map.py +0 -0
  371. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/test_local_state.py +0 -0
  372. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/state/test_mutations.py +0 -0
  373. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/test_array.py +0 -0
  374. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/test_context.py +0 -0
  375. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/test_miscellaneous_op.py +0 -0
  376. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/test_op.py +0 -0
  377. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/util.py +0 -0
  378. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/utilities/__init__.py +0 -0
  379. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/utilities/conftest.py +0 -0
  380. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/utilities/test_log.py +0 -0
  381. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/utilities/test_size_of.py +0 -0
  382. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/value_generators/__init__.py +0 -0
  383. {algorand_python_testing-1.2.0b10 → algorand_python_testing-1.2.0b12}/tests/value_generators/test_avm.py +0 -0
@@ -47,6 +47,30 @@ jobs:
47
47
  fetch-depth: 0
48
48
  token: ${{ secrets.GITHUB_TOKEN }}
49
49
 
50
+ - name: Verify production puyapy and algorand-python dependencies
51
+ if: ${{ env.PRERELEASE == 'false' }}
52
+ run: |
53
+ set -euo pipefail
54
+ deps=$(grep -oE '"(puyapy|algorand-python)[><=!~@ ][^"]*"' pyproject.toml | tr -d '"' || true)
55
+ if [ -z "$deps" ]; then
56
+ echo "ERROR: No puyapy or algorand-python dependency found in pyproject.toml"
57
+ exit 1
58
+ fi
59
+ echo "Found dependencies:"
60
+ echo "$deps"
61
+ echo ""
62
+ failed=0
63
+ while IFS= read -r dep; do
64
+ version=$(echo "$dep" | sed -E 's/^(puyapy|algorand-python)[><=!~@ ]*//')
65
+ if [[ "$version" =~ ^[0-9]+\.?[0-9]*\.?[0-9]*$ ]]; then
66
+ echo "OK: $dep"
67
+ else
68
+ echo "ERROR: '$dep' uses non-production version ('$version')"
69
+ failed=1
70
+ fi
71
+ done <<< "$deps"
72
+ exit $failed
73
+
50
74
  - name: Install hatch
51
75
  run: pipx install hatch
52
76
 
@@ -1,4 +1,12 @@
1
1
  # CHANGELOG
2
+ ## v1.2.0-beta.12 (2026-05-13)
3
+
4
+ ### Features
5
+
6
+ * check if depending on production release of puyapy, fail prod release otherwise ([`0632a78`](https://github.com/algorandfoundation/algorand-python-testing/commit/0632a78b5c49c8459bcba41bc58f25feac6ad613))
7
+
8
+ ## v1.2.0-beta.11 (2026-04-14)
9
+
2
10
  ## v1.2.0-beta.10 (2026-04-14)
3
11
 
4
12
  ### Features
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: algorand-python-testing
3
- Version: 1.2.0b10
3
+ Version: 1.2.0b12
4
4
  Summary: Algorand Python testing library
5
5
  Project-URL: Documentation, https://github.com/algorandfoundation/puya/tree/main/algopy_testing#README.md
6
6
  Project-URL: Issues, https://github.com/algorandfoundation/puya/issues
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "algorand-python-testing"
7
- version = "1.2.0-beta.10"
7
+ version = "1.2.0-beta.12"
8
8
  description = 'Algorand Python testing library'
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -45,7 +45,7 @@ type = "virtual"
45
45
  path = ".venv"
46
46
  python = "3.12"
47
47
  dependencies = [
48
- "puyapy>=5.8.0",
48
+ "puyapy>=5.8.1",
49
49
  "pytest>=7.4",
50
50
  "pytest-mock>=3.10.0",
51
51
  "pytest-xdist[psutil]>=3.3",
@@ -123,7 +123,7 @@ dependencies = [
123
123
  "pytest-mock>=3.10.0",
124
124
  "pytest-xdist[psutil]>=3.3",
125
125
  "pytest-cov>=4.1.0",
126
- "puyapy>=5.8.0",
126
+ "puyapy>=5.8.1",
127
127
  ]
128
128
 
129
129
  [tool.hatch.envs.test.scripts]
@@ -111,7 +111,7 @@
111
111
  "compilerVersion": {
112
112
  "major": 5,
113
113
  "minor": 8,
114
- "patch": 0
114
+ "patch": 1
115
115
  }
116
116
  },
117
117
  "events": [],
@@ -82,7 +82,7 @@
82
82
  "compilerVersion": {
83
83
  "major": 5,
84
84
  "minor": 8,
85
- "patch": 0
85
+ "patch": 1
86
86
  }
87
87
  },
88
88
  "events": [],
@@ -82,7 +82,7 @@
82
82
  "compilerVersion": {
83
83
  "major": 5,
84
84
  "minor": 8,
85
- "patch": 0
85
+ "patch": 1
86
86
  }
87
87
  },
88
88
  "events": [],
@@ -488,7 +488,7 @@
488
488
  "compilerVersion": {
489
489
  "major": 5,
490
490
  "minor": 8,
491
- "patch": 0
491
+ "patch": 1
492
492
  }
493
493
  },
494
494
  "events": [],
@@ -80,7 +80,7 @@
80
80
  "compilerVersion": {
81
81
  "major": 5,
82
82
  "minor": 8,
83
- "patch": 0
83
+ "patch": 1
84
84
  }
85
85
  },
86
86
  "events": [],
@@ -1476,7 +1476,7 @@
1476
1476
  "compilerVersion": {
1477
1477
  "major": 5,
1478
1478
  "minor": 8,
1479
- "patch": 0
1479
+ "patch": 1
1480
1480
  }
1481
1481
  },
1482
1482
  "events": [
@@ -363,7 +363,7 @@
363
363
  "compilerVersion": {
364
364
  "major": 5,
365
365
  "minor": 8,
366
- "patch": 0
366
+ "patch": 1
367
367
  }
368
368
  },
369
369
  "events": [],
@@ -123,7 +123,7 @@
123
123
  "compilerVersion": {
124
124
  "major": 5,
125
125
  "minor": 8,
126
- "patch": 0
126
+ "patch": 1
127
127
  }
128
128
  },
129
129
  "events": [],
@@ -789,7 +789,7 @@
789
789
  "compilerVersion": {
790
790
  "major": 5,
791
791
  "minor": 8,
792
- "patch": 0
792
+ "patch": 1
793
793
  }
794
794
  },
795
795
  "events": [
@@ -318,7 +318,7 @@
318
318
  "compilerVersion": {
319
319
  "major": 5,
320
320
  "minor": 8,
321
- "patch": 0
321
+ "patch": 1
322
322
  }
323
323
  },
324
324
  "events": [],
@@ -780,7 +780,7 @@
780
780
  "compilerVersion": {
781
781
  "major": 5,
782
782
  "minor": 8,
783
- "patch": 0
783
+ "patch": 1
784
784
  }
785
785
  },
786
786
  "events": [],
@@ -75,7 +75,7 @@
75
75
  "compilerVersion": {
76
76
  "major": 5,
77
77
  "minor": 8,
78
- "patch": 0
78
+ "patch": 1
79
79
  }
80
80
  },
81
81
  "events": [],
@@ -161,7 +161,7 @@
161
161
  "compilerVersion": {
162
162
  "major": 5,
163
163
  "minor": 8,
164
- "patch": 0
164
+ "patch": 1
165
165
  }
166
166
  },
167
167
  "events": [],
@@ -429,7 +429,7 @@
429
429
  "compilerVersion": {
430
430
  "major": 5,
431
431
  "minor": 8,
432
- "patch": 0
432
+ "patch": 1
433
433
  }
434
434
  },
435
435
  "events": [],
@@ -153,7 +153,7 @@
153
153
  "compilerVersion": {
154
154
  "major": 5,
155
155
  "minor": 8,
156
- "patch": 0
156
+ "patch": 1
157
157
  }
158
158
  },
159
159
  "events": [],
@@ -82,7 +82,7 @@
82
82
  "compilerVersion": {
83
83
  "major": 5,
84
84
  "minor": 8,
85
- "patch": 0
85
+ "patch": 1
86
86
  }
87
87
  },
88
88
  "events": [],
@@ -91,7 +91,7 @@
91
91
  "compilerVersion": {
92
92
  "major": 5,
93
93
  "minor": 8,
94
- "patch": 0
94
+ "patch": 1
95
95
  }
96
96
  },
97
97
  "events": [],
@@ -991,7 +991,7 @@
991
991
  "compilerVersion": {
992
992
  "major": 5,
993
993
  "minor": 8,
994
- "patch": 0
994
+ "patch": 1
995
995
  }
996
996
  },
997
997
  "events": [],
@@ -1669,7 +1669,7 @@
1669
1669
  "compilerVersion": {
1670
1670
  "major": 5,
1671
1671
  "minor": 8,
1672
- "patch": 0
1672
+ "patch": 1
1673
1673
  }
1674
1674
  },
1675
1675
  "events": [],
@@ -242,7 +242,7 @@
242
242
  "compilerVersion": {
243
243
  "major": 5,
244
244
  "minor": 8,
245
- "patch": 0
245
+ "patch": 1
246
246
  }
247
247
  },
248
248
  "events": [],
@@ -776,7 +776,7 @@
776
776
  "compilerVersion": {
777
777
  "major": 5,
778
778
  "minor": 8,
779
- "patch": 0
779
+ "patch": 1
780
780
  }
781
781
  },
782
782
  "events": [],
@@ -781,7 +781,7 @@
781
781
  "compilerVersion": {
782
782
  "major": 5,
783
783
  "minor": 8,
784
- "patch": 0
784
+ "patch": 1
785
785
  }
786
786
  },
787
787
  "events": [],
@@ -75,7 +75,7 @@
75
75
  "compilerVersion": {
76
76
  "major": 5,
77
77
  "minor": 8,
78
- "patch": 0
78
+ "patch": 1
79
79
  }
80
80
  },
81
81
  "events": [],
@@ -896,7 +896,7 @@
896
896
  "compilerVersion": {
897
897
  "major": 5,
898
898
  "minor": 8,
899
- "patch": 0
899
+ "patch": 1
900
900
  }
901
901
  },
902
902
  "events": [],
@@ -557,7 +557,7 @@
557
557
  "compilerVersion": {
558
558
  "major": 5,
559
559
  "minor": 8,
560
- "patch": 0
560
+ "patch": 1
561
561
  }
562
562
  },
563
563
  "events": [],
@@ -458,7 +458,7 @@
458
458
  "compilerVersion": {
459
459
  "major": 5,
460
460
  "minor": 8,
461
- "patch": 0
461
+ "patch": 1
462
462
  }
463
463
  },
464
464
  "events": [],
@@ -233,7 +233,7 @@
233
233
  "compilerVersion": {
234
234
  "major": 5,
235
235
  "minor": 8,
236
- "patch": 0
236
+ "patch": 1
237
237
  }
238
238
  },
239
239
  "events": [],
@@ -94,7 +94,7 @@
94
94
  "compilerVersion": {
95
95
  "major": 5,
96
96
  "minor": 8,
97
- "patch": 0
97
+ "patch": 1
98
98
  }
99
99
  },
100
100
  "events": [],
@@ -302,7 +302,7 @@
302
302
  "compilerVersion": {
303
303
  "major": 5,
304
304
  "minor": 8,
305
- "patch": 0
305
+ "patch": 1
306
306
  }
307
307
  },
308
308
  "events": [],
@@ -91,7 +91,7 @@
91
91
  "compilerVersion": {
92
92
  "major": 5,
93
93
  "minor": 8,
94
- "patch": 0
94
+ "patch": 1
95
95
  }
96
96
  },
97
97
  "events": [],
@@ -277,7 +277,7 @@
277
277
  "compilerVersion": {
278
278
  "major": 5,
279
279
  "minor": 8,
280
- "patch": 0
280
+ "patch": 1
281
281
  }
282
282
  },
283
283
  "events": [],
@@ -109,7 +109,7 @@
109
109
  "compilerVersion": {
110
110
  "major": 5,
111
111
  "minor": 8,
112
- "patch": 0
112
+ "patch": 1
113
113
  }
114
114
  },
115
115
  "events": [],
@@ -346,7 +346,7 @@
346
346
  "compilerVersion": {
347
347
  "major": 5,
348
348
  "minor": 8,
349
- "patch": 0
349
+ "patch": 1
350
350
  }
351
351
  },
352
352
  "events": [],
@@ -75,7 +75,7 @@
75
75
  "compilerVersion": {
76
76
  "major": 5,
77
77
  "minor": 8,
78
- "patch": 0
78
+ "patch": 1
79
79
  }
80
80
  },
81
81
  "events": [],