diff options
| author | Barry Warsaw | 2015-03-13 20:56:51 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-03-13 20:56:51 -0400 |
| commit | a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f (patch) | |
| tree | ee30bf86419ee964d081897ddc2d4e7ed0b6e976 /src/mailman/commands/tests/test_create.py | |
| parent | d7e96af25e7ae428cf07d9170a4cb01c9022eae2 (diff) | |
| parent | 8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (diff) | |
| download | mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.tar.gz mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.tar.zst mailman-a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f.zip | |
Diffstat (limited to 'src/mailman/commands/tests/test_create.py')
| -rw-r--r-- | src/mailman/commands/tests/test_create.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mailman/commands/tests/test_create.py b/src/mailman/commands/tests/test_create.py index d9e90df26..d7e17e5d2 100644 --- a/src/mailman/commands/tests/test_create.py +++ b/src/mailman/commands/tests/test_create.py @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License along with # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. -"""Test `bin/mailman create`.""" +"""Test the `mailman create` subcommand.""" __all__ = [ 'TestCreate', @@ -51,8 +51,6 @@ class FakeParser: class TestCreate(unittest.TestCase): - """Test `bin/mailman create`.""" - layer = ConfigLayer def setUp(self): |
