bt2: add `ComponentDescriptor` class and test
[babeltrace.git] / tests / bindings / python / bt2 / test_package.py
index 051423f660abab584821d2c1e267091a814bdb40..d118462b70ab5392f07b92f17f9ada41e92f13d1 100644 (file)
@@ -183,6 +183,9 @@ class PackageTestCase(unittest.TestCase):
     def test_has__CurrentArrayElementFieldPathItem(self):
         self._assert_in_bt2('_CurrentArrayElementFieldPathItem')
 
+    def test_has_ComponentDescriptor(self):
+        self._assert_in_bt2('ComponentDescriptor')
+
     def test_has_Graph(self):
         self._assert_in_bt2('Graph')
 
@@ -258,6 +261,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.023216 seconds and 4 git commands to generate.