X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=789bbebdecabf8f09702a6ccac257b36367427ab;hb=ee2905231a21580cf5d31483b0584bec53010d34;hp=1ac635621d4eebb9da0837e53f203e8b360fd0d1;hpb=a09dd5038d226fbcda54a79bdddc995054857198;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 1ac6356..789bbeb 100644 --- a/tox.ini +++ b/tox.ini @@ -16,11 +16,13 @@ deps = pytest-asyncio pytest-xdist mock + asynctest + ipdb [testenv:py35] # default tox env excludes integration tests -commands = py.test -ra -s -x -n auto -k 'not integration' +commands = py.test -ra -v -s -x -n auto -k 'not integration' {posargs} [testenv:integration] basepython=python3 -commands = py.test -ra -s -x -n auto {posargs} +commands = py.test -ra -v -s -x -n auto {posargs}