Show More
@@ -844,10 +844,10 b' class TestSyntaxErrorTransformer(unittest.TestCase):' | |||||
844 | return lines |
|
844 | return lines | |
845 |
|
845 | |||
846 | def setUp(self): |
|
846 | def setUp(self): | |
847 |
ip.input_transformer |
|
847 | ip.input_transformers_post.append(self.transformer) | |
848 |
|
848 | |||
849 | def tearDown(self): |
|
849 | def tearDown(self): | |
850 |
ip.input_transformer |
|
850 | ip.input_transformers_post.remove(self.transformer) | |
851 |
|
851 | |||
852 | def test_syntaxerror_input_transformer(self): |
|
852 | def test_syntaxerror_input_transformer(self): | |
853 | with tt.AssertPrints('1234'): |
|
853 | with tt.AssertPrints('1234'): |
General Comments 0
You need to be logged in to leave comments.
Login now