]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/PyWrapping/TestPyWrapGathered_medcoupling.py
Salome HOME
Deal with pipes
[tools/medcoupling.git] / src / PyWrapping / TestPyWrapGathered_medcoupling.py
index f172a79b5956a46196838cd83779d3eb288776f3..79a2b6d18ca9a92dbbee5ecfad6ece73086091ed 100644 (file)
@@ -48,6 +48,15 @@ class FileCreator(object):
         pass
         
 class medcouplingTest(unittest.TestCase):
+
+    def test0(self):
+        """ Unconditional test : medcoupling "kernel" classes """
+        f=MEDCouplingFieldDouble(ON_CELLS)
+        g=DataArrayDouble(10,2)
+        h=MEDCouplingUMesh("mesh",3)
+        hh=MEDCouplingRemapper()
+        ee=InterpKernelException("ee")
+        pass
     
     @unittest.skipUnless(HasMEDFileExt(),"Requires link to MED file")
     def test1(self):