X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_message_iterator.py;h=f2b9e2d3d51f08e9352260fe0fb38a1f1ca6ce07;hp=d03cdb302757b4b0b698bc94b5ce9755921b6daf;hb=75882e97aed48428d4a0abc32a6382be811ad994;hpb=97ecb90bf544bf267388907666341c68ad43046a diff --git a/tests/bindings/python/bt2/test_message_iterator.py b/tests/bindings/python/bt2/test_message_iterator.py index d03cdb30..f2b9e2d3 100644 --- a/tests/bindings/python/bt2/test_message_iterator.py +++ b/tests/bindings/python/bt2/test_message_iterator.py @@ -719,7 +719,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_can_seek_ns_from_origin_returns_false_can_seek_beginning_forward_seekable( - self + self, ): # Test the case where: # @@ -738,7 +738,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_can_seek_ns_from_origin_returns_false_can_seek_beginning_not_forward_seekable( - self + self, ): # Test the case where: # @@ -757,7 +757,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_can_seek_ns_from_origin_returns_false_cant_seek_beginning_forward_seekable( - self + self, ): # Test the case where: # @@ -776,7 +776,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_can_seek_ns_from_origin_returns_false_cant_seek_beginning_not_forward_seekable( - self + self, ): # Test the case where: # @@ -814,7 +814,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_no_can_seek_ns_from_origin_no_seek_ns_from_origin_can_seek_beginning_forward_seekable( - self + self, ): # Test the case where: # @@ -833,7 +833,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_no_can_seek_ns_from_origin_no_seek_ns_from_origin_can_seek_beginning_not_forward_seekable( - self + self, ): # Test the case where: # @@ -852,7 +852,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_no_can_seek_ns_from_origin_no_seek_ns_from_origin_cant_seek_beginning_forward_seekable( - self + self, ): # Test the case where: # @@ -871,7 +871,7 @@ class UserMessageIteratorSeekNsFromOriginTestCase(unittest.TestCase): ) def test_no_can_seek_ns_from_origin_no_seek_ns_from_origin_cant_seek_beginning_not_forward_seekable( - self + self, ): # Test the case where: #