Test that the option -p, which invokes the profiler, do not crash by invoking execfile
( self )
| 202 | nt.assert_equal(type(_ip.user_ns['__builtins__']),type(sys)) |
| 203 | |
| 204 | def test_run_profile( self ): |
| 205 | """Test that the option -p, which invokes the profiler, do not |
| 206 | crash by invoking execfile""" |
| 207 | self.run_tmpfile_p() |
| 208 | |
| 209 | def test_run_debug_twice(self): |
| 210 | # https://github.com/ipython/ipython/issues/10028 |
nothing calls this directly
no test coverage detected