Files
rdb-discovery/TEST_PLAN.md
T

18 lines
190 B
Markdown

# Test Plan
## Bootstrap Validation
Run:
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -e '.[dev]'
pytest
rdb --help
Expected result:
Tests pass
CLI help displays