Files
Harry Coultas Blum 2ee6b47397 github: add initial Tests workflow
Co-authored-by: Hervé BREDIN <hbredin@users.noreply.github.com>
2020-11-08 22:43:13 +01:00

9 lines
194 B
Python

from pyannote.audio.core.model import Model
def test_import_lib():
"""This is a dummy test, just to check
if the lib can be successfully imported.
"""
assert Model is not None