6 lines
90 B
Python
6 lines
90 B
Python
from empanadas import __version__
|
|
|
|
|
|
def test_version():
|
|
assert __version__ == '0.5.0'
|