Loading isis/scripts/makeTruth.py 0 → 100644 +11 −0 Original line number Diff line number Diff line ''' Script to create truthData for unitTests. This might be more work using the scripts then just documenting what you have to do to save output as Truth ''' unitTestExecutable = sys.argv[1] unitTestName = unitTestExecutable.split("_test_")[1] + ".truth" os.system(unitTestExecutable + ">&" + unitTestName) Loading
isis/scripts/makeTruth.py 0 → 100644 +11 −0 Original line number Diff line number Diff line ''' Script to create truthData for unitTests. This might be more work using the scripts then just documenting what you have to do to save output as Truth ''' unitTestExecutable = sys.argv[1] unitTestName = unitTestExecutable.split("_test_")[1] + ".truth" os.system(unitTestExecutable + ">&" + unitTestName)