FEM: ccx tools test, sort imports

This commit is contained in:
Bernd Hahnebach
2020-01-31 08:25:06 +01:00
parent b18b8a8f51
commit 6763c1461c

View File

@@ -417,9 +417,12 @@ class TestCcxTools(unittest.TestCase):
# ************************************************************************************************
def create_test_results():
import shutil
import os
import shutil
import sys
import FemGui
import Test
import femresult.resulttools as resulttools
from femtools import ccxtools
@@ -436,8 +439,6 @@ def create_test_results():
Flow1D_thermomech_analysis_dir = temp_dir + "FEM_ccx_Flow1D_thermomech/"
# run all unit tests from this module
import Test
import sys
current_module = sys.modules[__name__]
Test.runTestsFromModule(current_module)