mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Unify test docstrings.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user