FEM: unit tests, rename common class
This commit is contained in:
committed by
Yorik van Havre
parent
9519f122f9
commit
5ccd715e3f
@@ -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
|
||||
|
||||
@@ -30,7 +30,7 @@ from . import testtools
|
||||
from .testtools import fcc_print
|
||||
|
||||
|
||||
class FemTest(unittest.TestCase):
|
||||
class FemCommon(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user