10 lines
119 B
Python
10 lines
119 B
Python
"""
|
|
High-level tests for the package.
|
|
|
|
"""
|
|
|
|
import CARA
|
|
|
|
|
|
def test_version():
|
|
assert CARA.__version__ is not None
|