chore: distinguish between api and web tests

This commit is contained in:
aclist 2026-07-24 01:05:01 +09:00
parent dc2a635d2f
commit 7edb66c311
2 changed files with 2 additions and 1 deletions

View File

@ -114,4 +114,5 @@ markers = [
"post_install: requires a completed installation",
"redact: log redaction mechanisms",
"slow: long-running tests",
"webtest: depends on remote endpoint",
]

View File

@ -4,7 +4,7 @@ from dzgui.config.query import get_config
from dzgui.config.xdg import get_xdg_paths, parse_filepaths
from dzgui.api import probe
pytestmark = pytest.mark.apitest
pytestmark = pytest.mark.webtest
@pytest.fixture