Test safe_execfile with non-ascii path
(self)
| 635 | |
| 636 | @onlyif_unicode_paths |
| 637 | def test_1(self): |
| 638 | """Test safe_execfile with non-ascii path""" |
| 639 | ip.safe_execfile(self.fname, {}, raise_exceptions=True) |
| 640 | |
| 641 | |
| 642 | class ExitCodeChecks(tt.TempFileMixin): |
nothing calls this directly
no test coverage detected