Compare commits

..

3 Commits

Author SHA1 Message Date
6655811cc1 Merge pull request 'fix' (#3) from fix into test
Reviewed-on: http://5.129.221.254:3000/RLK/python-common-app/pulls/3
2026-03-24 11:59:51 +03:00
2962870dd3 Merge branch 'test' into fix
Some checks failed
CI/CD / test-backend (pull_request) Failing after 6s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / create-archives (pull_request) Failing after 3s
CI/CD Pipeline / Overall Status ❌ Some checks failed
CI/CD / pr-status (pull_request) Failing after 1s
CI/CD / comment-on-failure (pull_request) Successful in 1s
CI/CD / cleanup (pull_request) Successful in 1s
2026-03-24 11:56:05 +03:00
84055cd389 Commented out the failing test_checker function in test_app.py
Some checks failed
CI/CD / test-backend (pull_request) Failing after 5s
CI/CD / create-archives (pull_request) Has been skipped
2026-03-24 11:38:09 +03:00

View File

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