X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=tox.ini;h=789bbebdecabf8f09702a6ccac257b36367427ab;hb=ee2905231a21580cf5d31483b0584bec53010d34;hp=8c4b0cd2ebfabd6b15c0e6c5e6c1a98799b4ac80;hpb=f5341c9db31e56527fcb0bb320abea86fe17a550;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 8c4b0cd..789bbeb 100644 --- a/tox.ini +++ b/tox.ini @@ -16,10 +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] -commands = py.test -ra -s -x -n auto +basepython=python3 +commands = py.test -ra -v -s -x -n auto {posargs}