sda.dashboard.utils.test_info ============================= .. py:module:: sda.dashboard.utils.test_info .. autoapi-nested-parse:: Test Information Display Utilities. ===================================== Helper functions for displaying enhanced test information in the dashboard. Functions --------- .. autoapisummary:: sda.dashboard.utils.test_info.get_test_row_count sda.dashboard.utils.test_info.get_test_columns_sorted sda.dashboard.utils.test_info.create_enhanced_test_info_display Module Contents --------------- .. py:function:: get_test_row_count(test_name) Get the number of rows for a test. :param test_name: The name of the test :type test_name: :py:class:`str` :returns: Number of rows in the test data :rtype: :py:class:`int` .. py:function:: get_test_columns_sorted(test_name) Get the sorted list of columns for a test. :param test_name: The name of the test :type test_name: :py:class:`str` :returns: Sorted list of column names :rtype: :py:class:`List[str]` .. py:function:: create_enhanced_test_info_display(test_names) Create an enhanced test information display with hyperlinks, row counts, and columns. :param test_names: Single test name or list of test names :type test_names: :py:class:`Union[str`, :py:class:`List[str]]` :returns: Enhanced test information display component :rtype: :py:class:`html.Div`