Skip to content

Commit d655ac6

Browse files
author
Moritz-Alexander-Kern
committed
add docstring to unit test
1 parent fd32d6a commit d655ac6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

neo/test/coretest/test_container.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ def test_filter(self):
121121
self.assertRaises(TypeError, container.filter, "foo")
122122

123123
def test_filter_results(self):
124+
'''
125+
Tests FilterConditions correct results
126+
'''
124127
self.assertEqual(self.st1.annotations,
125128
self.seg.filter(test=filters.Equals(5))[0].annotations)
126129
self.assertEqual(self.st1.annotations,

0 commit comments

Comments
 (0)