We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec482f7 commit 2895a36Copy full SHA for 2895a36
pydatalab/tests/server/conftest.py
@@ -581,6 +581,7 @@ def fixture_insert_default_equipment(default_equipment):
581
582
@pytest.fixture(scope="module", name="insert_example_items")
583
def fixture_insert_example_items(example_items, real_mongo_client):
584
+ real_mongo_client.get_database(TEST_DATABASE_NAME).items.delete_many({})
585
real_mongo_client.get_database().items.insert_many(example_items)
586
587
0 commit comments