module documentation

This module is used by test_loader to test the Trial test loading functionality. Do NOT change the number of tests in this module. Do NOT change the names the tests in this module.

Class AlphabetTest Undocumented
Class DecorationTest No class docstring; 0/1 class variable, 4/4 methods documented
Class FooTest Undocumented
Class NotATest Undocumented
Class PyunitTest Undocumented
Function badDecorator Decorate a function without preserving the name of the original function. Always return a function with the same name.
Function goodDecorator Decorate a function and preserve the original name.
def badDecorator(fn): (source)

Decorate a function without preserving the name of the original function. Always return a function with the same name.

def goodDecorator(fn): (source)

Decorate a function and preserve the original name.