Testing/en: Difference between revisions

From FreeCAD Documentation
(从外部源导入一个新的版本)
(Importing a new version from external source)
Line 23: Line 23:


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


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


=== TestPartDesignApp ===
=== TestPartDesignApp ===

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 function

Document

Add test function

UnicodeTests

Add test function

MeshTestsApp

Add test function

TestSketcherApp

Add test function

TestPartApp

Add test function

TestPartDesignApp

Add test function

Workbench

Add test funtion

Menu

Add test function

Menu.MenuDeleteCases

Add test funtion

Menu.MenuCreateCases

Add test funtion

Debugging
Branding