Spaces:
Running
Running
| """ | |
| 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 | |
| """ | |