Replace [mM]yextension with [sS]at[mM]achine[aA]dmin
This commit is contained in:
parent
896ca5f3ca
commit
6db94179cc
21 changed files with 153 additions and 117 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import pytest
|
||||
from fastapi import APIRouter
|
||||
|
||||
from .. import myextension_ext
|
||||
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(myextension_ext)
|
||||
router.include_router(satmachineadmin_ext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue