txacme.test.test_challenges module

Tests for txacme.challenges.

class txacme.test.test_challenges.ResponderTests(*args, **kwargs)[source]

TLSSNI01Responder is a responder for tls-sni-01 challenges that works with txsni.

test_interface()[source]

The IResponder interface is correctly implemented.

test_start_responding()[source]

Calling start_responding makes an appropriate entry appear in the host map.

test_stop_responding_already_stopped()[source]

Calling stop_responding when we are not responding for a server name does nothing.