FEM: unit tests, rename test class names

This commit is contained in:
Bernd Hahnebach
2018-12-11 13:55:30 +01:00
committed by Yorik van Havre
parent 19c5032729
commit d5cb367e4b
6 changed files with 47 additions and 28 deletions

View File

@@ -31,11 +31,11 @@ from . import testtools
from .testtools import fcc_print
class SolverFrameWorkTest(unittest.TestCase):
fcc_print('import SolverFrameWorkTest')
class TestSolverFrameWork(unittest.TestCase):
fcc_print('import TestSolverFrameWork')
def setUp(self):
self.doc_name = "TestsFemSolverFrameWork"
self.doc_name = "TestSolverFrameWork"
try:
FreeCAD.setActiveDocument(self.doc_name)
except: