Testing/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{docnav/it|Correggere i bug|Marchiatura}}")
(Updating to match new version of source page)
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
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.
{{docnav/it|[[Debugging/it|Correggere i bug]]|[[Continuous Integration/it|Integrazione continua]]}}
[[Image:Workbench_Test.svg|64px]]

== Introduzione ==
{{TOCright}}
[[Test Framework/it|Test Framework]] non è in realtà un ambiente di modellazione, ma contiene un set di script [[Python/it|Python]] per eseguire diversi test sui componenti principali di FreeCAD, al fine di eseguire il debug dei problemi. Vedere anche come [[debugging/it|eliminare gli errori]].

You can run the tests from the command line.

Run all tests:
{{Code|code=
freecad --run-test 0
}}

Run only some the specified unit test, for example:
{{Code|code=
freecad --run-test TestDraft
}}


== Introduzione ==
== Funzioni di test ==
Questa è la lista delle applicazioni di test di 0.15 Git 4207:
Questa è la lista delle applicazioni di test di 0.15 Git 4207:


=== TestAPP.All ===
=== TestAPP.All ===
Add test funtion
Add test function


=== BaseTests ===
=== BaseTests ===
Add test funtion
Add test function


=== UnitTests ===
=== UnitTests ===
Add test funtion
Add test function


=== Document ===
=== Document ===
Add test funtion
Add test function


=== UnicodeTests ===
=== UnicodeTests ===
Add test funtion
Add test function


=== MeshTestsApp ===
=== MeshTestsApp ===
Add test funtion
Add test function

=== TestDraft ===
Add test function


=== TestSketcherApp ===
=== TestSketcherApp ===
Add test funtion
Add test function


=== TestPartApp ===
=== TestPartApp ===
Add test funtion
Add test function


=== TestPartDesignApp ===
=== TestPartDesignApp ===
Add test funtion
Add test function


=== Workbench ===
=== Workbench ===
Add test funtion
Add test function


=== Menu ===
=== Menu ===
Add test funtion
Add test function


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


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


{{docnav/it|[[Debugging/it|Correggere i bug]]|[[Branding/it|Marchiatura]]}}
{{docnav/it|[[Debugging/it|Correggere i bug]]|[[Continuous Integration/it|Integrazione continua]]}}


{{Userdocnavi/it}}
[[Category:Developer Documentation]]


[[Category:Developer Documentation/it]]
{{clear}}

<languages/>
[[Category:Test Framework/it]]

[[Category:Workbenches/it]]

Revision as of 20:51, 6 August 2019

Introduzione

Test Framework non è in realtà un ambiente di modellazione, ma contiene un set di script Python per eseguire diversi test sui componenti principali di FreeCAD, al fine di eseguire il debug dei problemi. Vedere anche come eliminare gli errori.

You can run the tests from the command line.

Run all tests:

freecad --run-test 0

Run only some the specified unit test, for example:

freecad --run-test TestDraft

Funzioni di test

Questa è la lista delle applicazioni di test di 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

TestDraft

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