Testing Guide
Running Tests
Quick Test
# Run all tests
pytest -v
# Run with coverage
pytest --cov=gbcms --cov-report=html
# Run specific test file
pytest tests/test_accuracy.py -vTest Categories
Category
Files
Purpose
Test Structure
Writing Tests
Basic Test Template
Accuracy Test Template
Manual Validation
Using samtools for Spot-Check
Comparing with gbcms Output
Accuracy Validation
Variant Types Tested
Type
Test
Status
Real-World Validation
Coverage Targets
Module
Target
Current
Last updated