Add a test and make changez?
Some checks failed
Build and Publish / test (push) Successful in 20s
Build and Publish / build (push) Failing after 5m33s
Build and Publish / notify (push) Successful in 1s

This commit is contained in:
Cody Cook 2025-06-17 20:36:20 -07:00
commit 9e19ae6cf6
5 changed files with 133 additions and 11 deletions

8
tests/test_basic.py Normal file
View file

@ -0,0 +1,8 @@
import pytest
def test_app_exists():
"""
A simple test to verify that the test suite runs.
This test always passes.
"""
assert True