Difference between revisions of "Testing"
m |
m ([[ | ]]) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:20--> | <!--T:20--> | ||
− | {{docnav|Debugging|Continuous Integration}} | + | {{docnav |
+ | |[[Debugging|Debugging]] | ||
+ | |[[Continuous Integration|Continuous Integration]] | ||
+ | }} | ||
+ | |||
</translate> | </translate> | ||
[[Image:Workbench_Test.svg|64px]] | [[Image:Workbench_Test.svg|64px]] | ||
Line 8: | Line 12: | ||
== Introduction == <!--T:2--> | == Introduction == <!--T:2--> | ||
+ | |||
</translate> | </translate> | ||
{{TOCright}} | {{TOCright}} | ||
<translate> | <translate> | ||
+ | |||
<!--T:1--> | <!--T:1--> | ||
− | The [[Test Framework Workbench]] is not really a modelling workbench, but it contains a set of [[Python]] scripts to perform different tests on the core components of FreeCAD, in order to debug problems. See also [[debugging]]. | + | The [[Test Framework Workbench|Test Framework Workbench]] is not really a modelling workbench, but it contains a set of [[Python|Python]] scripts to perform different tests on the core components of FreeCAD, in order to debug problems. See also [[debugging|debugging]]. |
<!--T:25--> | <!--T:25--> | ||
Line 19: | Line 25: | ||
<!--T:26--> | <!--T:26--> | ||
Run all tests: | Run all tests: | ||
+ | |||
</translate> | </translate> | ||
{{Code|code= | {{Code|code= | ||
Line 27: | Line 34: | ||
<!--T:27--> | <!--T:27--> | ||
Run only some the specified unit test, for example: | Run only some the specified unit test, for example: | ||
+ | |||
</translate> | </translate> | ||
{{Code|code= | {{Code|code= | ||
Line 79: | Line 87: | ||
<!--T:17--> | <!--T:17--> | ||
− | {{docnav|Debugging|Continuous Integration | + | {{docnav |
+ | |[[Debugging|Debugging]] | ||
+ | |[[Continuous Integration|Continuous Integration]] | ||
+ | } | ||
<!--T:21--> | <!--T:21--> |
Revision as of 12:35, 22 October 2019
Introduction
The Test Framework Workbench is not really a modelling workbench, but it contains a set of Python scripts to perform different tests on the core components of FreeCAD, in order to debug problems. See also debugging.
You can run the tests from the command line.
Run all tests:
freecad --run-test 0
Run only some the specified unit test, for example:
freecad --run-test TestDraft
Test functions
This is the list of test apps as of 0.15 git 4207:
TestAPP.All
Add test function
BaseTests
Add test function
UnitTests
Add test function
Document
Add test function
UnicodeTests
Add test function
MeshTestsApp
Add test function
TestDraft
Add test function
TestSketcherApp
Add test function
TestPartApp
Add test function
TestPartDesignApp
Add test function
Workbench
Add test function
Menu
Add test function
Menu.MenuDeleteCases
Add test function
Menu.MenuCreateCases
Add test function
{{docnav |Debugging |Continuous Integration }
User documentation

- Installation: Linux/Unix, Windows, Mac; Getting started
- Basics: About FreeCAD, Workbenches, Preferences, Document structure, Interface Customization, Properties, Mouse Model; Tutorials
- Workbenches: Std Base; Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface workbench, TechDraw, Test Framework, Web
- Scripting: Introduction to Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, How to install macros, Gui Command, Units Modules: Builtin modules, Workbench creation, Installing more workbenches Meshes: Mesh Scripting, Mesh Module Parts: The Part Module, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt interface: PySide, Using the FreeCAD GUI, Dialog creation Parametric objects: Scripted objects Other: Code snippets, Line drawing function, Embedding FreeCAD, FreeCAD vector math library, Power users hub, Python, Macros, FreeCAD Scripting Basics, Topological data scripting