]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring/grafana: tox doctests tests_dashboards/util.py 45980/head
authorPere Diaz Bou <pdiazbou@redhat.com>
Tue, 26 Apr 2022 07:39:11 +0000 (09:39 +0200)
committerPere Diaz Bou <pdiazbou@redhat.com>
Tue, 26 Apr 2022 08:50:18 +0000 (10:50 +0200)
Signed-off-by: Pere Diaz Bou <pdiazbou@redhat.com>
monitoring/ceph-mixin/tox.ini

index e6cae299d68fa0d6d3ea2535ef78fa4b5a5649dd..ea3e19ae6013c9928a250cb4d7a2b6882bbdc408 100644 (file)
@@ -54,6 +54,7 @@ setenv =
 whitelist_externals =
   promtool
 commands =
+    python -m doctest tests_dashboards/util.py
     behave tests_dashboards/features 
 
 [testenv:alerts-{check,lint}]