find#

canary_addcommand(parser: Parser) None#
class Find#

Bases: CanarySubcommand

name: str = 'find'#
description: str = 'Search paths for test files'#
epilog: str | None = 'See canary help --pathspec for help on the path specification'#
setup_parser(parser: Parser) None#
execute(args: Namespace) int#
add_group_argument(group, name, help_string, add_short_arg=True)#
pprint_paths(specs: list[ResolvedSpec]) None#
pprint_files(specs: list[ResolvedSpec]) None#
pprint_keywords(specs: list[ResolvedSpec]) None#
pprint_graph(specs: list[ResolvedSpec]) None#
pprint(specs: list[ResolvedSpec]) None#