FEM: unit tests, add import status print
This commit is contained in:
committed by
Yorik van Havre
parent
09ee8b867c
commit
7bd3cba5d1
@@ -33,6 +33,7 @@ from .testtools import fcc_print
|
||||
|
||||
|
||||
class FemCcxAnalysisTest(unittest.TestCase):
|
||||
fcc_print('import FemCcxAnalysisTest')
|
||||
|
||||
def setUp(self):
|
||||
self.doc_name = "TestsFemCcxTools"
|
||||
|
||||
@@ -31,6 +31,7 @@ from .testtools import fcc_print
|
||||
|
||||
|
||||
class FemCommon(unittest.TestCase):
|
||||
fcc_print('import FemCommon')
|
||||
|
||||
def setUp(self):
|
||||
self.doc_name = "TestsFemCommon"
|
||||
|
||||
@@ -31,6 +31,7 @@ from .testtools import fcc_print
|
||||
|
||||
|
||||
class FemMeshTest(unittest.TestCase):
|
||||
fcc_print('import FemMeshTest')
|
||||
|
||||
def setUp(self):
|
||||
self.doc_name = "TestsFemMesh"
|
||||
@@ -130,6 +131,7 @@ class FemMeshTest(unittest.TestCase):
|
||||
|
||||
|
||||
class TestEleTetra10(unittest.TestCase):
|
||||
fcc_print('import TestEleTetra10')
|
||||
|
||||
def setUp(self):
|
||||
self.doc_name = "TestEleTetra10"
|
||||
|
||||
@@ -27,10 +27,11 @@ import FreeCAD
|
||||
import ObjectsFem
|
||||
import unittest
|
||||
from . import testtools
|
||||
# from .testtools import fcc_print
|
||||
from .testtools import fcc_print
|
||||
|
||||
|
||||
class FemObject(unittest.TestCase):
|
||||
fcc_print('import FemObject')
|
||||
|
||||
def setUp(self):
|
||||
self.doc_name = "TestsFemObject"
|
||||
|
||||
@@ -32,6 +32,7 @@ from .testtools import fcc_print
|
||||
|
||||
|
||||
class SolverFrameWorkTest(unittest.TestCase):
|
||||
fcc_print('import SolverFrameWorkTest')
|
||||
|
||||
def setUp(self):
|
||||
self.doc_name = "TestsFemSolverFrameWork"
|
||||
|
||||
Reference in New Issue
Block a user