fixing prometheus metric exporter issues
[osm/LCM.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 1e0b679..85456e5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -50,7 +50,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 osm_lcm.tests.test_ns osm_lcm.tests.test_prometheus
 
 [testenv:build]
 basepython = python3