7 lines
111 B
Python
Executable File
7 lines
111 B
Python
Executable File
from tantri import __version__
|
|
import tantri
|
|
|
|
|
|
def test_version():
|
|
assert tantri.get_version() == __version__
|