()
| 840 | self.assertIsInstance(res.error_before_exec, InputRejected) |
| 841 | |
| 842 | def test__IPYTHON__(): |
| 843 | # This shouldn't raise a NameError, that's all |
| 844 | __IPYTHON__ |
| 845 | |
| 846 | |
| 847 | class DummyRepr(object): |
nothing calls this directly
no outgoing calls
no test coverage detected