X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=789bbebdecabf8f09702a6ccac257b36367427ab;hb=ee2905231a21580cf5d31483b0584bec53010d34;hp=d4f3a731fb31b7cd9ade8bf36da70700598fc7d4;hpb=a4c5fec24a23fac9e72eab5605ef65a76b9e74dc;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index d4f3a73..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 +commands = py.test -ra -v -s -x -n auto {posargs}