learning-beeware/tests/test_app.py

4 lines
79 B
Python

def test_first():
"""An initial test for the app."""
assert 1 + 1 == 2