We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e43e commit d3c7367Copy full SHA for d3c7367
bindings/SofaRuntime/tests/tests/Base.py
@@ -8,3 +8,10 @@ def test_moduleImport(self):
8
import SofaRuntime
9
10
SofaRuntime.importPlugin('SofaComponentAll')
11
+
12
+ def test_getcategoriesmethode(self):
13
+ import SofaRuntime
14
+ SofaRuntime.importPlugin("SofaComponentAll")
15
+ t = SofaRuntime.getCategories("MeshObjLoader")
16
+ self.assertEquals(len(t),1)
17
+ self.assertIsInstance(t, list)
0 commit comments