FixMiYouShe/tests/test_app.py
2023-08-25 16:33:06 +08:00

11 lines
151 B
Python

import pytest
from main import main
@pytest.mark.asyncio
class TestAPP:
@staticmethod
async def test_app():
assert main is not None