Skip to content

Commit

Permalink
Enable test for cells ending in multiline strings, as it now passes.
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 7, 2011
1 parent 358332d commit 4863c51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IPython/core/tests/test_interactiveshell.py
Expand Up @@ -56,7 +56,6 @@ def test_run_cell_multiline(self):
self.assertEquals(ip.user_ns['x'], 2)
self.assertEquals(ip.user_ns['y'], 3)

@dec.skip_known_failure
def test_multiline_string_cells(self):
"Code sprinkled with multiline strings should execute (GH-306)"
ip = get_ipython()
Expand Down

0 comments on commit 4863c51

Please sign in to comment.