lib: make can_seek_ns_from_origin logic use `can_seek_forward` property of iterator
[babeltrace.git] / tests / bindings / python / bt2 / test_stream_class.py
index b510fc2b055af5aae7be998489622a8550257f92..33bae5322298ef837a37ed6664967076ebe7eb62 100644 (file)
@@ -359,3 +359,7 @@ class StreamClassTestCase(unittest.TestCase):
 
         ec_ids = sorted(sc)
         self.assertEqual(ec_ids, [17, 23])
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.024676 seconds and 4 git commands to generate.