Skip to content

Commit

Permalink
FEM: unit tests temporary deactivate testst due to Python2 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed May 21, 2020
1 parent 0944b59 commit 04fc036
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Fem/TestFem.py
Expand Up @@ -25,6 +25,7 @@

# Unit test for the FEM module
# to get the right order import as is used
"""
from femtest.app.test_femimport import TestFemImport as FemTest01
from femtest.app.test_common import TestFemCommon as FemTest02
from femtest.app.test_object import TestObjectCreate as FemTest03
Expand All @@ -49,7 +50,7 @@
False if FemTest09.__name__ else True
False if FemTest10.__name__ else True
False if FemTest11.__name__ else True

"""

# For more information on how to run a specific test class or a test method see
# file src/Mod/Test/__init__
Expand Down

0 comments on commit 04fc036

Please sign in to comment.