Test

Run unit tests with coverage Use when this capability is needed.

tomevault-io Updated

File contents

/test - Run Unit Tests

Run pytest unit tests.

Default

uvx tox -e pytest

Options

Pass additional arguments after --:

  • /test -- -v - Verbose output
  • /test -- -k "test_serialize" - Run matching tests
  • /test -- tests/lean_spec/subspecs/ssz/ - Run specific test directory

Examples

  • /test - Run all unit tests
  • /test -- --cov - Run with coverage report

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/leanethereum--leanspec--test commit 7bbc9695da

Frequently asked questions

npx skillmds@latest add tomevault-io/test-19