summaryrefslogtreecommitdiff
path: root/src/mailman/commands/tests
diff options
context:
space:
mode:
authorAbhilash Raj2015-03-12 21:50:52 +0530
committerAbhilash Raj2015-03-12 21:50:52 +0530
commit8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102 (patch)
tree613186c3d8d1c777904e13d7506989e8e610975c /src/mailman/commands/tests
parent53b1f69726f97193638f1acf248646f7c8b28fe9 (diff)
downloadmailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.gz
mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.tar.zst
mailman-8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102.zip
Diffstat (limited to 'src/mailman/commands/tests')
-rw-r--r--src/mailman/commands/tests/test_create.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/commands/tests/test_create.py b/src/mailman/commands/tests/test_create.py
index d9e90df26..a3349fb60 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 `mailman create`."""
__all__ = [
'TestCreate',
@@ -51,7 +51,7 @@ class FakeParser:
class TestCreate(unittest.TestCase):
- """Test `bin/mailman create`."""
+ """Test `mailman create`."""
layer = ConfigLayer