FEM: unit tests, rename common class

This commit is contained in:
Bernd Hahnebach
2018-12-06 10:15:45 +01:00
committed by Yorik van Havre
parent 9519f122f9
commit 5ccd715e3f
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
# Unit test for the FEM module
# the order should be as follows:
# common-, object-, mesh-, inout-, ccxtools-, solverframworktests
from femtest.testcommon import FemTest
from femtest.testcommon import FemCommon
from femtest.testmesh import FemMeshTest
from femtest.testccxtools import FemCcxAnalysisTest
from femtest.testsolverframework import SolverFrameWorkTest

View File

@@ -30,7 +30,7 @@ from . import testtools
from .testtools import fcc_print
class FemTest(unittest.TestCase):
class FemCommon(unittest.TestCase):
def setUp(self):
try: