chore(tests): remove stale test_init.py cookiecutter leftover #35
1 changed files with 0 additions and 11 deletions
|
|
@ -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)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue