File size: 254 Bytes
85f900d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""
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
"""