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