transactional-test

Run Move Transactional Tests

Usage

movement aptos move transactional-test [OPTIONS] --root-path <ROOT_PATH>

Options

  • --filter <FILTER> The filter string is tested against the name of all tests, and only those tests whose names contain the filter are run.

  • --exact Exactly match filters rather than match by substring.

  • --test-threads <TEST_THREADS> Number of threads used for running tests in parallel. [default: 32]

  • --quiet Output minimal information.

  • --list List all tests.

  • --root-path <ROOT_PATH> Path to contain the tests.

  • --pattern <PATTERN> Pattern to match the test files. [default: .*.(mvir|move)$]

Last updated