From: spo Date: Thu, 17 Dec 2015 14:11:43 +0000 (+0300) Subject: Add Platine unit test X-Git-Tag: V_2.1.0~154 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5daf408d2e103e1f623efc2369c2752d2a5b544b;p=modules%2Fshaper.git Add Platine unit test --- diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index e43862ab7..03df03f58 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -38,4 +38,5 @@ ADD_UNIT_TESTS( TestMakeBrick1.py TestMakeBrick2.py TestMakeBrick3.py + TestPlatine.py ) diff --git a/src/PythonAPI/Test/TestPlatine.py b/src/PythonAPI/Test/TestPlatine.py new file mode 100644 index 000000000..498be7750 --- /dev/null +++ b/src/PythonAPI/Test/TestPlatine.py @@ -0,0 +1,6 @@ +import unittest + +import examples.Platine + +if __name__ == "__main__": + unittest.main()