4 lines
76 B
Python
4 lines
76 B
Python
def test_main():
|
|
"""Minimal test that always passes."""
|
|
assert True
|
def test_main():
|
|
"""Minimal test that always passes."""
|
|
assert True
|