File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def testHelpScreen(self):
164164"""
165165 self .assertEqual (textwrap .dedent (expected_output ).lstrip ('\n ' ), help_output )
166166
167- def testHelpScreenForFunction_docstringWithLineBreak (self ):
167+ def testHelpScreenForFunctionDocstringWithLineBreak (self ):
168168 component = tc .ClassWithMultilineDocstring .example_generator
169169 t = trace .FireTrace (component , name = 'example_generator' )
170170 info = inspectutils .Info (component )
@@ -189,7 +189,7 @@ def testHelpScreenForFunction_docstringWithLineBreak(self):
189189 """
190190 self .assertEqual (textwrap .dedent (expected_output ).lstrip ('\n ' ), help_output )
191191
192- def testHelpScreenForFunction_functionWithDefaultArgs (self ):
192+ def testHelpScreenForFunctionFunctionWithDefaultArgs (self ):
193193 component = tc .WithDefaults ().double
194194 t = trace .FireTrace (component , name = 'double' )
195195 info = inspectutils .Info (component )
You can’t perform that action at this time.
0 commit comments