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: str, content: str = ''): (source)

Undocumented

def run(self, result: Any|None = None) -> Any|None: (source)

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