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

Method test_cursor_command_invalid

test/test_database.py:448–450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

446 self.assertEqual(docs, result_docs)
447
448 def test_cursor_command_invalid(self):
449 with self.assertRaises(InvalidOperation):
450 self.db.cursor_command("usersInfo", "test")
451
452 @client_context.require_no_fips
453 def test_password_digest(self):

Callers

nothing calls this directly

Calls 1

cursor_commandMethod · 0.45

Tested by

no test coverage detected