Testing
This directory contains test procedures and verification documentation.
Contents
| Document | Description |
|---|---|
| pattern3-verification.md | Pattern 3 transaction verification procedures |
Related Testing Documentation
- ../taproot/testing.md - Taproot-specific tests
- ../operations/e2e-transaction-patterns.md - E2E test patterns
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
# ... etcRelated Documentation
- ../README.md - Main BTC documentation index
- Project Testing Standards - Project testing standards