Skip to content
Snippets Groups Projects
Unverified Commit 025b6803 authored by Alice Russell's avatar Alice Russell Committed by GitHub
Browse files

Add missing speech mark to test

parent 7c181731
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class CodeCompletionTest(unittest.TestCase):
"np\.asarray\(a, \[dtype\], .*\)")
def test_call_tips_generated_if_syntax_errors_in_script(self):
self._run_check_call_tip_generated("from mantid.simpleapi import *\n print 'Hello', 'World", "Rebin")
self._run_check_call_tip_generated("from mantid.simpleapi import *\n print 'Hello', 'World'", "Rebin")
def test_pyplot_call_tips_generated_if_imported_in_script(self):
self._run_check_call_tip_generated("import matplotlib.pyplot as plt\n# My code",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment