X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=7e5cccf516c17a67243e36f52271ff01ff2cc9c1;hb=7ecbc3423bc9e08a662780b2eec10ee7cfe78b74;hp=582a8971202da27ec7c4d61698e95fed26c98251;hpb=e6d17e626bd750c6b05b6353a2731ee621532fd9;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index 582a897..7e5cccf 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = flake8 osm_lcm --max-line-length 120 \ [testenv:unittest] basepython = python3 deps = asynctest -commands = python3 -m unittest osm_lcm.tests.test_ns +commands = python3 -m unittest discover osm_lcm/tests -v [testenv:build] basepython = python3