From 3ec7cf95caa10ff0231adf380327a91aab96f472 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Sat, 23 May 2020 14:21:59 +0200 Subject: [PATCH] FEM: unit tests, add print to test command creation method --- src/Mod/Fem/femtest/app/support_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Fem/femtest/app/support_utils.py b/src/Mod/Fem/femtest/app/support_utils.py index 2c4c7fbffb..9319b75a81 100644 --- a/src/Mod/Fem/femtest/app/support_utils.py +++ b/src/Mod/Fem/femtest/app/support_utils.py @@ -91,6 +91,7 @@ def get_fem_test_defs( ): test_path = join(FreeCAD.getHomePath(), "Mod", "Fem", "femtest", "app") + print("Modules, classe, methods taken from: {}".format(test_path)) collected_test_module_paths = [] for tfile in sorted(os.listdir(test_path)):