Testing/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
Line 5: Line 5:


[[Category:Developer Documentation/es]]
[[Category:Developer Documentation/es]]

=== BaseTests ===
Add test funtion

=== UnitTests ===
Add test funtion

=== Document ===
Add test funtion

=== UnicodeTests ===
Add test funtion

=== MeshTestsApp ===
Add test funtion

=== TestSketcherApp ===
Add test funtion

=== TestPartApp ===
Add test funtion

=== TestPartDesignApp ===
Add test funtion

=== Workbench ===
Add test funtion

=== Menu ===
Add test funtion

=== Menu.MenuDeleteCases ===
Add test funtion

=== Menu.MenuCreateCases ===
Add test funtion

{{docnav|Debugging|Branding}}

[[Category:Developer Documentation]]


{{clear}}
{{clear}}

Revision as of 17:55, 23 November 2014

Introducción

FreeCAD incorpora un extenso entorno de pruebas. Las pruebas se basan en un conjunto de archivos de guión de Python ubicados en el módulo test.

Debugging/es
Branding/es

BaseTests

Add test funtion

UnitTests

Add test funtion

Document

Add test funtion

UnicodeTests

Add test funtion

MeshTestsApp

Add test funtion

TestSketcherApp

Add test funtion

TestPartApp

Add test funtion

TestPartDesignApp

Add test funtion

Workbench

Add test funtion

Menu

Add test funtion

Menu.MenuDeleteCases

Add test funtion

Menu.MenuCreateCases

Add test funtion

Debugging
Branding