Difference between revisions of "Testing"
Jump to navigation
Jump to search
Renatorivo (talk | contribs) (Marked this version for translation) |
(Added list of Available Test apps) |
||
Line 2: | Line 2: | ||
== Introduction == <!--T:1--> | == Introduction == <!--T:1--> | ||
FreeCAD comes with an extensive testing framework. The testing bases on a set of Python scripts which are located in the test module. | FreeCAD comes with an extensive testing framework. The testing bases on a set of Python scripts which are located in the test module. | ||
+ | |||
+ | Here is the list of test apps as of 0.15 Git 4207: | ||
+ | |||
+ | TestAPP.All | ||
+ | |||
+ | BaseTests | ||
+ | |||
+ | UnitTests | ||
+ | |||
+ | Document | ||
+ | |||
+ | UnicodeTests | ||
+ | |||
+ | MeshTestsApp | ||
+ | |||
+ | TestSketcherApp | ||
+ | |||
+ | TestPartApp | ||
+ | |||
+ | TestPartDesignApp | ||
+ | |||
+ | Workbench | ||
+ | |||
+ | Menu | ||
+ | |||
+ | Menu.MenuDeleteCases | ||
+ | |||
+ | Menu.MenuCreateCases | ||
<!--T:2--> | <!--T:2--> |
Revision as of 15:40, 22 November 2014
Introduction
FreeCAD comes with an extensive testing framework. The testing bases on a set of Python scripts which are located in the test module.
Here is the list of test apps as of 0.15 Git 4207:
TestAPP.All
BaseTests
UnitTests
Document
UnicodeTests
MeshTestsApp
TestSketcherApp
TestPartApp
TestPartDesignApp
Workbench
Menu
Menu.MenuDeleteCases
Menu.MenuCreateCases