FEM: unit test, add some TODO comment

This commit is contained in:
Bernd Hahnebach
2020-03-18 08:24:51 +01:00
parent d295cfb5b2
commit 2ed3144dc7

View File

@@ -59,6 +59,8 @@ class TestObjectCreate(unittest.TestCase):
def test_femobjects_make(
self
):
# TODO return document, see Part
# https://github.com/FreeCAD/FreeCAD/blob/565bdbbb3e/src/Mod/Part/parttests/part_test_objects.py#L260
doc = self.document
analysis = ObjectsFem.makeAnalysis(doc)