brukeropusreader/tests/test_import.py

6 lines
102 B
Python
Raw Normal View History

2020-05-25 13:44:26 -04:00
def test_import():
import brukeropusreader as bor
l = dir(bor)
assert 'opus_reader' in l