]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
poe: fixed unit test invocation command
authorVasek Sraier <git@vakabus.cz>
Fri, 19 Mar 2021 14:44:26 +0000 (15:44 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 8 Apr 2022 14:17:51 +0000 (16:17 +0200)
manager/pyproject.toml

index 6a81c1d2c21b46d032fd28ba9d7ba5776594eb6d..dd9f7fedb73a537939c1eef01a323ddfcf03970a 100644 (file)
@@ -28,7 +28,7 @@ click = "^7.1.2"
 
 [tool.poe.tasks]
 run = { cmd = "python -m knot_resolver_manager", help = "Run the manager" }
-test = { cmd = "pytest --cov=knot_resolver_manager", help = "Run tests" }
+test = { cmd = "pytest --cov=knot_resolver_manager tests/", help = "Run tests" }
 check = { cmd = "scripts/codecheck", help = "Run static code analysis" }
 fixdeps = { shell = "poetry install; yarn install", help = "Install/update dependencies according to configuration files"}
 clean = """