]> 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 4c91bab5b7659d7150a41dedabfddcd6c39123d4..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):
@@ -98,6 +107,7 @@ class medcouplingTest(unittest.TestCase):
         interface=CommInterface()
         pass
 
+    @unittest.skipUnless(HasMEDFileExt(),"Requires link to MED file")
     def test5(self):
         f=MEDCouplingFieldDouble(ON_NODES)
         f.setTime(1.25,3,6)