acceptance tests: Update doc string
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 5 May 2015 07:46:28 +0000 (09:46 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 5 May 2015 07:46:28 +0000 (09:46 +0200)
acceptance_tests/tests/test_createrepo.py

index 4a7dadf..f935f38 100644 (file)
@@ -6,7 +6,7 @@ from base import BaseTestCase
 
 
 class TestCaseCreaterepo_badparams(BaseTestCase):
-    """Repo with 1 package"""
+    """Use case with bad commandline arguments"""
 
     def setup(self):
         self.indir_addpkg(PACKAGES[0])