X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_stream_class.py;h=33bae5322298ef837a37ed6664967076ebe7eb62;hp=b510fc2b055af5aae7be998489622a8550257f92;hb=d14ddbbab48ce07804d4252228fceee692d5dea4;hpb=113353402ab17d0091d22fed07a7f6afad44886d diff --git a/tests/bindings/python/bt2/test_stream_class.py b/tests/bindings/python/bt2/test_stream_class.py index b510fc2b..33bae532 100644 --- a/tests/bindings/python/bt2/test_stream_class.py +++ b/tests/bindings/python/bt2/test_stream_class.py @@ -359,3 +359,7 @@ class StreamClassTestCase(unittest.TestCase): ec_ids = sorted(sc) self.assertEqual(ec_ids, [17, 23]) + + +if __name__ == '__main__': + unittest.main()