MCPcopy Create free account
hub / github.com/ipython/traitlets / test_unicode_argv

Method test_unicode_argv

tests/config/test_application.py:488–490  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

486 self.assertEqual(app.extra_args, ["-", "-", "extra"])
487
488 def test_unicode_argv(self):
489 app = MyApp()
490 app.parse_command_line(["ünîcødé"])
491
492 def test_document_config_option(self):
493 app = MyApp()

Callers

nothing calls this directly

Calls 2

parse_command_lineMethod · 0.80
MyAppClass · 0.70

Tested by

no test coverage detected