test #5

Merged
RaiLinKey merged 10 commits from test into main 2026-03-24 12:38:04 +03:00
Showing only changes of commit 6655811cc1 - Show all commits

View File

@@ -18,7 +18,7 @@ def test_root() -> None:
assert resp.json() == {"message": "FastAPI is running"}
def test_checker() -> None:
a = 1
assert a == 2
# def test_checker() -> None:
# a = 1
# assert a == 2