]> SALOME platform Git repositories - tools/medcoupling.git/blob - src/MEDLoader/Swig/MEDLoaderTest123.py
Salome HOME
Merge branch 'V8_0_0_BR'
[tools/medcoupling.git] / src / MEDLoader / Swig / MEDLoaderTest123.py
1 if __name__ == "__main__":
2   import unittest
3
4   from MEDLoaderTest1 import MEDLoaderTest1
5   from MEDLoaderTest2 import MEDLoaderTest2
6   from MEDLoaderTest3 import MEDLoaderTest3
7
8   unittest.main()