X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=789bbebdecabf8f09702a6ccac257b36367427ab;hb=7dd0c1586fa760fbdf8a3195d67596bd6b26b10d;hp=5b2d82ed9c0137c94b8b48ec0da883bbd0d97496;hpb=4886fb1aecea27593aa4d5ec8829975c38701c71;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 5b2d82e..789bbeb 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,12 @@ deps = pytest-xdist mock asynctest + ipdb [testenv:py35] # default tox env excludes integration tests -commands = py.test -ra -s -x -n auto -k 'not integration' {posargs} +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}