Lines Matching defs:description
44 case_description: Short description of the test case. This may be
47 show_test_count: Toggle for inclusion of `count` in the test description.
49 test_name: A common name or description of the test function. This can
77 def description(self) -> str:
78 """Create a test case description.
80 Creates a description of the test case, including a name for the test
81 function, an optional case count, and a description of the specific
99 tc.set_description(self.description())
190 def main(args, description: str, generator_class: Type[TestGenerator] = TestGenerator):
192 parser = argparse.ArgumentParser(description=description)