floorball_stas/tests/test_floorball_stats.py

6 lines
89 B
Python

from app import __version__
def test_version():
assert __version__ == "0.1.0"