(collection, _)
| 2427 | collection.drop() |
| 2428 | |
| 2429 | def insert_one(collection, _): |
| 2430 | collection.insert_one({}) |
| 2431 | |
| 2432 | def test(collection): |
| 2433 | self.assertEqual(NTHREADS, collection.count_documents({})) |
no outgoing calls
no test coverage detected