Skip to content

Commit

Permalink
FEM: ccx tools test, sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jan 31, 2020
1 parent b18b8a8 commit 6763c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Mod/Fem/femtest/app/test_ccxtools.py
Expand Up @@ -417,9 +417,12 @@ def tearDown(
# ************************************************************************************************
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

Expand All @@ -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)

Expand Down

0 comments on commit 6763c14

Please sign in to comment.