From: Vasek Sraier Date: Fri, 19 Mar 2021 14:44:26 +0000 (+0100) Subject: poe: fixed unit test invocation command X-Git-Tag: v6.0.0a1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=095bf2ae9baf37d54975ebaef3bb4d889ed7e992;p=thirdparty%2Fknot-resolver.git poe: fixed unit test invocation command --- diff --git a/manager/pyproject.toml b/manager/pyproject.toml index 6a81c1d2c..dd9f7fedb 100644 --- a/manager/pyproject.toml +++ b/manager/pyproject.toml @@ -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 = """