MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / lambda_test

Method lambda_test

test/test_collection.py:194–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 db.create_test_no_wc.drop()
193
194 def lambda_test():
195 return "create_test_no_wc" not in db.list_collection_names()
196
197 def lambda_test_2():
198 return "create_test_no_wc" in db.list_collection_names()

Callers

nothing calls this directly

Calls 1

list_collection_namesMethod · 0.45

Tested by

no test coverage detected