txacme.testing module¶
Utilities for testing with txacme.
-
class
txacme.testing.FakeClient(key, clock, ca_key=None, controller=None)[source]¶ Provides the same API as
Client, but performs no network operations and issues certificates signed by its own fake CA.
-
class
txacme.testing.FakeClientController(paused=False)[source]¶ Controls issuing for
FakeClient.