MCPcopy
hub / github.com/docopt/docopt / test_language_errors

Function test_language_errors

test_docopt.py:430–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

428
429
430def test_language_errors():
431 with raises(DocoptLanguageError):
432 docopt('no usage with colon here')
433 with raises(DocoptLanguageError):
434 docopt('usage: here \n\n and again usage: here')
435
436
437def test_issue_40():

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…