diff --git a/tests/test_init.py b/tests/test_init.py deleted file mode 100644 index e2fc116..0000000 --- a/tests/test_init.py +++ /dev/null @@ -1,11 +0,0 @@ -import pytest -from fastapi import APIRouter - -from .. import satmachineadmin_ext - - -# just import router and add it to a test router -@pytest.mark.asyncio -async def test_router(): - router = APIRouter() - router.include_router(satmachineadmin_ext)