Change assertTrue(a > b) to assertGreater(a, b)
Change assertTrue(a >= b) to assertGreaterEqual(a, b) Change assertTrue(a < b) to assertLess(a, b) Change assertTrue(a <= b) to assertLessEqual(a, b)
Showing
- Framework/PythonInterface/test/python/mantid/SimpleAPITest.py 2 additions, 2 deletions...ework/PythonInterface/test/python/mantid/SimpleAPITest.py
- Framework/PythonInterface/test/python/mantid/api/DeprecatedAlgorithmCheckerTest.py 1 addition, 1 deletion.../test/python/mantid/api/DeprecatedAlgorithmCheckerTest.py
- Framework/PythonInterface/test/python/mantid/api/FileFinderTest.py 3 additions, 3 deletions.../PythonInterface/test/python/mantid/api/FileFinderTest.py
- Framework/PythonInterface/test/python/mantid/api/FunctionFactoryTest.py 1 addition, 1 deletion...onInterface/test/python/mantid/api/FunctionFactoryTest.py
- Framework/PythonInterface/test/python/mantid/api/MDGeometryTest.py 1 addition, 1 deletion.../PythonInterface/test/python/mantid/api/MDGeometryTest.py
- Framework/PythonInterface/test/python/mantid/api/MatrixWorkspaceTest.py 3 additions, 3 deletions...onInterface/test/python/mantid/api/MatrixWorkspaceTest.py
- Framework/PythonInterface/test/python/mantid/api/SpectrumInfoTest.py 1 addition, 1 deletion...ythonInterface/test/python/mantid/api/SpectrumInfoTest.py
- Framework/PythonInterface/test/python/mantid/geometry/ComponentInfoTest.py 1 addition, 1 deletion...nterface/test/python/mantid/geometry/ComponentInfoTest.py
- Framework/PythonInterface/test/python/mantid/geometry/DetectorInfoTest.py 2 additions, 2 deletions...Interface/test/python/mantid/geometry/DetectorInfoTest.py
- Framework/PythonInterface/test/python/mantid/kernel/ConfigServiceTest.py 1 addition, 1 deletion...nInterface/test/python/mantid/kernel/ConfigServiceTest.py
- Framework/PythonInterface/test/python/mantid/kernel/FacilityInfoTest.py 1 addition, 1 deletion...onInterface/test/python/mantid/kernel/FacilityInfoTest.py
- Framework/PythonInterface/test/python/mantid/kernel/PropertyWithValueTest.py 1 addition, 1 deletion...erface/test/python/mantid/kernel/PropertyWithValueTest.py
- Framework/PythonInterface/test/python/mantid/kernel/PythonPluginsTest.py 1 addition, 1 deletion...nInterface/test/python/mantid/kernel/PythonPluginsTest.py
- Framework/PythonInterface/test/python/mantid/kernel/UnitFactoryTest.py 1 addition, 1 deletion...honInterface/test/python/mantid/kernel/UnitFactoryTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/CropWorkspaceForMDNormTest.py 2 additions, 2 deletions...t/python/plugins/algorithms/CropWorkspaceForMDNormTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/ExportExperimentLogTest.py 15 additions, 15 deletions...test/python/plugins/algorithms/ExportExperimentLogTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/FitGaussianTest.py 2 additions, 2 deletions...terface/test/python/plugins/algorithms/FitGaussianTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/LRPeakSelectionTest.py 6 additions, 6 deletions...ace/test/python/plugins/algorithms/LRPeakSelectionTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/NormaliseSpectraTest.py 2 additions, 2 deletions...ce/test/python/plugins/algorithms/NormaliseSpectraTest.py
- Framework/PythonInterface/test/python/plugins/algorithms/SANSWideAngleCorrectionTest.py 2 additions, 2 deletions.../python/plugins/algorithms/SANSWideAngleCorrectionTest.py
Loading
Please register or sign in to comment