MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / test_cursor_timeout

Method test_cursor_timeout

test/test_collection.py:1776–1778  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1774
1775 # TODO doesn't actually test functionality, just that it doesn't blow up
1776 def test_cursor_timeout(self):
1777 self.db.test.find(no_cursor_timeout=True).to_list()
1778 self.db.test.find(no_cursor_timeout=False).to_list()
1779
1780 def test_exhaust(self):
1781 if is_mongos(self.db.client):

Callers

nothing calls this directly

Calls 2

to_listMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected