8 lines
No EOL
152 B
Python
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 |