MCPcopy Create free account
hub / github.com/Boris-code/feapder / test_delete

Method test_delete

tests/test_mongodb.py:123–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

121 self.assertEqual(r, True)
122
123 def test_delete(self):
124 r = self.db.delete(self.coll_name, {"a": 1})
125 self.assertEqual(r, True)
126
127 def test_run_command(self):
128 """

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected