Skip to content

Files

Latest commit

 

History

History

tests

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.