Testing/ru: Difference between revisions

From FreeCAD Documentation
(Created page with '== Введение == FreeCAD поставляется с обширным модулем тестирования. Тестирование основано на наборе P…')
 
(Updating to match new version of source page)
(20 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<languages/>
{{docnav|Debugging|Continuous Integration}}
[[Image:Workbench_Test.svg|64px]]

<div class="mw-translate-fuzzy">
== Введение ==
== Введение ==
Это список тестовых приложений на 0.15 Git 4207:
</div>
{{TOCright}}
<div class="mw-translate-fuzzy">
FreeCAD поставляется с обширным модулем тестирования. Тестирование основано на наборе Python сценариев расположенных в тестовом(test) модуле.
FreeCAD поставляется с обширным модулем тестирования. Тестирование основано на наборе Python сценариев расположенных в тестовом(test) модуле.
</div>


You can run the tests from the command line.
{{docnav|Debugging/ru|Branding/ru}}


Run all tests:
{{languages | {{en|Testing}} {{se|Testing/se}} }}
{{Code|code=
freecad --run-test 0
}}

Run only some the specified unit test, for example:
{{Code|code=
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

<div class="mw-translate-fuzzy">
{{docnav|Debugging|Continuous Integration}}
</div>

{{Userdocnavi}}


[[Category:Developer Documentation]]
[[Category:Developer Documentation]]

[[Category:Test Framework]]

[[Category:Workbenches]]

Revision as of 20:50, 6 August 2019

Debugging
Continuous Integration

Введение

Это список тестовых приложений на 0.15 Git 4207:

FreeCAD поставляется с обширным модулем тестирования. Тестирование основано на наборе Python сценариев расположенных в тестовом(test) модуле.

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
Continuous Integration