]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Add TestMakeBrick3.py
authorspo <sergey.pokhodenko@opencascade.com>
Fri, 30 Oct 2015 12:47:24 +0000 (15:47 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Fri, 30 Oct 2015 13:42:54 +0000 (16:42 +0300)
src/PythonAPI/Test/TestMakeBrick3.py [new file with mode: 0644]

diff --git a/src/PythonAPI/Test/TestMakeBrick3.py b/src/PythonAPI/Test/TestMakeBrick3.py
new file mode 100644 (file)
index 0000000..34ba01b
--- /dev/null
@@ -0,0 +1,6 @@
+import unittest
+
+import MakeBrick3
+
+if __name__ == "__main__":
+    unittest.main()