FreeCAD: master f96c805d

Author Committer Branch Timestamp Parent
m42kus berndhahnebach master 2019-09-23 19:16:45 master f5e67238
Changeset FEM: Restructure python test modules/packages

There is a new split into app and gui tests. For this purpose two
packages where created: femtest.app and femtest.gui. Tests that don't
require the GUI up and running are inside the femtest.app package. Tests
that do require the GUI are inside the femtest.gui package. Also
underscores where added to the module names: testcommon to test_common.
mod - src/Mod/Fem/App/FemMesh.cpp Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/TestFem.py Diff File
add - src/Mod/Fem/femtest/data/mesh/__init__.py Diff File