compass.list.list_cases

compass.list.list_cases(test_expr=None, number=None, verbose=False)[source]

List the available test cases

Parameters
  • test_expr (str, optional) – A regular expression for a test path name to search for

  • number (int, optional) – The number of the test to list

  • verbose (bool, optional) – Whether to print details of each test or just the subdirectories. When applied to suites, verbose will list the tests in the suite.