Skip to content

Commit f7a2b2f

Browse files
committed
[test_validation.py] Change Comments for Standalone Tests
1 parent a04147a commit f7a2b2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/test_validation.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ def test_section_unique_ids(self):
129129

130130
def test_standalone_section(self):
131131
"""
132-
Test if standalone section does not return errors.
132+
Test if standalone section does not return errors if required attributes are correct.
133+
If type is undefined, check error message.
133134
"""
134135

135136
sec_one = odml.Section("sec1")
@@ -143,7 +144,7 @@ def test_standalone_section(self):
143144

144145
def test_standalone_property(self):
145146
"""
146-
Test if standalone property does not return errors.
147+
Test if standalone property does not return errors if required attributes are correct.
147148
"""
148149

149150
prop = odml.Property()

0 commit comments

Comments
 (0)