MCPcopy Index your code
hub / github.com/ipython/ipython / test_1

Method test_1

tests/test_interactiveshell.py:637–639  ·  view source on GitHub ↗

Test safe_execfile with non-ascii path

(self)

Source from the content-addressed store, hash-verified

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
642class ExitCodeChecks(tt.TempFileMixin):

Callers

nothing calls this directly

Calls 1

safe_execfileMethod · 0.80

Tested by

no test coverage detected