cara/caimira/tests/test_caimira.py

11 lines
125 B
Python
Raw Normal View History

2020-10-19 11:49:40 +00:00
"""
High-level tests for the package.
"""
import caimira
2020-10-19 11:49:40 +00:00
def test_version():
assert caimira.__version__ is not None