Unify test docstrings.

This commit is contained in:
Jakub Warmuz 2015-06-01 19:07:00 +00:00
parent e5dd4ba70c
commit c4195c6cdf
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
"""Class helps construct valid ACME messages for testing."""
"""ACME utilities for testing."""
import datetime
import itertools
import os

View file

@ -1,4 +1,4 @@
"""Test the ContinuityAuthenticator dispatcher."""
"""Test for letsencrypt.continuity_auth."""
import unittest
import mock

View file

@ -1,4 +1,4 @@
"""Tests for letsencrypt/notify.py"""
"""Tests for letsencrypt.notify."""
import mock
import socket

View file

@ -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