Commit graph

186 commits

Author SHA1 Message Date
Tomas Babej
4131ec598e tests: Fix incorrect asserts 2015-08-15 15:17:29 +02:00
Tomas Babej
a9e5fb8bc4 Viewport: Use explicit defaults to replace filterstring derived defaults 2015-08-15 15:16:51 +02:00
Tomas Babej
5f4f48eb71 tests: Fix broken import 2015-08-13 23:15:03 +02:00
Tomas Babej
2592967333 tests: Amend expected default sort order settings 2015-08-13 23:14:54 +02:00
Tomas Babej
fc0e9ea4be tests: Move MockCache to base module 2015-08-13 23:14:37 +02:00
Tomas Babej
f6677a4188 ViewPort: Add sort order to the inspection output 2015-08-11 20:40:36 +02:00
Tomas Babej
82da710fd6 tests: Properly setup mocked vim instance 2015-08-11 20:36:07 +02:00
Tomas Babej
5b5069eac7 tests: Add tests for ViewPort parsing 2015-08-11 19:45:07 +02:00
Tomas Babej
bd43412254 tests: Add tests for per-viewport sorting 2015-08-11 19:45:01 +02:00
Tomas Babej
814402f99d tests: Rename test 2015-08-11 19:44:59 +02:00
Tomas Babej
35dcf8f6d0 tests: Do not skip empty lines 2015-08-11 19:44:58 +02:00
Tomas Babej
30236f0675 tests: Add tests for multilevel-sorted generation 2015-08-11 19:44:51 +02:00
Tomas Babej
eb287e60c5 tests: Add Test for checking viewport task generation in reversed order 2015-08-11 19:44:49 +02:00
Tomas Babej
62dbd9b5b4 tests: Fix typo in IntegrationTest setup 2015-08-11 19:44:45 +02:00
Tomas Babej
b0f0d4b578 tests: Add tests for generation of sorted dependency tree 2015-08-11 19:44:43 +02:00
Tomas Babej
d73ead1bf7 tests: Add sanity check for fill_uuid matching only one task 2015-08-11 19:44:40 +02:00
Tomas Babej
8251be5e17 tests: Add tests for parsing VimwikiTasks from lines 2015-08-11 19:44:33 +02:00
Tomas Babej
ec00c961b4 tests: Allow unicode character ä in the task description 2015-08-10 14:30:12 +02:00
Tomas Babej
4b2514e731 tests: Add tests for tasks with unicode 2015-08-09 19:12:42 +02:00
Tomas Babej
a63bb8b536 imports: Use tasklib public API directly 2015-08-09 16:19:00 +02:00
Tomas Babej
42498b014c tests: Add test to test automatic color assigment from TW 2015-04-13 01:26:56 +02:00
Tomas Babej
62edfe70ed tests: base: Create a regular real taskrc file for each test 2015-04-13 01:11:57 +02:00
Tomas Babej
e9cf76a963 tests: Add tests for TaskWikiChooseTag command 2015-04-11 23:50:38 +02:00
Tomas Babej
a5f380db22 tests: Add tests for TaskWikiChooseProject command 2015-04-11 23:46:35 +02:00
Tomas Babej
d5d8e2347e tests: Update viewport inspection assumptions 2015-04-07 00:01:27 +02:00
Tomas Babej
ebb638a989 tests: Add tests for the TaskWikiDone command 2015-04-06 20:47:06 +02:00
Tomas Babej
f842e1aa25 tests: Add test for adding a task to a different data source 2015-04-05 21:45:29 +02:00
Tomas Babej
d590deaaa0 tests: Add MultipleSourceTest base class 2015-04-05 21:45:05 +02:00
Tomas Babej
d7a1af75ef tests: Make execution of IntegrationTest more granular 2015-04-05 21:37:31 +02:00
Tomas Babej
545c8c48f0 tests: Test for proper location of the default TaskWarrior object 2015-04-04 22:26:22 +02:00
Tomas Babej
98d8716192 tests: Add test for viewport inspection 2015-04-04 11:12:07 +02:00
Tomas Babej
b61d606eca tests: Add test for canceling annotation 2015-04-04 09:05:47 +02:00
Tomas Babej
5f662d2a6e tests: Add tests for annotating manually 2015-04-04 09:00:52 +02:00
Tomas Babej
a0909940eb tests: Fix incorrect test assumption 2015-04-04 00:34:51 +02:00
Tomas Babej
8606eeab78 tests: Add test for simple task completion 2015-04-02 19:59:19 +02:00
Tomas Babej
b5475d0889 tests: Amend tests to take meta attributes coming out of tw_modstring_to_kwargs into account 2015-04-02 19:59:10 +02:00
Tomas Babej
e7a1f59ccb tests: Re-start the gvim client in case of failure 2015-03-28 16:38:30 +01:00
Tomas Babej
d26ba8ca49 tests: Add tests for the replacement of the splits 2015-03-28 14:52:57 +01:00
Tomas Babej
949284ba83 tests: Add tests for parsing of nested quotes 2015-03-28 14:47:59 +01:00
Tomas Babej
6fe90c664e tests: Test escaped sequences in modstrings 2015-03-28 14:44:31 +01:00
Tomas Babej
b5d4967399 tests: Add tests for setting dependencies via indentation 2015-03-28 14:27:59 +01:00
Tomas Babej
73e85be000 tests: Add test for changing description of a task 2015-03-28 11:20:31 +01:00
Tomas Babej
e0bd0f3e1a tests: Add tests for parsing and modifying priority 2015-03-28 11:09:01 +01:00
Tomas Babej
73a0db867e tests: Add tests for adding and modifying tasks with due dates 2015-03-28 10:56:23 +01:00
Tomas Babej
03ebab5464 tests: Add functional tests for viewports overriding and removing values in default section 2015-03-28 03:03:18 +01:00
Tomas Babej
4e782f1187 util: Convert '' value into None in tw_kwargs parser 2015-03-28 03:02:52 +01:00
Tomas Babej
d9a0ef33d5 tests: Make sanity check more robust 2015-03-28 02:43:44 +01:00
Tomas Babej
68cbc7ea5e tests: Add some waiting time for vim at startup 2015-03-28 02:15:50 +01:00
Tomas Babej
518192f9af tests: Add test for TaskWikiMod command 2015-03-28 02:13:28 +01:00
Tomas Babej
6b8bb9de71 tests: Do not use user taskrc for setting up test data 2015-03-28 02:13:19 +01:00