test
All checks were successful
CI / test (push) Successful in 7s
Test Workflow / test (push) Successful in 1s

This commit is contained in:
2026-03-23 14:11:08 +03:00
parent e69b3bbb08
commit 63ed421823

View File

@@ -17,3 +17,8 @@ def test_root() -> None:
assert resp.status_code == 200 assert resp.status_code == 200
assert resp.json() == {"message": "FastAPI is running"} assert resp.json() == {"message": "FastAPI is running"}
def test_checker() -> None:
a = 1
assert a == 1