polaris.list.list_cases

polaris.list.list_cases(task_expr=None, number=None, verbose=False)[source]

List the available tasks

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

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

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