mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Urgency: Replace 'next' coefficient with configuration entry
This commit is contained in:
parent
a9b7d1b533
commit
6b83945a21
6 changed files with 2 additions and 17 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue