Tests - Rename testname of abbreviation.t
This commit is contained in:
@@ -35,7 +35,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)))
|
|||||||
from basetest import Task, TestCase, Taskd, ServerTestCase # noqa
|
from basetest import Task, TestCase, Taskd, ServerTestCase # noqa
|
||||||
|
|
||||||
|
|
||||||
class TestBugNumber(TestCase):
|
class TestAbbreviation(TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.t = Task()
|
self.t = Task()
|
||||||
self.t.config("abbreviation.minimum", "1")
|
self.t.config("abbreviation.minimum", "1")
|
||||||
|
|||||||
Reference in New Issue
Block a user