bt2: add auto source discovery support to TraceCollectionMessageIterator
[babeltrace.git] / tests / bindings / python / bt2 / test_package.py
index 051423f660abab584821d2c1e267091a814bdb40..32c4791f4084ad38cbe5f2a46adc4d5d0543e68b 100644 (file)
@@ -258,6 +258,9 @@ class PackageTestCase(unittest.TestCase):
     def test_has_QueryExecutor(self):
         self._assert_in_bt2('QueryExecutor')
 
+    def test_has_AutoSourceComponentSpec(self):
+        self._assert_in_bt2('AutoSourceComponentSpec')
+
     def test_has_ComponentSpec(self):
         self._assert_in_bt2('ComponentSpec')
 
This page took 0.023571 seconds and 4 git commands to generate.