diff options
Diffstat (limited to 'test/mocks/mass-pnf-sim/tox.ini')
-rw-r--r-- | test/mocks/mass-pnf-sim/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/mass-pnf-sim/tox.ini b/test/mocks/mass-pnf-sim/tox.ini index 98be4b667..7e7ba2cde 100644 --- a/test/mocks/mass-pnf-sim/tox.ini +++ b/test/mocks/mass-pnf-sim/tox.ini @@ -6,7 +6,7 @@ deps = pytest [testenv:pytest] basepython = python3 -commands = pytest +commands = pytest -v [testenv:MassPnfSim-runtime] basepython = python3 |