MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_docstring

Method test_docstring

test/ext/test_hybrid.py:169–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

167 )
168
169 def test_docstring(self):
170 A = self._fixture()
171 eq_(A.value.__doc__, "This is a docstring")
172
173 def test_no_name_one(self):
174 """test :ticket:`6215`"""

Callers

nothing calls this directly

Calls 2

_fixtureMethod · 0.95
eq_Function · 0.90

Tested by

no test coverage detected