chore(tests): remove stale test_init.py cookiecutter leftover #35

Merged
padreug merged 1 commit from chore/remove-stale-test-init into v2-bitspire 2026-05-31 17:29:30 +00:00

View file

@ -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)