Salome HOME
Simplification and refactoring of unit tests for SketchPlugin
authorazv <azv@opencascade.com>
Thu, 11 May 2017 12:35:09 +0000 (15:35 +0300)
committerazv <azv@opencascade.com>
Thu, 11 May 2017 12:35:09 +0000 (15:35 +0300)
commitdddb164bbd94e2a397f1f9ce80c931d1ca3dac19
tree56abfbd80fe3c88d3824e6729fa01ec1efb965a3
parentb49300c581e67523203dc497c967676d42fb0728
Simplification and refactoring of unit tests for SketchPlugin
18 files changed:
src/ModelHighAPI/ModelHighAPI_RefAttr.cpp
src/ModelHighAPI/ModelHighAPI_RefAttr.h
src/PythonAPI/model/sketcher/__init__.py
src/PythonAPI/model/sketcher/tests.py [new file with mode: 0644]
src/PythonAPI/model/sketcher/tools.py
src/PythonAPI/model/tests/tests.py
src/SketchPlugin/Test/TestArcBehavior.py
src/SketchPlugin/Test/TestConstraintDistance.py
src/SketchPlugin/Test/TestConstraintTangent.py
src/SketchPlugin/Test/TestCreateArcByCenterStartEnd.py
src/SketchPlugin/Test/TestCreateArcByTangentEdge.py
src/SketchPlugin/Test/TestCreateArcByThreePoints.py
src/SketchPlugin/Test/TestCreateArcChangeType.py
src/SketchPlugin/Test/TestCreateCircleByCenterAndPassed.py
src/SketchPlugin/Test/TestCreateCircleByThreePoints.py
src/SketchPlugin/Test/TestCreateCircleChangeType.py
src/SketchPlugin/Test/TestFillet.py
src/SketchPlugin/Test/TestFilletInteracting.py