[New Feature] Rest API implementation to showcase the OpenDBM features
This commit is contained in:
5
rest_api/tests/test_app.py
Normal file
5
rest_api/tests/test_app.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from app import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == "0.1.0"
|
||||
Reference in New Issue
Block a user