"""Test for hello logic function.""" from images.logic import hello def test_health_check(): """Check the health check. Note: while running tests, we connect to sqlite, which will make this mark this pull request as successfull. """ assert hello.health_check()