Files
open_dbm/rest_api/tests/test_app.py

6 lines
84 B
Python

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