Testing/en: Difference between revisions

From FreeCAD Documentation
(Importing a new version from external source)
(Importing a new version from external source)
Line 8: Line 8:


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


=== UnitTests ===
=== UnitTests ===
Line 35: Line 35:


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


=== Menu.MenuDeleteCases ===
=== Menu.MenuDeleteCases ===

Revision as of 22:34, 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 function

BaseTests

Add test function

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 function

Workbench

Add test funtion

Menu

Add test function

Menu.MenuDeleteCases

Add test funtion

Menu.MenuCreateCases

Add test funtion

Debugging
Branding