From 74e881d3650158566f146332743c27f23955ac75 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Fri, 4 Jan 2019 08:05:21 +0000 Subject: [PATCH] Included arguments to pytest execution to allow checking individual files --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1f203d88..08605507 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = commands = coverage erase - coverage run --source inventory_provider -m py.test + coverage run --source inventory_provider -m py.test {posargs} coverage xml coverage html coverage report --fail-under 75 -- GitLab