podcastrr/tests/test_basic.py
Cody Cook 9e19ae6cf6
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
Add a test and make changez?
2025-06-17 20:36:20 -07:00

8 lines
No EOL
152 B
Python

import pytest
def test_app_exists():
"""
A simple test to verify that the test suite runs.
This test always passes.
"""
assert True