adding initial fast-api
This commit is contained in:
0
fast-api/tests/__init__.py
Normal file
0
fast-api/tests/__init__.py
Normal file
5
fast-api/tests/test_fast_api.py
Normal file
5
fast-api/tests/test_fast_api.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fast_api import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.1.0'
|
||||
Reference in New Issue
Block a user