learning-beeware/tests/test_app.py
Vincent Batts adc0f86b92
*: initial commit
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-04-02 15:19:24 -04:00

3 lines
79 B
Python

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