From df9e282903c062e7298bb2da9e5285611acb4698 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Thu, 18 Jan 2018 14:54:35 +0100 Subject: [PATCH] Add an unconditional test of pywrapping --- src/PyWrapping/TestPyWrapGathered_medcoupling.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/PyWrapping/TestPyWrapGathered_medcoupling.py b/src/PyWrapping/TestPyWrapGathered_medcoupling.py index f172a79b5..27107dddf 100644 --- a/src/PyWrapping/TestPyWrapGathered_medcoupling.py +++ b/src/PyWrapping/TestPyWrapGathered_medcoupling.py @@ -48,6 +48,15 @@ class FileCreator(object): pass class medcouplingTest(unittest.TestCase): + + def test0(self): + """ Unconditionnal 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): -- 2.39.2