Urgency: Replace 'next' coefficient with configuration entry
This commit is contained in:
committed by
Paul Beckingham
parent
a9b7d1b533
commit
6b83945a21
@@ -51,7 +51,7 @@ class TestUrgency(TestCase):
|
||||
cls.t.config("urgency.annotations.coefficient", "10")
|
||||
cls.t.config("urgency.tags.coefficient", "10")
|
||||
cls.t.config("urgency.waiting.coefficient", "-10")
|
||||
cls.t.config("urgency.next.coefficient", "10")
|
||||
cls.t.config("urgency.user.tag.next.coefficient", "10")
|
||||
cls.t.config("urgency.user.project.PROJECT.coefficient", "10")
|
||||
cls.t.config("urgency.user.tag.TAG.coefficient", "10")
|
||||
cls.t.config("confirmation", "off")
|
||||
|
||||
Reference in New Issue
Block a user