class documentation

class TestAddDocstring: (source)

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

Undocumented

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

Undocumented