voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

Start the unit test infrastructure with one test. #6

Closed bitdancer closed 8 years ago

bitdancer commented 8 years ago

This establishes a simple unittest framework, using the standard library's unittest. Later we may want to use a more sophisticated test runner, but this is completely adequate for now. I updated the HACKING document accordingly.

The single current test just duplicates when run.sh currently does, but as a unit test.