FixMiYouShe/tests/test_app.py

11 lines
151 B
Python
Raw Normal View History

2023-08-25 08:33:06 +00:00
import pytest
from main import main
@pytest.mark.asyncio
class TestAPP:
@staticmethod
async def test_app():
assert main is not None