Testing/it: Difference between revisions

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


[[Category:Developer Documentation/it]]
[[Category:Developer Documentation/it]]

=== 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

Introduzione

FreeCAD possiede una sua struttura di estensione per le prove. Le prove si basano su un insieme di script Python che si trovano nel modulo test.

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