()
| 428 | |
| 429 | |
| 430 | def 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 | |
| 437 | def test_issue_40(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…