test
This commit is contained in:
@@ -17,3 +17,8 @@ def test_root() -> None:
|
||||
assert resp.status_code == 200
|
||||
assert resp.json() == {"message": "FastAPI is running"}
|
||||
|
||||
|
||||
def test_checker() -> None:
|
||||
a = 1
|
||||
assert a == 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user