From 3ae46b6fd9f8827943b272196b242bcaab18b449 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 30 Mar 2023 13:28:31 +0200 Subject: [PATCH] Fix `tox` test command. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ac7d89b..71165f8 100644 --- a/tox.ini +++ b/tox.ini @@ -17,5 +17,5 @@ deps = commands = pre-commit run -a - coverage run --append -m unittest discover + coverage run --append -m unittest benedict coverage report --show-missing --ignore-errors