chore: bootstrap rdb-discovery
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user