Difference between revisions of "Testing/de"
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
+ | <div class="mw-translate-fuzzy"> | ||
{{docnav/de|[[Debugging/de|Debugging]]|[[Continuous Integration/de|Kontinuierliche Integration]]}} | {{docnav/de|[[Debugging/de|Debugging]]|[[Continuous Integration/de|Kontinuierliche Integration]]}} | ||
+ | </div> | ||
+ | |||
[[Image:Workbench_Test.svg|64px]] | [[Image:Workbench_Test.svg|64px]] | ||
+ | |||
+ | == Einleitung == | ||
+ | |||
+ | {{TOCright}} | ||
<div class="mw-translate-fuzzy"> | <div class="mw-translate-fuzzy"> | ||
− | + | Der [[Test Framework Workbench/de|Testing-Arbeitsbereich]] ist nicht wirklich ein Modellierungsarbeitsbereich, aber er enthält eine Reihe von [[Python/de|Python]]-Skripten, um verschiedene Tests der Basiskomponenten von FreeCAD durchzuführen, die bei der Fehlerbehebung helfen sollen. Siehe auch [[Debugging/de|Debugging]]. | |
− | |||
</div> | </div> | ||
− | |||
− | |||
You can run the tests from the command line. | You can run the tests from the command line. | ||
Run all tests: | Run all tests: | ||
+ | |||
{{Code|code= | {{Code|code= | ||
freecad --run-test 0 | freecad --run-test 0 | ||
Line 18: | Line 23: | ||
Run only some the specified unit test, for example: | Run only some the specified unit test, for example: | ||
+ | |||
{{Code|code= | {{Code|code= | ||
freecad --run-test TestDraft | freecad --run-test TestDraft | ||
}} | }} | ||
+ | |||
+ | == Test menu == | ||
+ | |||
+ | 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}}. | ||
+ | |||
+ | To run a test from within FreeCAD, switch to the Test Workbench, then {{MenuCommand|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|Draft Workbench]], this would be {{MenuCommand|TestDraft}}, then press {{Button|Start}}. | ||
== Testfunktionen == | == Testfunktionen == | ||
Line 67: | Line 79: | ||
Add test function | Add test function | ||
+ | <div class="mw-translate-fuzzy"> | ||
{{[[docnav/de|docnav]]|[[Debugging/de|Debugging]]|[[Continuous Integration/de|Kontinuierliche Integration]]}} | {{[[docnav/de|docnav]]|[[Debugging/de|Debugging]]|[[Continuous Integration/de|Kontinuierliche Integration]]}} | ||
+ | </div> | ||
{{Userdocnavi/de}} | {{Userdocnavi/de}} | ||
Line 75: | Line 89: | ||
[[Category:Test Framework/de]] | [[Category:Test Framework/de]] | ||
+ | <div class="mw-translate-fuzzy"> | ||
[[Category:Workbenches/de]] | [[Category:Workbenches/de]] | ||
+ | </div> |
Revision as of 09:59, 29 October 2019
Einleitung
Der Testing-Arbeitsbereich ist nicht wirklich ein Modellierungsarbeitsbereich, aber er enthält eine Reihe von Python-Skripten, um verschiedene Tests der Basiskomponenten von FreeCAD durchzuführen, die bei der Fehlerbehebung helfen sollen. Siehe auch Debugging.
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
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

- Installation: Installieren auf Windows, Installieren auf Linux, Installieren auf MacOSX; Erste Schritte
- Grundlagen: Über FreeCAD, Arbeitsbereiche, Programmeinstellungen, Dokumentstruktur, Graphische Oberfläche anpassen, Objekteigenschaften, Mausbedienung; Tutorials
- Arbeitsbereiche: Arch, Draft, FEM, Image, Inspection, Mesh, OpenSCAD, Part, PartDesign, Path, Plot, Points, Raytracing, Reverse Engineering, Robot, Ship, Sketcher, Spreadsheet, Start, Surface, TechDraw, Test Framework, Web
- Scripting: Allgemein: Einführung in Python, FreeCAD scripting tutorial, FreeCAD Scripting Basics, Wie installiere ich Makros?, Gui Command, Units Module: Builtin modules, Erstellung von Arbeitsbereichen, Weitere Workbenches installieren Meshes (Netze): Mesh Scripting, Arbeitsbereich Mesh Teile: Arbeitsbereich Part, Topological data scripting, PythonOCC, Mesh to Part Coin scenegraph: The Coin/Inventor scenegraph, Pivy Qt-Interface: PySide, Using the FreeCAD GUI, Dialog creation Parametrische Objekte: Scripted objects Andere: Code-Schnipsel, Linienzeichnungsfunktion, Einbetten von FreeCAD, FreeCAD-Bibliothek für Vektormathematik, Übersicht für erfahrene Anwender, Grundlagen der FreeCAD-Skripterstellung, Topologisches Daten-Scripting