Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 153 Bytes

File metadata and controls

6 lines (4 loc) · 153 Bytes

Project Guidelines

Testing

  • Use unittest instead of pytest for all tests
  • Run tests with: python -m unittest discover -s stt_server/tests