sda.test_utils ============== .. py:module:: sda.test_utils .. autoapi-nested-parse:: Test utilities for SDA. This module contains utility functions for test management and wildcard expansion. Functions --------- .. autoapisummary:: sda.test_utils.expand_test_wildcards Module Contents --------------- .. py:function:: expand_test_wildcards(test_names, verbose = True) Expand wildcard patterns in test names to actual test names. :param test_names: List of test names that may contain wildcards :type test_names: :py:class:`list[str]` :param verbose: Whether to print expansion messages :type verbose: :py:class:`bool`, *default* :py:obj:`True` :returns: List of expanded test names with duplicates removed :rtype: :py:class:`list[str]`