14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18
19
def load_tests(basic_tests, module, loader):
32
30
basic_tests.addTest(loader.loadTestsFromModuleNames(
33
31
["%s.%s" % (__name__, tmn) for tmn in testmod_names]))
40
def bind(klass, test_instance, obj, method_name):
42
test_instance.addCleanup(setattr, obj, method_name, original_method)