From 3a9119b13917238ae0e013a50edb2efc26cc8367 Mon Sep 17 00:00:00 2001 From: spo Date: Fri, 30 Oct 2015 15:47:24 +0300 Subject: [PATCH] Add TestMakeBrick3.py --- src/PythonAPI/Test/TestMakeBrick3.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/PythonAPI/Test/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() -- 2.39.2