FEM: unit tests, rename test tools to utils to distinguish between test modules
This commit is contained in:
committed by
Yorik van Havre
parent
6cdc0769e4
commit
6b08499c76
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user