health-assistant / tests /test_verify.py
yuting111222's picture
Add Health Assistant AI project with AI food analyzer and complete backend/frontend
89b8989
def test_verify():
"""Simple test to verify pytest is working"""
print("\n=== Running verify test ===")
assert 1 + 1 == 2
print("=== Verify test passed ===\n")