Skip to content

Commit d0289e3

Browse files
committed
Add extra sentence to test docstring
1 parent fde7d0e commit d0289e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/tree/test_safeguards.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ def test_errors_inherited_properties(self, mesh, prop_name, refine):
118118
These inherited properties are the ones that ``TreeMesh`` inherit, but
119119
they depend on the ones defined by it that should not be accessed
120120
before finalizing the mesh (e.g. ``edges`` and ``faces``).
121+
122+
These inherited properties raise errors after trying to access one of
123+
the other properties. Their error message does not include the name of
124+
the inherited property, but the first offending property that is being
125+
accessed.
121126
"""
122127
if refine:
123128
refine_mesh(mesh)

0 commit comments

Comments
 (0)