Skip to content
Algorand Python Testing
Search
Ctrl
K
Cancel
GitHub
Discord
Select theme
Dark
Light
Auto
Home
Getting Started
Quick Start
Guides
Smart Contract Testing
Smart Signature Testing
State Management
Subroutines
Transactions
Concepts
Testing Guide
Test Context
Value Generators
AVM Types
ARC4 Types
AVM Opcodes
Algorand Python
Examples
Examples
Auction
Htlc Logicsig
Marketplace
Proof Of Attendance
Scratch Storage
Simple Voting
Zk Whitelist
Reference
Coverage
FAQ
API Reference
algopy_testing
arc4
algopy_testing.arc4
compiled
algopy_testing.compiled
constants
algopy_testing.constants
context
algopy_testing.context
context_helpers
algopy_testing.context_helpers
context_storage
algopy_testing.context_helpers.context_storage
ledger_context
algopy_testing.context_helpers.ledger_context
txn_context
algopy_testing.context_helpers.txn_context
decorators
algopy_testing.decorators
arc4
algopy_testing.decorators.arc4
subroutine
algopy_testing.decorators.subroutine
enums
algopy_testing.enums
gtxn
algopy_testing.gtxn
itxn
algopy_testing.itxn
itxn_loader
algopy_testing.itxn_loader
models
algopy_testing.models
account
algopy_testing.models.account
application
algopy_testing.models.application
asset
algopy_testing.models.asset
contract
algopy_testing.models.contract
logicsig
algopy_testing.models.logicsig
template_variable
algopy_testing.models.template_variable
txn_fields
algopy_testing.models.txn_fields
unsigned_builtins
algopy_testing.models.unsigned_builtins
mutable
algopy_testing.mutable
op
algopy_testing.op
block
algopy_testing.op.block
crypto
algopy_testing.op.crypto
global_values
algopy_testing.op.global_values
misc
algopy_testing.op.misc
pure
algopy_testing.op.pure
primitives
algopy_testing.primitives
array
algopy_testing.primitives.array
biguint
algopy_testing.primitives.biguint
bytes
algopy_testing.primitives.bytes
fixed_bytes
algopy_testing.primitives.fixed_bytes
string
algopy_testing.primitives.string
uint64
algopy_testing.primitives.uint64
protocols
algopy_testing.protocols
serialize
algopy_testing.serialize
state
algopy_testing.state
box
algopy_testing.state.box
global_map
algopy_testing.state.global_map
global_state
algopy_testing.state.global_state
local_map
algopy_testing.state.local_map
local_state
algopy_testing.state.local_state
utils
algopy_testing.state.utils
utilities
algopy_testing.utilities
budget
algopy_testing.utilities.budget
log
algopy_testing.utilities.log
size_of
algopy_testing.utilities.size_of
utils
algopy_testing.utils
value_generators
algopy_testing.value_generators
arc4
algopy_testing.value_generators.arc4
avm
algopy_testing.value_generators.avm
txn
algopy_testing.value_generators.txn
GitHub
Discord
Select theme
Dark
Light
Auto
Simple Voting
Example source and tests for this contract are available in the repository.
Repository links
Section titled “Repository links”
Source file
Test file