Skip to content

Commit

Permalink
Make sure there are no problems is PyMca is not installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jul 19, 2016
1 parent 026bd6c commit 5a4ca48
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions python/fisx/tests/testEPDL97.py
Expand Up @@ -173,11 +173,12 @@ def getSuite(auto=True):
else:
# use a predefined order
testSuite.addTest(testEPDL97("testEPDL97Import"))
testSuite.addTest(testEPDL97("testEPDL97BindingVersusPyMcaEPDL97Binding"))
testSuite.addTest(\
testEPDL97("testEPDL97MuVersusPyMcaEPDL97Mu"))
testSuite.addTest(\
testEPDL97("testEPDL97PartialVersusPyMcaPartial"))
if PYMCA:
testSuite.addTest(testEPDL97("testEPDL97BindingVersusPyMcaEPDL97Binding"))
testSuite.addTest(\
testEPDL97("testEPDL97MuVersusPyMcaEPDL97Mu"))
testSuite.addTest(\
testEPDL97("testEPDL97PartialVersusPyMcaPartial"))
return testSuite

def test(auto=False):
Expand Down

0 comments on commit 5a4ca48

Please sign in to comment.