Testing: Difference between revisions

From FreeCAD Documentation
m (Improved the stye of the page layout)
(Marked this version for translation)
Line 3: Line 3:
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.


== Introduction ==<!--T:2-->
== Introduction == <!--T:2-->
This is the list of test apps as of 0.15 Git 4207:
This is the list of test apps as of 0.15 Git 4207:


=== TestAPP.All ===<!--T:3-->
=== TestAPP.All === <!--T:3-->
Add test funtion
Add test funtion


=== BaseTests ===<!--T:5-->
=== BaseTests === <!--T:5-->
Add test funtion
Add test funtion


=== UnitTests ===<!--T:6-->
=== UnitTests === <!--T:6-->
Add test funtion
Add test funtion


=== Document ===<!--T:7-->
=== Document === <!--T:7-->
Add test funtion
Add test funtion


=== UnicodeTests ===<!--T:8-->
=== UnicodeTests === <!--T:8-->
Add test funtion
Add test funtion


=== MeshTestsApp ===<!--T:9-->
=== MeshTestsApp === <!--T:9-->
Add test funtion
Add test funtion


=== TestSketcherApp ===<!--T:10-->
=== TestSketcherApp === <!--T:10-->
Add test funtion
Add test funtion


=== TestPartApp ===<!--T:11-->
=== TestPartApp === <!--T:11-->
Add test funtion
Add test funtion


=== TestPartDesignApp ===<!--T:12-->
=== TestPartDesignApp === <!--T:12-->
Add test funtion
Add test funtion


=== Workbench ===<!--T:13-->
=== Workbench === <!--T:13-->
Add test funtion
Add test funtion


=== Menu ===<!--T:14-->
=== Menu === <!--T:14-->
Add test funtion
Add test funtion


=== Menu.MenuDeleteCases ===<!--T:15-->
=== Menu.MenuDeleteCases === <!--T:15-->
Add test funtion
Add test funtion


=== Menu.MenuCreateCases ===<!--T:16-->
=== Menu.MenuCreateCases === <!--T:16-->
Add test funtion
Add test funtion



Revision as of 17:55, 23 November 2014

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 funtion

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