Spaces:
Running
Running
File size: 176 Bytes
89b8989 |
1 2 3 4 5 6 |
def test_verify():
"""Simple test to verify pytest is working"""
print("\n=== Running verify test ===")
assert 1 + 1 == 2
print("=== Verify test passed ===\n")
|