Skip to content

Commit

Permalink
refs #6667 The change should fix python unit tests
Browse files Browse the repository at this point in the history
hopefully. And the tests were enabled.
  • Loading branch information
abuts committed Jul 9, 2013
1 parent 9bcd952 commit 9457c59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set ( TEST_PY_FILES
test/ReducerTest.py
#test/DgreduceTest.py
#test/DirectEnergyConversionTest.py
test/DgreduceTest.py
test/DirectEnergyConversionTest.py
)

# python unit tests
Expand Down
4 changes: 2 additions & 2 deletions Code/Mantid/scripts/test/DgreduceTest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from mantid.simpleapi import *
from mantid import api
import unittest
import os, sys
#lib_path = os.path.abspath('../Inelastic')
#sys.path.append(lib_path)
from dgreduce import *


Expand Down
5 changes: 2 additions & 3 deletions Code/Mantid/scripts/test/DirectEnergyConversionTest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from mantid.simpleapi import *
from mantid import api
import unittest
import inspect
import os, sys
#test_path = (os.path.realpath(__file__))
#lib_path = os.path.abspath(test_path+'/../../Inelastic')
#sys.path.append(lib_path)
from DirectEnergyConversion import DirectEnergyConversion


Expand Down

0 comments on commit 9457c59

Please sign in to comment.