From 7edb66c3114402a0089caa82ce6f4143687f5da9 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:05:01 +0900 Subject: [PATCH] chore: distinguish between api and web tests --- pyproject.toml | 1 + tests/test_remote_api.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 956d4b7..8ded0ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,4 +114,5 @@ markers = [ "post_install: requires a completed installation", "redact: log redaction mechanisms", "slow: long-running tests", + "webtest: depends on remote endpoint", ] diff --git a/tests/test_remote_api.py b/tests/test_remote_api.py index 27cc066..e47a4d6 100644 --- a/tests/test_remote_api.py +++ b/tests/test_remote_api.py @@ -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