Testing/zh-cn: Difference between revisions

From FreeCAD Documentation
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
[[Image:Workbench_Test.svg|64px]]
FreeCAD comes with an extensive testing framework. The testing bases on a set of Python scripts which are located in the test module.


== Introduction ==
== Introduction ==
{{TOCright}}
This is the list of test apps as of 0.15 Git 4207:

The [[Test Framework Workbench]] is not really a modelling workbench, but it contains a set of [[Python]] scripts to perform different tests on the core components of FreeCAD, in order to debug problems. See also [[debugging]].

== Test functions ==
This is the list of test apps as of 0.15 git 4207:


=== TestAPP.All ===
=== TestAPP.All ===
Line 45: Line 50:


{{docnav|Debugging|Continuous Integration}}
{{docnav|Debugging|Continuous Integration}}
{{Userdocnavi}}

[[Category:Developer Documentation/zh-cn]]
[[Category:Developer Documentation]]
[[Category:Test Framework]]

[[Category:Workbenches]]
{{clear}}

Revision as of 21:18, 15 January 2019

Introduction

The Test Framework Workbench is not really a modelling workbench, but it contains a set of Python scripts to perform different tests on the core components of FreeCAD, in order to debug problems. See also debugging.

Test functions

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 function

Menu

Add test function

Menu.MenuDeleteCases

Add test function

Menu.MenuCreateCases

Add test function

Debugging
Continuous Integration