Skip to content

Commit

Permalink
clean storage before for test_walk_nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 29, 2024
1 parent 1d5b9ba commit f7d3072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tools/groups/test_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit f7d3072

Please sign in to comment.