module documentation

Undocumented

Function implements​_test Undocumented
Function test​_aliasing​_in​_class Undocumented
Function test​_attribute Undocumented
Function test_class​Implements Undocumented
Function test​_classimplements​_badarg Report a warning when the arguments to classImplements() don't make sense.
Function test​_docsources​_from​_moduleprovides Undocumented
Function test​_docsources​_includes​_baseinterface Undocumented
Function test​_docsources​_includes​_interface Undocumented
Function test​_docsources​_interface​_attribute Undocumented
Function test​_implementer Undocumented
Function test​_implementer​_decoration Undocumented
Function test​_implementer​_nocall Report a warning when @implementer is used without calling it.
Function test​_implementer​_nonclass Non-class arguments passed to @implementer are warned about but are stored as implemented interfaces.
Function test​_implementer​_nonname Non-name arguments passed to @implementer are warned about and then ignored.
Function test​_implementer​_not​_found An unknown class passed to @implementer is warned about if its full name is part of our system.
Function test​_implementer​_plainclass A non-interface class passed to @implementer will be warned about but will be stored as an implemented interface.
Function test​_implementer​_reparented A class passed to @implementer can be found even when it is moved to a different module.
Function test​_implementer​_with​_star If the implementer call contains a split out empty list, don't fail on attempting to process it.
Function test​_implements Undocumented
Function test​_interfaceallgames Undocumented
Function test​_interfaceclass Undocumented
Function test​_multiply​_inheriting​_interfaces Undocumented
Function test​_subclass​_with​_same​_name Undocumented
Function test​_warnerproofing Undocumented
Function test​_zopeschema Undocumented
Function test​_zopeschema​_inheritance Undocumented
def implements_test(src):

Undocumented

Parameters
src:strUndocumented
def test_aliasing_in_class():

Undocumented

def test_attribute(capsys):

Undocumented

Parameters
capsys:CapSysUndocumented
def test_classImplements():

Undocumented

def test_classimplements_badarg(capsys):
Report a warning when the arguments to classImplements() don't make sense.
Parameters
capsys:CapSysUndocumented
def test_docsources_from_moduleprovides():

Undocumented

def test_docsources_includes_baseinterface():

Undocumented

def test_docsources_includes_interface():

Undocumented

def test_docsources_interface_attribute():

Undocumented

def test_implementer():

Undocumented

def test_implementer_decoration():

Undocumented

def test_implementer_nocall(capsys):
Report a warning when @implementer is used without calling it.
Parameters
capsys:CapSysUndocumented
def test_implementer_nonclass(capsys):
Non-class arguments passed to @implementer are warned about but are stored as implemented interfaces.
Parameters
capsys:CapSysUndocumented
def test_implementer_nonname(capsys):
Non-name arguments passed to @implementer are warned about and then ignored.
Parameters
capsys:CapSysUndocumented
def test_implementer_not_found(capsys):
An unknown class passed to @implementer is warned about if its full name is part of our system.
Parameters
capsys:CapSysUndocumented
def test_implementer_plainclass(capsys):
A non-interface class passed to @implementer will be warned about but will be stored as an implemented interface.
Parameters
capsys:CapSysUndocumented
def test_implementer_reparented():
A class passed to @implementer can be found even when it is moved to a different module.
def test_implementer_with_star():
If the implementer call contains a split out empty list, don't fail on attempting to process it.
def test_implements():

Undocumented

def test_interfaceallgames():

Undocumented

def test_interfaceclass():

Undocumented

def test_multiply_inheriting_interfaces():

Undocumented

def test_subclass_with_same_name():

Undocumented

def test_warnerproofing():

Undocumented

def test_zopeschema(capsys):

Undocumented

Parameters
capsys:CapSysUndocumented
def test_zopeschema_inheritance():

Undocumented