mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Unify test docstrings.
This commit is contained in:
parent
e5dd4ba70c
commit
c4195c6cdf
4 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
"""Class helps construct valid ACME messages for testing."""
|
||||
"""ACME utilities for testing."""
|
||||
import datetime
|
||||
import itertools
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Test the ContinuityAuthenticator dispatcher."""
|
||||
"""Test for letsencrypt.continuity_auth."""
|
||||
import unittest
|
||||
|
||||
import mock
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Tests for letsencrypt/notify.py"""
|
||||
"""Tests for letsencrypt.notify."""
|
||||
|
||||
import mock
|
||||
import socket
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Tests for proof_of_possession.py"""
|
||||
"""Tests for letsencrypt.proof_of_possession."""
|
||||
import Crypto.PublicKey.RSA
|
||||
import os
|
||||
import pkg_resources
|
||||
|
|
|
|||
Loading…
Reference in a new issue