algorand-python-testing 0.4.0b1__tar.gz → 0.4.1__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.
- algorand_python_testing-0.4.1/.github/dependabot.yml +15 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/CHANGELOG.md +18 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/PKG-INFO +1 -1
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/pyproject.toml +1 -1
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/arc4.py +2 -2
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_struct.py +20 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_asset.py +1 -1
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.coveragerc +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.editorconfig +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/pull_request_template.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/workflows/cd.yaml +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/workflows/ci.yaml +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/workflows/gh-pages.yaml +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.gitignore +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.pre-commit-config.yaml +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.vscode/extensions.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.vscode/launch.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.vscode/settings.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/CONTRIBUTING.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/LICENSE +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/README.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/Makefile +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/_static/custom.css +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/algopy.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/api.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/conf.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/coverage.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/examples.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/faq.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/index.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/make.bat +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/arc4-types.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/avm-types.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/concepts.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/contract-testing.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/index.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/opcodes.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/signature-testing.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/state-management.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/subroutines.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/transactions.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/README.md +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/auction/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/auction/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/auction/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/htlc_logicsig/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/htlc_logicsig/signature.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/htlc_logicsig/test_signature.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/marketplace/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/marketplace/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/marketplace/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/proof_of_attendance/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/proof_of_attendance/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/proof_of_attendance/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/scratch_storage/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/scratch_storage/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/scratch_storage/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/simple_voting/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/simple_voting/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/simple_voting/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/zk_whitelist/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/zk_whitelist/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/zk_whitelist/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/check_stubs_cov.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/refresh_test_artifacts.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/validate_examples.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/compiled.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/constants.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/context.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/context_helpers/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/context_helpers/context_storage.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/context_helpers/ledger_context.py +1 -1
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/context_helpers/txn_context.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/decorators/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/decorators/arc4.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/decorators/subroutine.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/enums.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/gtxn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/itxn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/itxn_loader.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/account.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/application.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/asset.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/logicsig.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/template_variable.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/txn_fields.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/models/unsigned_builtins.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/mutable.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/block.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/constants.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/crypto.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/global_values.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/itxn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/misc.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/pure.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/txn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/primitives/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/primitives/biguint.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/primitives/bytes.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/primitives/string.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/primitives/uint64.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/protocols.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/py.typed +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/box.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/global_state.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/local_state.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/utils.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/utilities/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/utilities/budget.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/utilities/log.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/utils.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/value_generators/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/value_generators/arc4.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/value_generators/avm.py +1 -1
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/value_generators/txn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy/arc4.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy/gtxn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy/itxn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy/op.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy/py.typed +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy_testing/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy_testing/py.typed +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/templates/.macros.j2 +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/templates/.release_notes.md.j2 +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/templates/CHANGELOG.md.j2 +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/conftest.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_abi_call.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_address.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_arc4_method_signature.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_bool.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_dynamic_array.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_dynamic_bytes.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_emit.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_static_array.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_string.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_tuple.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_ufixednxm.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_uintn.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4ABIMethod/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4ABIMethod/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4ABIMethod/data/SignaturesContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4InnerTxns/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4InnerTxns/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4InnerTxns/data/Arc4InnerTxnsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4PrimitiveOps/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4PrimitiveOps/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Arc4PrimitiveOps/data/Arc4PrimitiveOpsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/BoxContract/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/BoxContract/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/BoxContract/data/BoxContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/BoxContract/data/BoxContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/BoxContract/data/BoxContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Contains/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Contains/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Contains/data/MyContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/Contains/data/MyContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CreatedAppAsset/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CreatedAppAsset/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CreatedAppAsset/data/AppExpectingEffects.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CreatedAppAsset/other.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CryptoOps/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CryptoOps/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CryptoOps/data/CryptoOpsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CryptoOps/data/CryptoOpsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/CryptoOps/data/CryptoOpsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/GlobalStateValidator/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/GlobalStateValidator/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/GlobalStateValidator/data/GlobalStateValidator.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/MiscellaneousOps/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/MiscellaneousOps/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/MiscellaneousOps/data/MiscellaneousOpsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/PrimitiveOps/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/PrimitiveOps/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/PrimitiveOps/data/PrimitiveOpsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateMutations/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateMutations/data/Contract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateMutations/data/Contract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateMutations/data/Contract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateMutations/statemutations.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/GlobalStateContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/GlobalStateContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/GlobalStateContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/ITxnOpsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/ITxnOpsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/ITxnOpsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/LocalStateContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/LocalStateContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/LocalStateContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAcctParamsGet.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAcctParamsGet.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAcctParamsGet.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAcctParamsGetContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppGlobalContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppGlobalContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppGlobalContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppGlobalExContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppGlobalExContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppGlobalExContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppLocalContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppLocalContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppLocalContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppLocalExContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppLocalExContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppLocalExContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppParamsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppParamsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAppParamsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAssetHoldingContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAssetHoldingContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAssetHoldingContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAssetParamsContract.approval.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAssetParamsContract.arc32.json +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/StateOps/data/StateAssetParamsContract.clear.teal +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/artifacts/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/common.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/conftest.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/contexts/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_box.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_box_map.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_box_ref.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_contract.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_uenumerate.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_urange.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/primitives/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/primitives/conftest.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/primitives/test_biguint.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/primitives/test_bytes.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/primitives/test_string.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/primitives/test_uint64.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/state/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/state/conftest.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/state/test_global_state.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/state/test_local_state.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/state/test_mutations.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/test_context.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/test_miscellaneous_op.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/test_op.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/util.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/utilities/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/utilities/conftest.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/utilities/test_log.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/value_generators/__init__.py +0 -0
- {algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/value_generators/test_avm.py +0 -0
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
|
+
## v0.4.1 (2024-09-03)
|
|
3
|
+
|
|
4
|
+
## v0.4.1-beta.1 (2024-09-03)
|
|
5
|
+
|
|
6
|
+
### Fix
|
|
7
|
+
|
|
8
|
+
* ability to pass kw_only flag to dataclass when defining struct subclass (#23) ([`24bcf9d`](https://github.com/algorandfoundation/algorand-python-testing/commit/24bcf9d8af34eb2675ddf85ce9d71802f82f2d6a))
|
|
9
|
+
|
|
10
|
+
* fix: ability to pass kw_only flag to dataclass when defining struct subclass
|
|
11
|
+
|
|
12
|
+
* chore: add dependabot yaml
|
|
13
|
+
|
|
14
|
+
* chore: adding ability to pass args to struct init subclass
|
|
15
|
+
|
|
16
|
+
## v0.4.0 (2024-08-27)
|
|
17
|
+
|
|
18
|
+
## v0.4.0-beta.2 (2024-08-27)
|
|
19
|
+
|
|
2
20
|
## v0.4.0-beta.1 (2024-08-27)
|
|
3
21
|
|
|
4
22
|
### Feature
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: algorand-python-testing
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.1
|
|
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
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/arc4.py
RENAMED
|
@@ -1053,8 +1053,8 @@ class Struct(MutableBytes, _ABIEncoded, metaclass=_StructMeta): # type: ignore[
|
|
|
1053
1053
|
|
|
1054
1054
|
_type_info: typing.ClassVar[_StructTypeInfo] # type: ignore[misc]
|
|
1055
1055
|
|
|
1056
|
-
def __init_subclass__(cls) -> None:
|
|
1057
|
-
dataclasses.dataclass(cls)
|
|
1056
|
+
def __init_subclass__(cls, *args: typing.Any, **kwargs: dict[str, typing.Any]) -> None:
|
|
1057
|
+
dataclasses.dataclass(cls, *args, **kwargs)
|
|
1058
1058
|
cls._type_info = _StructTypeInfo(cls)
|
|
1059
1059
|
|
|
1060
1060
|
def __post_init__(self) -> None:
|
|
@@ -16,6 +16,13 @@ _arc4_uint64 = arc4.UInt64(42)
|
|
|
16
16
|
_arc4_bool = arc4.Bool(True)
|
|
17
17
|
|
|
18
18
|
|
|
19
|
+
class StructWithKwOnly(arc4.Struct, kw_only=True):
|
|
20
|
+
a: arc4.UInt64
|
|
21
|
+
b: arc4.UInt64
|
|
22
|
+
c: arc4.Bool
|
|
23
|
+
d: arc4.String
|
|
24
|
+
|
|
25
|
+
|
|
19
26
|
class Swapped(arc4.Struct):
|
|
20
27
|
b: arc4.UInt64
|
|
21
28
|
c: arc4.Bool
|
|
@@ -329,6 +336,19 @@ def test_from_bytes(abi_type: abi.ABIType, abi_value: tuple, arc4_type: type[Swa
|
|
|
329
336
|
assert len(abi_value) == len(arc4_result)
|
|
330
337
|
|
|
331
338
|
|
|
339
|
+
def test_struct_kw_only() -> None:
|
|
340
|
+
struct = StructWithKwOnly(
|
|
341
|
+
a=arc4.UInt64(1), b=arc4.UInt64(2), c=arc4.Bool(True), d=arc4.String("hello")
|
|
342
|
+
)
|
|
343
|
+
assert struct.a == 1
|
|
344
|
+
assert struct.b == 2
|
|
345
|
+
assert struct.c.native
|
|
346
|
+
assert struct.d == "hello"
|
|
347
|
+
|
|
348
|
+
with pytest.raises(TypeError, match="takes 1 positional argument but 5 were given"):
|
|
349
|
+
StructWithKwOnly(arc4.UInt64(1), arc4.UInt64(2), arc4.Bool(True), arc4.String("hello")) # type: ignore[misc]
|
|
350
|
+
|
|
351
|
+
|
|
332
352
|
def _compare_abi_and_arc4_values(
|
|
333
353
|
arc4_value: typing.Any,
|
|
334
354
|
abi_value: typing.Any,
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/models/test_asset.py
RENAMED
|
@@ -37,7 +37,7 @@ def test_asset_from_int() -> None:
|
|
|
37
37
|
def test_asset_balance(context: AlgopyTestContext) -> None:
|
|
38
38
|
account = context.any.account()
|
|
39
39
|
asset = context.any.asset()
|
|
40
|
-
context.ledger.update_asset_holdings(
|
|
40
|
+
context.ledger.update_asset_holdings(asset, account, balance=1000)
|
|
41
41
|
|
|
42
42
|
assert asset.balance(account) == UInt64(1000)
|
|
43
43
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/pull_request_template.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/.github/workflows/gh-pages.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/arc4-types.md
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/avm-types.md
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/concepts.md
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/index.md
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/opcodes.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/subroutines.md
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/docs/testing-guide/transactions.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/auction/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/auction/contract.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/auction/test_contract.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/htlc_logicsig/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/marketplace/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/marketplace/contract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/simple_voting/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/simple_voting/contract.py
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/zk_whitelist/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/examples/zk_whitelist/contract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/check_stubs_cov.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/refresh_test_artifacts.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/scripts/validate_examples.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/compiled.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/constants.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/context.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -93,8 +93,8 @@ class LedgerContext:
|
|
|
93
93
|
|
|
94
94
|
def update_asset_holdings(
|
|
95
95
|
self,
|
|
96
|
-
account: algopy.Account | str,
|
|
97
96
|
asset: algopy.Asset | algopy.UInt64 | int,
|
|
97
|
+
account: algopy.Account | str,
|
|
98
98
|
*,
|
|
99
99
|
balance: algopy.UInt64 | int | None = None,
|
|
100
100
|
frozen: bool | None = None,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/enums.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/gtxn.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/itxn.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/itxn_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/mutable.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/block.py
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/crypto.py
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/itxn.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/misc.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/pure.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/op/txn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/protocols.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/box.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/state/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/_algopy_testing/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -98,8 +98,8 @@ class AVMValueGenerator:
|
|
|
98
98
|
account_data.fields.update(account_fields)
|
|
99
99
|
for asset_id, balance in (opted_asset_balances or {}).items():
|
|
100
100
|
ledger.update_asset_holdings(
|
|
101
|
-
new_account_address,
|
|
102
101
|
asset_id,
|
|
102
|
+
new_account_address,
|
|
103
103
|
balance=balance,
|
|
104
104
|
)
|
|
105
105
|
account_data.opted_apps = {_get_app_id(app): ledger.get_app(app) for app in opted_apps}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy_testing/__init__.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/src/algopy_testing/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/templates/.release_notes.md.j2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_abi_call.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_address.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_dynamic_array.py
RENAMED
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_dynamic_bytes.py
RENAMED
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_static_array.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{algorand_python_testing-0.4.0b1 → algorand_python_testing-0.4.1}/tests/arc4/test_ufixednxm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|