FreeCAD

Форк
0
/
TestSketcherApp.py 
34 строки · 2.2 Кб
1
# **************************************************************************
2
#   Copyright (c) 2011 Juergen Riegel <FreeCAD@juergen-riegel.net>        *
3
#   Copyright (c) 2021 Emmanuel O'Brien                                   *
4
#                                                                         *
5
#   This file is part of the FreeCAD CAx development system.              *
6
#                                                                         *
7
#   This program is free software; you can redistribute it and/or modify  *
8
#   it under the terms of the GNU Lesser General Public License (LGPL)    *
9
#   as published by the Free Software Foundation; either version 2 of     *
10
#   the License, or (at your option) any later version.                   *
11
#   for detail see the LICENCE text file.                                 *
12
#                                                                         *
13
#   FreeCAD is distributed in the hope that it will be useful,            *
14
#   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
15
#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
16
#   GNU Library General Public License for more details.                  *
17
#                                                                         *
18
#   You should have received a copy of the GNU Library General Public     *
19
#   License along with FreeCAD; if not, write to the Free Software        *
20
#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  *
21
#   USA                                                                   *
22
# **************************************************************************
23

24
# Broken-out test modules
25
from SketcherTests.TestSketcherSolver import TestSketcherSolver
26
from SketcherTests.TestSketchFillet import TestSketchFillet
27
from SketcherTests.TestSketchExpression import TestSketchExpression
28
from SketcherTests.TestSketchValidateCoincidents import TestSketchValidateCoincidents
29

30
# Path and PartDesign tests use these functions that used to live here
31
# but moved to SketcherTests/TestSketcherSolver.py
32
from SketcherTests.TestSketcherSolver import CreateCircleSketch
33
from SketcherTests.TestSketcherSolver import CreateRectangleSketch
34
from SketcherTests.TestSketcherSolver import CreateSlotPlateSet
35

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.