mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
Init
This commit is contained in:
5
tests/test_fastapi_file_server.py
Normal file
5
tests/test_fastapi_file_server.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from fastapi_file_server import __version__
|
||||
|
||||
|
||||
def test_version():
|
||||
assert __version__ == '0.1.0'
|
||||
Reference in New Issue
Block a user