6 lines
99 B
Python
6 lines
99 B
Python
from documentation_test import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.1.0'
|