Testing/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Führe nur einen Teil des angegebenen Komponententests aus, z.B.:")
(Created page with "== Testmenü ==")
Line 27: Line 27:
}}
}}


== Test menu ==
== Testmenü ==


Each top level directory in FreeCAD should have a file with the tests that can be run for that particular workbench or module. The file usually starts with the word {{incode|Test}}.
Each top level directory in FreeCAD should have a file with the tests that can be run for that particular workbench or module. The file usually starts with the word {{incode|Test}}.

Revision as of 19:10, 6 December 2019

Einleitung

Die Erprobung ist nicht wirklich eine Modellierungsarbeitsbereich, aber sie enthält einen Satz von Python Skripten, um verschiedene Tests an den Kernkomponenten von FreeCAD durchzuführen, um Probleme zu beheben. Siehe auch Fehlerdiagnose.

Du kannst die Tests auf der Kommandozeile ausführen, indem du die Optionen -t oder --run-test verwendest.

Führe alle Tests durch:

freecad --run-test 0

Führe nur einen Teil des angegebenen Komponententests aus, z.B.:

freecad -t TestDraft

Testmenü

Each top level directory in FreeCAD should have a file with the tests that can be run for that particular workbench or module. The file usually starts with the word Test.

To run a test from within FreeCAD, switch to the Test Workbench, then Test commands → TestToolsGui → Self test → Select test name, then enter the name of the Python file with the tests; for example, for the Draft Workbench, this would be TestDraft, then press Start.

Testfunktionen

Dies ist die Liste der Testfunktionen, Stand v0.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