forked from sr2/cloud-api
tests: pytest module markers
This commit is contained in:
parent
4ff9edf6d1
commit
bace6388aa
10 changed files with 61 additions and 0 deletions
|
|
@ -9,6 +9,11 @@ from httpx import AsyncClient
|
|||
from .conftest import generate_query_and_status
|
||||
|
||||
|
||||
pytestmark = [
|
||||
pytest.mark.user_module,
|
||||
]
|
||||
|
||||
|
||||
@pytest.mark.anyio
|
||||
async def test_get_self_db_success(default_client: AsyncClient):
|
||||
resp = await default_client.get("/user/self/db")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue