diff --git a/pyproject.toml b/pyproject.toml index c9f5ac5..37b6408 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,11 +107,11 @@ config-settings-package = { pygobject-stubs = { config = "Gtk3,Gdk3,Soup2" } } [tool.pytest.ini_options] markers = [ + "apitest: checks remote endpoints" "config: config file keys/values", "mods: tests mod metadata/link creation", "pefile: validate PE files", "post_install: requires a completed installation", "redact: log redaction mechanisms", "slow: long-running tests", - "webtest: checks remote endpoints" ] diff --git a/tests/test_remote_api.py b/tests/test_remote_api.py index e47a4d6..27cc066 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.webtest +pytestmark = pytest.mark.apitest @pytest.fixture