]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Add Platine unit test
authorspo <sergey.pokhodenko@opencascade.com>
Thu, 17 Dec 2015 14:11:43 +0000 (17:11 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Thu, 17 Dec 2015 14:11:43 +0000 (17:11 +0300)
src/PythonAPI/CMakeLists.txt
src/PythonAPI/Test/TestPlatine.py [new file with mode: 0644]

index e43862ab7d8e80b93d02ff7bb5a2039463047195..03df03f584cc2bfd2e3aa50486400242540f2af3 100644 (file)
@@ -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 (file)
index 0000000..498be77
--- /dev/null
@@ -0,0 +1,6 @@
+import unittest
+
+import examples.Platine
+
+if __name__ == "__main__":
+    unittest.main()