We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f556fd3 commit 067d274Copy full SHA for 067d274
Framework/PythonInterface/test/python/mantid/SimpleAPITest.py
@@ -88,10 +88,6 @@ def test_alg_has_expected_doc_string(self):
88
)
89
doc = simpleapi.rebin.__doc__
90
self.assertGreater(len(doc), 0)
91
- # The missing part of the expected_doc string contains "BinningMode(Input) *string* " ...
92
- # Due to introduction of EnumeratedStringProperty the "*string*" is replaced by some
93
- # generated during build characters in the "doc" string here.
94
- # Cutting them out to compare two strings
95
self.assertEqual(doc, expected_doc)
96
97
def test_function_call_executes_correct_algorithm_when_passed_correct_args(self):
0 commit comments