Expand description

Test infrastructure for the Aptos VM.

This crate contains helpers for executing tests against the Aptos VM.

Modules

Test infrastructure for modeling Aptos accounts.

A model to test properties of common Aptos transactions.

Support for encoding transactions for common situations.

Support for compiling scripts and modules in tests.

Support for mocking the Aptos data store.

Support for running the VM to execute and verify transactions.

Gas costs for common transactions.

Macros

Returns the name of the current function. This macro is used to derive the name for the golden file of each test case.

Functions