From f39d14fb2636801e0954b9b1749e07dbf90b805f Mon Sep 17 00:00:00 2001 From: ljnsn Date: Thu, 7 Mar 2024 00:11:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20config:=20add=20script=20for=20r?= =?UTF-8?q?unning=20network=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00bb3f7..8f8acc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -208,6 +208,6 @@ dev = [ [tool.pdm.scripts] lint = "pre-commit run --all-files --color always" test = "coverage run -m pytest -m 'not network'" +test-network = "coverage run -m pytest -m network" # this will run after the `test` command post_test = { composite = ["coverage report", "coverage xml"] } -