FEM: unit tests, rename test tools to utils to distinguish between test modules

This commit is contained in:
Bernd Hahnebach
2018-12-11 13:55:57 +01:00
committed by Yorik van Havre
parent 6cdc0769e4
commit 6b08499c76
8 changed files with 13 additions and 13 deletions

View File

@@ -27,8 +27,8 @@ import FreeCAD
import ObjectsFem
import femsolver.run
import unittest
from . import testtools
from .testtools import fcc_print
from . import utilstest as testtools
from .utilstest import fcc_print
class TestSolverFrameWork(unittest.TestCase):