Coverage for certbot/tests/errors_test.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"""Tests for certbot.errors."""
"""Tests for certbot.errors.FailedChallenges."""
domain="example.com", challb=messages.ChallengeBody( chall=acme_util.DNS01, uri=None, error=messages.Error(typ="tls", detail="detail")))]))
"Failed authorization procedure. example.com (dns-01): tls"))
domain="example.com", challb=messages.ChallengeBody( chall=acme_util.DNS01, uri=None, error=messages.Error(typ="tls", detail=arabic_detail)))]))
"Failed authorization procedure. example.com (dns-01): tls"))
"""Tests for certbot.errors.StandaloneBindError."""
"Problem binding to port 1234: "))
unittest.main() # pragma: no cover |