MCPcopy Create free account

hub / github.com/GothenburgBitFactory/taskwarrior / functions

Functions2,579 in github.com/GothenburgBitFactory/taskwarrior

Methodtest_alias_multi_word
1445: Verify multi-word aliases
test/alias.test.py:212
Methodtest_alias_single_word
1445: Verify single-word aliases
test/alias.test.py:205
Methodtest_alias_to
1031: alias working as expected: 'from' -> 'to
test/alias.test.py:176
Methodtest_alias_to_from
1031: alias working as expected: 'to -- from' -> 'to from
test/alias.test.py:192
Methodtest_alias_to_to
1031: alias working as expected: 'from -- to' -> 'to to
test/alias.test.py:184
Methodtest_alias_with_implicit_complex_filter
Test alias containing filter string with conjuction
test/alias.test.py:104
Methodtest_alias_with_implicit_filter
Test alias containing simple filter string
test/alias.test.py:79
Methodtest_aliases
aliases should be expanded
test/bash_completion.test.py:99
Methodtest_aliases_helper
Verify that aliases are listed by the _aliases command
test/alias.test.py:145
Methodtest_all_defaults
Verify all defaults are employed
test/default.test.py:70
Methodtest_all_specified
(self)
test/default.test.py:80
Methodtest_allow_modify_due_in_nonrecurring
360: Allow modifying due date in non recurring task
test/recurrence.test.py:458
Methodtest_almost_UDA
21: do not match a UDA if not followed by colon
test/uda.test.py:299
Methodtest_alpha_short_uuid
Using alphabetic UUID in the short form
test/uuid.test.py:168
Methodtest_alpha_uuid
Using alphabetic UUID
test/uuid.test.py:157
Methodtest_alternate_dateformats
Verify a variety of dateformats elements succeed
test/dateformat.test.py:50
Methodtest_and_not
operator and + not :
test/operators.test.py:68
Methodtest_and_not_equal
operator and + not =
test/operators.test.py:95
Methodtest_annotate
Testing annotations in reports
test/annotate.test.py:75
Methodtest_annotate_dateformat
Testing annotations in reports using dateformat.annotation
test/annotate.test.py:121
Methodtest_annotate_default_project
default.project is not applied when annotating a task
test/feature.default.project.test.py:113
Methodtest_annotate_edit_does_not_delete
edit annotation should not delete then add untouched annotations
test/tw-20.test.py:51
Methodtest_annotate_nothing
Test that an error is produced when annotating no tasks
test/annotate.test.py:171
Methodtest_annotate_recurring
Test propagation of annotation to recurring siblings
test/annotate.test.py:176
Methodtest_annotation_filter
Verify annotation filter with and without case sensitivity
test/caseless.test.py:104
Methodtest_annotation_substitution
Verify annotation substitution with and without case sensitivity
test/caseless.test.py:72
Methodtest_annotation_with_due
Add an annotation as well as a due date
test/annotate.test.py:240
Methodtest_annual_creep
Verify 'annual' recurring tasks don't creep
test/recurrence.test.py:607
Methodtest_append
Add a task and then append more description
test/append.test.py:44
Methodtest_append_error_on_empty
Should cause an error when nothing is appended
test/append.test.py:56
Methodtest_append_propagate
Append and propagate
test/recurrence.test.py:254
Methodtest_ascending
Ascending custom sort order
test/uda_sort.test.py:52
Methodtest_ascending
Ascending default sort order
test/uda_sort.test.py:107
Methodtest_attribute_abbreviations
Test project attribute abbrevations
test/abbreviation.test.py:52
Methodtest_attribute_after_with_math
851: Test due.after:now+1d
test/math.test.py:105
Methodtest_attribute_and_search_filter
1468: Attribute and implicit search filter (project:home /lawn/)
test/filter.test.py:954
Methodtest_attribute_before_with_math
851: Test due.before:now+1d
test/math.test.py:99
Methodtest_attribute_modifier_with_duration
1630: Verify that 'due.before:9d' is correctly interpreted
test/filter.test.py:1010
Methodtest_attribute_no_modifier_with_duration
1630: Verify that 'due:7d' is correctly interpreted
test/filter.test.py:1017
Methodtest_auto_purge
Only tasks that are deleted and have a modification in the past are purged.
test/purge.test.py:51
Methodtest_backslash_at_eol
880: Backslashes at end of description/annotation are handled correctly
test/quotes.test.py:75
Methodtest_backslashes
1436: Prove to the reader that backslashes are eaten twice (which means two backslashes to one) once by Python, and once more by some mystery
test/quotes.test.py:128
Methodtest_bad_colon_replacement
441: Substitution containing a colon
test/substitute.test.py:99
Methodtest_bad_tag_parser
1377: Task doesn't accept tags in default.command
test/default.test.py:117
Methodtest_basic_command
Verify 'calendar' does not fail
test/calendar.test.py:54
Methodtest_basic_command_color
Verify 'calendar rc._forcecolor:on' does not fail
test/calendar.test.py:71
Methodtest_basic_command_details
Verify 'calendar rc.calendar.details:full rc.calendar.details.report:list' does not fail
test/calendar.test.py:76
Methodtest_basic_command_details_color
Verify 'calendar rc.calendar.details:full rc.calendar.details.report:list rc._forcecolor:on' does not fail
test/calendar.test.py:84
Methodtest_basic_command_holidays
Verify 'calendar rc.calendar.holidays:full' does not fail
test/calendar.test.py:92
Methodtest_basic_command_multiday_holiday
Verify 'calendar rc.holiday.test.name:donkeyday rc.holiday.test.start:[tomorrws date] rc.holiday.test.end:[date a month later] rc.calendar.holidays:fu
test/calendar.test.py:106
Methodtest_basic_command_offset
Verify 'calendar rc.calendar.offset:on rc.calendar.offset.value:1' does not fail
test/calendar.test.py:59
Methodtest_basic_command_single_holiday
Verify 'calendar rc.holiday.test.name:donkeyday rc.holiday.test.date:[tomorrws date] rc.calendar.holidays:full' does not fail
test/calendar.test.py:97
Methodtest_before_a
Verify start.before:2009-01-01 yields '1
test/filter.test.py:819
Methodtest_before_b
Verify start.before:2009-05-01 yields '1' and '2
test/filter.test.py:825
Methodtest_before_none
Verify start.before:2008-12-01 yields nothing
test/filter.test.py:807
Methodtest_blank_annotation
Verify blank annotations are prevented
test/annotate.test.py:196
Methodtest_blocked
Blocked color rule.
test/color.rules.test.py:111
Methodtest_blocked_blocking
Check blocked/blocking status of two tasks
test/dependencies.test.py:104
Methodtest_blocking
Blocking report displays tasks that are blocking other tasks
test/blocked.test.py:41
Methodtest_blocking
Blocking color rule.
test/color.rules.test.py:116
Methodtest_blocking_to_recurring
697: Verify that making a blocking task into a recurring task breaks dependencies Bug 697: Making a blocking task recur breaks dependency.
test/dependencies.test.py:236
Methodtest_bug425
425: Make sure parser sees 'in' and not an abbreviated 'info
test/info.test.py:138
Methodtest_bug_2247
Verbosity override is applied regardless of the order of the arguments.
test/verbose.test.py:129
Methodtest_bug_418
due.before:eow bad with dateformat 'MD
test/due.test.py:86
Methodtest_bulk_all
Verify 'all' accepts all bulk changes
test/bulk.test.py:198
Methodtest_bulk_confirmations_bulk_confirmation_off
bulk delete 3 tasks with confirmation:0 always prompts
test/bulk.test.py:87
Methodtest_bulk_confirmations_bulk_confirmation_on
bulk delete 3 tasks with confirmation:on and input >y >y >y deletes them
test/bulk.test.py:112
Methodtest_bulk_confirmations_double_confirmation_off
not bulk delete 2 tasks with confirmation:0 deletes them
test/bulk.test.py:67
Methodtest_bulk_confirmations_double_confirmation_on
not bulk delete 2 tasks with confirmation:1 and input >y >y deletes them
test/bulk.test.py:77
Methodtest_bulk_confirmations_single_confirmation_off
not bulk delete 1 tasks with confirmation:0 deletes it
test/bulk.test.py:49
Methodtest_bulk_confirmations_single_confirmation_on
not bulk delete 1 task with confirmation:1 and input >y deletes it
test/bulk.test.py:58
Methodtest_bulk_delete_all_tests
bulk delete >all deletes everything
test/bulk.test.py:152
Methodtest_bulk_delete_no_tests
bulk delete >no deletes nothing
test/bulk.test.py:123
Methodtest_bulk_delete_quit_tests
bulk delete >quit deletes nothing
test/bulk.test.py:163
Methodtest_bulk_quit
Verify 'quit' averts all bulk changes
test/bulk.test.py:193
Methodtest_burndown
(self)
test/read-only.test.py:63
Methodtest_burndown_daily
Ensure burndown.daily generates a chart
test/burndown.test.py:59
Methodtest_burndown_daily_color
Ensure burndown.daily with color, generates a chart
test/burndown.test.py:76
Methodtest_burndown_daily_non_cumulative
Ensure burndown.daily in non-cumulative mode generates a chart
test/burndown.test.py:67
Methodtest_burndown_gc_0
(self)
test/read-only.test.py:72
Methodtest_burndown_monthly
Ensure burndown.monthly generates a chart
test/burndown.test.py:90
Methodtest_burndown_weekly
Ensure burndown.weekly generates a chart
test/burndown.test.py:82
Methodtest_by_eoy_includes_eoy
Verify by-end-of-year includes task due *at* end-of-year
test/filter.test.py:848
Methodtest_by_tomorrow_includes_tomorrow
Verify that by-tomorrow also includes tomorrow itself
test/filter.test.py:855
Methodtest_by_yesterday_does_not_include_today
Verify that by-yesterday does not include today
test/filter.test.py:863
Methodtest_calc_positive_multiplication
1254: calc can multiply negative zero and positive
test/calc.test.py:132
Methodtest_calendar
The 'calendar' command should not fail when a context is active
test/context.test.py:701
Methodtest_cannot_remove_due_date
360: Cannot remove due date from recurring task
test/recurrence.test.py:438
Methodtest_cannot_remove_recurrence
360: Cannot remove recurrence from recurring task
test/recurrence.test.py:426
Methodtest_categories
test _zshcommands categories
test/helpers.test.py:59
Methodtest_chain_repair
Check that a broken chain is repaired
test/dependencies.test.py:164
Methodtest_change_propagation
Verify that changes (modify, delete) are propagated correctly
test/recurrence.test.py:174
Methodtest_chinese_character_search
Add a task with Chinese characters and search for them.
test/tw-1837.test.py:59
Methodtest_circular_1
Check a task cannot depend on itself
test/dependencies.test.py:72
Methodtest_circular_2
Check circular dependencies are caught, using 2 tasks
test/dependencies.test.py:77
Methodtest_circular_5
Check circular dependencies are caught, using 5 tasks
test/dependencies.test.py:83
Methodtest_colon_or_colon
operator : or :
test/operators.test.py:106
Methodtest_colon_or_equal
operator : or =
test/operators.test.py:115
Methodtest_colon_or_not_colon
operator : or not :
test/operators.test.py:142
Methodtest_colon_xor_colon
operator : xor :
test/operators.test.py:153
← previousnext →1,401–1,500 of 2,579, ranked by callers