API Reference¶
An overview of the algorand-python-testing
’s algopy_testing
module - covering the main classes and functions.
Hint
Spotted a typo in documentation? This project is open source, please submit an issue or a PR on GitHub.
Warning
Note, assume _algopy_testing
to refer to algopy_testing
namespace in the auto-generated class documentation above. To be patched in near future.
Contexts¶
Manages the testing context for Algorand Python SDK (algopy) applications. |
|
Context for managing the ledger state. |
|
Context for managing transaction groups and active transactions. |
Value Generators¶
Factory for generating test data for AVM abstractions (uint64, bytes, string, accounts, assets and applications). |
|
Factory for generating ARC4-compliant test data. |
|
Factory for generating test data for transactions. |
Inner transaction loaders¶
A helper class for handling access to groups of inner transactions in test context. |
|
A helper class for handling access to individual inner transactions in test context. |
Utils¶
Context manager for the AlgopyTestContext. |
|
Return the value with the ARC4 prefix prepended. |