class documentation

class TestAdd_newdoc:

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):

Undocumented

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

Undocumented