mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Test: Added relevant urgency coefficients for info test
This commit is contained in:
parent
c8cba22a3d
commit
7fb907c76c
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ class TestInfoCommand(TestCase):
|
|||
self.t.config("uda.u_one.label", "U_ONE")
|
||||
self.t.config("uda.u_two.type", "duration")
|
||||
self.t.config("uda.u_two.label", "U_TWO")
|
||||
|
||||
self.t.config("urgency.user.project.P.coefficient", "1.0")
|
||||
self.t.config("urgency.user.keyword.foo.coefficient", "1.0")
|
||||
self.t.config("urgency.uda.u_one.coefficient", "1.0")
|
||||
|
||||
self.t("add foo project:P +tag priority:H start:now due:eom wait:eom scheduled:eom recur:P1M until:eoy u_one:now u_two:1day")
|
||||
self.t("1 annotate bar", input="n\n")
|
||||
code, out, err = self.t("1 info")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue