class documentation

class TestAddDocstring:

View In Hierarchy

Undocumented

Method test​_add​_same​_docstring Undocumented
Method test​_different​_docstring​_fails Undocumented
@pytest.mark.skipif((sys.flags.optimize == 2), reason='Python running -OO')
@pytest.mark.skipif(IS_PYPY, reason='PyPy does not modify tp_doc')
def test_add_same_docstring(self):

Undocumented

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

Undocumented