MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / test_bool

Method test_bool

tests/unit/test_resultset.py:172–174  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

170 self.assertTrue(rs)
171
172 def test_bool(self):
173 self.assertFalse(ResultSet(Mock(has_more_pages=False), []))
174 self.assertTrue(ResultSet(Mock(has_more_pages=False), [1]))
175
176 def test_was_applied(self):
177 # unknown row factory raises

Callers

nothing calls this directly

Calls 1

ResultSetClass · 0.90

Tested by

no test coverage detected