From f7d3072299433645eefd67e50d487e6f0c0fa2f5 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Fri, 29 Nov 2024 17:00:45 +0100 Subject: [PATCH] clean storage before for test_walk_nodes --- tests/tools/groups/test_paths.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tools/groups/test_paths.py b/tests/tools/groups/test_paths.py index 9879fb2910..1ef6b299b4 100644 --- a/tests/tools/groups/test_paths.py +++ b/tests/tools/groups/test_paths.py @@ -124,6 +124,7 @@ def test_walk_with_invalid_path(): assert [c.path for c in sorted(group_path.walk())] == expected +@pytest.mark.usefixtures('aiida_profile_clean') def test_walk_nodes(): """Test the ``GroupPath.walk_nodes()`` function.""" group, _ = orm.Group.collection.get_or_create('a')