From 815f60ff73eca33d89536627fea447a00ec50959 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 23 May 2020 08:57:20 +0200 Subject: [PATCH] FEM: test informations, update --- src/Mod/Fem/test_information.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Mod/Fem/test_information.md b/src/Mod/Fem/test_information.md index 97cdb5c51e..77520c6d3d 100644 --- a/src/Mod/Fem/test_information.md +++ b/src/Mod/Fem/test_information.md @@ -23,7 +23,7 @@ get_fem_test_defs() ``` ## examples from within FreeCAD: -### create all objects test +### create test command file in temp directory ```python import Test, femtest.app.test_object Test.runTestsFromClass(femtest.app.test_object.TestObjectCreate) @@ -33,6 +33,8 @@ Test.runTestsFromClass(femtest.app.test_object.TestObjectCreate) ```python import Test, TestFemApp Test.runTestsFromModule(TestFemApp) +import Test, TestFemGui +Test.runTestsFromModule(TestFemGui) ``` ### module