Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | List of all members
setuptools.command.test.ScanningLoader Class Reference
Inheritance diagram for setuptools.command.test.ScanningLoader:

Public Member Functions

def loadTestsFromModule
 

Member Function Documentation

def setuptools.command.test.ScanningLoader.loadTestsFromModule (   self,
  module 
)
Return a suite of all tests cases contained in the given module

If the module is a package, load tests from all the modules in it.
If the module has an ``additional_tests`` function, call it and add
the return value to the tests.

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.