FEM: unit tests, add print to test command creation method

This commit is contained in:
Bernd Hahnebach
2020-05-23 14:21:59 +02:00
parent 6bd1cbe7f1
commit 3ec7cf95ca

View File

@@ -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)):