VoiceVault / tests /__init__.py
NinjainPJs's picture
Initial release: VoiceVault v1.0.0 — Voice-First RAG Knowledge Agent
85f900d
raw
history blame contribute delete
254 Bytes
"""
tests
=====
VoiceVault test suite.
Each phase has its own test module.
Run all tests: pytest tests/ -v
Run a single phase: pytest tests/test_phase0.py -v
With coverage: pytest tests/ --cov=voicevault --cov-report=term-missing
"""