FEM: unit test, add some print to distinguish the test classes

This commit is contained in:
Bernd Hahnebach
2019-09-11 10:01:48 +02:00
parent 7d39c36176
commit 5d2aba070d
7 changed files with 72 additions and 0 deletions

View File

@@ -48,6 +48,15 @@ class TestObjectCreate(unittest.TestCase):
FreeCAD.setActiveDocument(self.doc_name)
self.active_doc = FreeCAD.ActiveDocument
def test_00print(
self
):
fcc_print("\n{0}\n{1} run FEM TestObjectCreate tests {2}\n{0}".format(
100 * "*",
10 * "*",
58 * "*"
))
# ********************************************************************************************
def test_femobjects_make(
self