brukeropusreader/tests/test_import.py

6 lines
102 B
Python

def test_import():
import brukeropusreader as bor
l = dir(bor)
assert 'opus_reader' in l