Skip to content

Commit ef632a1

Browse files
committed
✅ Add initial tests code structure
1 parent b498915 commit ef632a1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/__init__.py

Whitespace-only changes.

tests/test_main.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from fastapi_new import __version__
2+
3+
4+
def test_version_var_exists() -> None:
5+
assert isinstance(__version__, str)

0 commit comments

Comments
 (0)