Show More
@@ -56,7 +56,6 b' class InteractiveShellTestCase(unittest.TestCase):' | |||||
56 | self.assertEquals(ip.user_ns['x'], 2) |
|
56 | self.assertEquals(ip.user_ns['x'], 2) | |
57 | self.assertEquals(ip.user_ns['y'], 3) |
|
57 | self.assertEquals(ip.user_ns['y'], 3) | |
58 |
|
58 | |||
59 | @dec.skip_known_failure |
|
|||
60 | def test_multiline_string_cells(self): |
|
59 | def test_multiline_string_cells(self): | |
61 | "Code sprinkled with multiline strings should execute (GH-306)" |
|
60 | "Code sprinkled with multiline strings should execute (GH-306)" | |
62 | ip = get_ipython() |
|
61 | ip = get_ipython() |
General Comments 0
You need to be logged in to leave comments.
Login now