Commit f25a26a3 authored by Shane Hathaway's avatar Shane Hathaway

Changed unit test docstring to a comment, since the method name is descriptive enough

parent ff4b85e4
......@@ -299,10 +299,7 @@ class TestCatalogObject(unittest.TestCase):
assert len(a) == self.upper
def testKeywordIndexWithMinMaxRangeWrongSyntax(self):
"""checkKeywordIndex with min/max range wrong syntax - known to fail.
But because it will fail we need to change the assert statement
so the unittest will pass *crazy world*
"""
# checkKeywordIndex with min/max range wrong syntax.
a = self._catalog(att3=['att'], att3_usage='range:min:max')
assert len(a) != self.upper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment