From: spo Date: Fri, 30 Oct 2015 12:47:24 +0000 (+0300) Subject: Add TestMakeBrick3.py X-Git-Tag: V_2.1.0~206^2~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a9119b13917238ae0e013a50edb2efc26cc8367;p=modules%2Fshaper.git Add TestMakeBrick3.py --- diff --git a/src/PythonAPI/Test/TestMakeBrick3.py b/src/PythonAPI/Test/TestMakeBrick3.py new file mode 100644 index 000000000..34ba01b16 --- /dev/null +++ b/src/PythonAPI/Test/TestMakeBrick3.py @@ -0,0 +1,6 @@ +import unittest + +import MakeBrick3 + +if __name__ == "__main__": + unittest.main()