From a651e1429a6a4224d1068016cc4e8b4c46f40a3f Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 11 Dec 2018 13:55:03 +0100 Subject: [PATCH] FEM: unit tests, comment in ccxtools test --- src/Mod/Fem/femtest/testccxtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/femtest/testccxtools.py b/src/Mod/Fem/femtest/testccxtools.py index 0591bd5695..bd8a32797a 100644 --- a/src/Mod/Fem/femtest/testccxtools.py +++ b/src/Mod/Fem/femtest/testccxtools.py @@ -775,7 +775,7 @@ def create_test_results(): thermomech_analysis_dir = temp_dir + 'FEM_ccx_thermomech/' Flow1D_thermomech_analysis_dir = temp_dir + 'FEM_ccx_Flow1D_thermomech/' - # run unit test from tests classes from this module + # run all unit tests from this module import Test import sys current_module = sys.modules[__name__]