(self)
| 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): |
nothing calls this directly
no test coverage detected