Testing/ro: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 43: Line 43:
Add test function
Add test function


{{docnav|Debugging|Branding}}
{{docnav|Debugging|Continuous Integration}}


[[Category:Developer Documentation/ro]]
[[Category:Developer Documentation/ro]]

Revision as of 09:12, 8 August 2018

FreeCAD comes with an extensive testing framework. The testing bases on a set of Python scripts which are located in the test module.

Introduction

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

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

Debugging
Continuous Integration