Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Note on writing tests.

conftest.py will setup the test environment to ensure that the module is imported correctly.

Make sure to import whispercpp as w in your tests.

import whispercpp as w

Refer to conftest.py for more details.