From f1d9e22b882c1a1a76e00031374f9445ce44ab6b Mon Sep 17 00:00:00 2001 From: konstantinos Date: Thu, 16 Nov 2023 00:20:17 +0200 Subject: [PATCH] enable All Unit Tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ac20b78..173559b 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ commands = pytest -ra --cov --cov-report=term-missing \ --cov-report=html:{envdir}/htmlcov --cov-context=test \ --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \ - {posargs:-n auto} tests -k test_cli + {posargs:-n auto} tests ## CI oriented Envs integrating with GH Actions Tox Plugin ##