class documentation

class StubgenCmdLineSuite(unittest.TestCase): (source)

View In Hierarchy

Test cases for processing command-line options and finding files.
Method make​_file Undocumented
Method run Undocumented
Method test​_files​_found Undocumented
Method test​_module​_not​_found Undocumented
Method test​_packages​_found Undocumented
def make_file(self, *path, content=''): (source)

Undocumented

Parameters
*path:strUndocumented
content:strUndocumented
def run(self, result=None): (source)

Undocumented

Parameters
result:Optional[Any]Undocumented
Returns
Optional[Any]Undocumented
@unittest.skipIf((sys.platform == 'win32'), 'clean up fails on Windows')
def test_files_found(self): (source)

Undocumented

@unittest.skipIf((sys.platform == 'win32'), 'clean up fails on Windows')
def test_module_not_found(self): (source)

Undocumented

@unittest.skipIf((sys.platform == 'win32'), 'clean up fails on Windows')
def test_packages_found(self): (source)

Undocumented