dopefishh / pympi

A python module for processing ELAN and Praat annotation files
MIT License
93 stars 39 forks source link

add support for CI via GH actions #34

Closed xrotwang closed 3 years ago

xrotwang commented 3 years ago

closes #32

xrotwang commented 3 years ago

Btw.: I had good experiences with using pytest for testing. Fixtures like tmp_path make code that tests file writing and reading a lot more readable.

dopefishh commented 3 years ago

thanks!