sda.test_utils#

Test utilities for SDA.

This module contains utility functions for test management and wildcard expansion.

Functions#

expand_test_wildcards(test_names[, verbose])

Expand wildcard patterns in test names to actual test names.

Module Contents#

sda.test_utils.expand_test_wildcards(test_names, verbose=True)#

Expand wildcard patterns in test names to actual test names.

Parameters:
  • test_names (list[str]) – List of test names that may contain wildcards

  • verbose (bool, default True) – Whether to print expansion messages

Returns:

List of expanded test names with duplicates removed

Return type:

list[str]