Skip to content

Testing

This directory contains test procedures and verification documentation.

Contents

DocumentDescription
pattern3-verification.mdPattern 3 transaction verification procedures

Test Scripts

E2E test scripts are located in:

  • scripts/operation/btc/e2e/ - Bitcoin E2E test scripts

Running Tests

bash
# Run Go unit tests
make go-test

# Run BTC E2E tests
make btc-e2e-setup
make btc-e2e-pattern1  # Single-sig
make btc-e2e-pattern2  # Traditional multisig
# ... etc