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 a04147a commit f7a2b2fCopy full SHA for f7a2b2f
test/test_validation.py
@@ -129,7 +129,8 @@ def test_section_unique_ids(self):
129
130
def test_standalone_section(self):
131
"""
132
- Test if standalone section does not return errors.
+ Test if standalone section does not return errors if required attributes are correct.
133
+ If type is undefined, check error message.
134
135
136
sec_one = odml.Section("sec1")
@@ -143,7 +144,7 @@ def test_standalone_section(self):
143
144
145
def test_standalone_property(self):
146
- Test if standalone property does not return errors.
147
+ Test if standalone property does not return errors if required attributes are correct.
148
149
150
prop = odml.Property()
0 commit comments