FEM: unit tests, move module fem common test module to common test module

This commit is contained in:
Bernd Hahnebach
2018-02-07 13:32:44 +01:00
committed by wmayer
parent 7f2c586bc9
commit a2446a6b7c
3 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ SET(FemSolverFenics_SRCS
SET(FemTests_SRCS
femtest/__init__.py
femtest/testccxtools.py
femtest/testfemcommon.py
femtest/testcommon.py
femtest/testsolverframework.py
femtest/testtools.py
)

View File

@@ -27,6 +27,6 @@
# the order should be as follows:
# common-, object-, mesh-, inout-, ccxtools-, solverframworktests
from femtest.testfemcommon import FemTest
from femtest.testcommon import FemTest
from femtest.testccxtools import FemCcxAnalysisTest
from femtest.testsolverframework import SolverFrameWorkTest