Lines Matching defs:module
78 def loadTestsFromModule(self, module):
82 def loadTestsFromNames(self, names, module):
175 module = '__main__'
348 module = sys.modules['unittest.main']
349 original = module.installHandler
351 module.installHandler = original
357 module.installHandler = fakeInstallHandler
378 # running tests with filenames instead of module names
387 # *not* be converted to a module name
441 # it would also be better to check that a filename is a valid module