cara/CARA/tests/test_CARA.py
2020-10-19 13:49:40 +02:00

10 lines
119 B
Python

"""
High-level tests for the package.
"""
import CARA
def test_version():
assert CARA.__version__ is not None