Technical reference

Testing


Running Unit Tests

cargo test

Running Integration Tests

cargo test --test integration_tests

Testing Spells

The project includes comprehensive spell testing scripts.

# Dry run (validates YAML structure)
./test-spells.sh

# Real test (requires testnet UTXOs)
./test-spells.sh --real

# Simple validation (no CLI required)
./validate-spells.sh
Previous
Dependencies