Testing/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
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:
</div>
</div>
{{TOCright}}

<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
FreeCAD kommer med ett extensivt testramverk. Testerna baseras på ett set med Pythonskript som finns i testmodulen.
FreeCAD kommer med ett extensivt testramverk. Testerna baseras på ett set med Pythonskript som finns i testmodulen.
</div>
</div>

You can run the tests from the command line.

Run all tests:
{{Code|code=
freecad --run-test 0
}}

Run only some the specified unit test, for example:
{{Code|code=
freecad --run-test TestDraft
}}


== Test functions ==
== Test functions ==
Line 31: Line 43:


=== MeshTestsApp ===
=== MeshTestsApp ===
Add test function

=== TestDraft ===
Add test function
Add test function


Line 57: Line 72:
{{docnav/sv|Debugging/sv|Branding/sv}}
{{docnav/sv|Debugging/sv|Branding/sv}}
</div>
</div>

{{Userdocnavi}}

[[Category:Developer Documentation]]

[[Category:Test Framework]]

[[Category:Workbenches]]

Revision as of 20:50, 6 August 2019

Debugging
Continuous Integration

Introduction

This is the list of test apps as of 0.15 Git 4207:

FreeCAD kommer med ett extensivt testramverk. Testerna baseras på ett set med Pythonskript som finns i testmodulen.

You can run the tests from the command line.

Run all tests:

freecad --run-test 0

Run only some the specified unit test, for example:

freecad --run-test TestDraft

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

TestDraft

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/sv
Branding/sv