diff options
Diffstat (limited to 'utils/test/result_collection_api/dashboard/dashboard_utils.py')
-rw-r--r-- | utils/test/result_collection_api/dashboard/dashboard_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/dashboard/dashboard_utils.py b/utils/test/result_collection_api/dashboard/dashboard_utils.py index 3252c3af6..472bbc727 100644 --- a/utils/test/result_collection_api/dashboard/dashboard_utils.py +++ b/utils/test/result_collection_api/dashboard/dashboard_utils.py @@ -28,6 +28,8 @@ from qtip2Dashboard import format_qtip_for_dashboard, \ check_qtip_case_exist from promise2Dashboard import format_promise_for_dashboard, \ check_promise_case_exist +from doctor2Dashboard import format_doctor_for_dashboard, \ + check_doctor_case_exist # any project test project wishing to provide dashboard ready values # must include at least 2 methods |