location#

canary_addcommand(parser: Parser) None#
class Location#

Bases: CanarySubcommand

name: str = 'location'#
description: str = 'Print locations of test files and directories'#
epilog: str | None = 'If no options are give, -x is assumed.'#
setup_parser(parser: Parser) None#
execute(args: Namespace) int#