Expand description
§Overview
This module provides a simple and smart test container framework for testing interactions with an Aptos node. The framework is designed to easily initialize and manage a containerized Aptos environment, making it straightforward to write integration tests for Aptos-based applications.
Modules§
- aptos_
container - Responsible for handling the logic of an Aptos container.
- errors
- Defines error types and custom error handling related to the Aptos container operations.
- test_
utils - Provides utilities and helper functions for testing the Aptos container.
- utils
- A helper function used across the test container.