Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Algorand Python Testing documentation
Algorand Python Testing documentation

Contents

  • Testing Guide
    • Concepts
    • AVM Types
    • ARC4 Types
    • Transactions
    • Smart Contract Testing
    • Smart Signature Testing
    • State Management
    • Subroutines
    • AVM Opcodes
  • Examples
  • Coverage
  • FAQ
  • API Reference
  • Algorand Python
Back to top
View this page

_algopy_testing.context_helpers.context_storage¶

Module Contents¶

Functions¶

algopy_testing_context

Context manager for the AlgopyTestContext.

API¶

algopy_testing_context(
*,
default_sender: str | None = None,
) → collections.abc.Generator[_algopy_testing.context.AlgopyTestContext, None, None]¶

Context manager for the AlgopyTestContext.

Args: default_sender: The default sender for the context.

Copyright © 2024, Algorand Foundation
Made with Sphinx and @pradyunsg's Furo
On this page
  • _algopy_testing.context_helpers.context_storage
    • Module Contents
      • Functions
      • API
        • algopy_testing_context()