gigl.common.utils.TestArgs#

class gigl.common.utils.test_utils.TestArgs(test_file_pattern: str)#

Bases: object

Container for CLI arguements to Python tests.

Attributes:
test_file_pattern (str): Glob pattern for filtering which test files to run.

See doc comment in parse_args for more details.

Methods

__init__

__delattr__(name)#

Implement delattr(self, name).

__eq__(other)#

Return self==value.

__hash__()#

Return hash(self).

__init__(test_file_pattern: str) None#
__repr__()#

Return repr(self).

__setattr__(name, value)#

Implement setattr(self, name, value).

__weakref__#

list of weak references to the object (if defined)