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