class documentation

class TestAdd_newdoc: (source)

View In Hierarchy

Undocumented

Method test_add_doc Undocumented
Method test_errors_are_ignored Undocumented
@pytest.mark.skipif((sys.flags.optimize == 2), reason='Python running -OO')
@pytest.mark.xfail(IS_PYPY, reason='PyPy does not modify tp_doc')
def test_add_doc(self): (source)

Undocumented

@pytest.mark.skipif((sys.flags.optimize == 2), reason='Python running -OO')
def test_errors_are_ignored(self): (source)

Undocumented