Difference between revisions of "Testing"
Jump to navigation
Jump to search
Renatorivo (talk | contribs) (translate) |
Renatorivo (talk | contribs) (Marked this version for translation) |
||
Line 1: | Line 1: | ||
<translate> | <translate> | ||
− | == Introduction == | + | == 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. | ||
+ | <!--T:2--> | ||
{{docnav|Debugging|Branding}} | {{docnav|Debugging|Branding}} | ||
+ | <!--T:3--> | ||
[[Category:Developer Documentation]] | [[Category:Developer Documentation]] | ||
Revision as of 20:37, 14 October 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.