Testing: Difference between revisions

From FreeCAD Documentation
(Added list of Available Test apps)
m (Improved the stye of the page layout)
Line 1: Line 1:
<translate>
<translate>
== Introduction == <!--T:1-->
<!--T:1-->
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-->
Here 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
=== TestAPP.All ===<!--T:3-->
Add test funtion


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


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


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


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


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


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


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


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


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


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


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


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


<!--T:2-->
<!--T:17-->
{{docnav|Debugging|Branding}}
{{docnav|Debugging|Branding}}


<!--T:3-->
<!--T:18-->
[[Category:Developer Documentation]]
[[Category:Developer Documentation]]



Revision as of 19:04, 22 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