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