MCPcopy
hub / github.com/docopt/docopt / test_issue34_unicode_strings

Function test_issue34_unicode_strings

test_docopt.py:444–449  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442
443
444def test_issue34_unicode_strings():
445 try:
446 assert docopt(eval("u'usage: prog [-o <a>]'"), '') == \
447 {'-o': False, '<a>': None}
448 except SyntaxError:
449 pass # Python 3
450
451
452def test_count_multiple_flags():

Callers

nothing calls this directly

Calls 1

docoptFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…