FEM: unit test, delete not needed pass

This commit is contained in:
Bernd Hahnebach
2019-07-05 07:25:51 +02:00
parent efc6d4f857
commit e56574f2a3
7 changed files with 0 additions and 9 deletions

View File

@@ -1232,7 +1232,6 @@ class TestCcxTools(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass
# ************************************************************************************************

View File

@@ -118,4 +118,3 @@ class TestFemCommon(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass

View File

@@ -107,4 +107,3 @@ class TestMaterialUnits(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass

View File

@@ -208,7 +208,6 @@ class TestMeshCommon(unittest.TestCase):
self
):
FreeCAD.closeDocument(self.doc_name)
pass
# ************************************************************************************************
@@ -511,4 +510,3 @@ class TestMeshEleTetra10(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass

View File

@@ -133,7 +133,6 @@ class TestObjectCreate(unittest.TestCase):
self
):
FreeCAD.closeDocument(self.doc_name)
pass
# ************************************************************************************************
@@ -1395,4 +1394,3 @@ class TestObjectType(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass

View File

@@ -451,4 +451,3 @@ class TestResult(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass

View File

@@ -257,4 +257,3 @@ class TestSolverFrameWork(unittest.TestCase):
):
# clearance, is executed after every test
FreeCAD.closeDocument(self.doc_name)
pass