Commit graph

242 commits

Author SHA1 Message Date
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
Tomas Babej
dd2b2a9c62 taskwiki: Fix incorrect attribute reference in TaskWikiMod 2015-03-28 02:01:35 +01:00
Tomas Babej
a668f36bc7 tests: Add tests for TaskWikiStop command 2015-03-28 01:48:32 +01:00
Tomas Babej
e4cbd534d1 tests: Add some sleep before checking scriptnames 2015-03-28 01:09:01 +01:00
Tomas Babej
a9b83b4a73 tests: Add tests for TaskWikiStart command 2015-03-28 01:06:49 +01:00
Tomas Babej
5aba848e19 tests: Support any character in the task brackets 2015-03-28 01:05:30 +01:00
Tomas Babej
0809f1cc87 coverage: Do not include __init__ in the coverage 2015-03-28 00:47:16 +01:00
Tomas Babej
7fe51b3da9 tests: Add tests for TaskWikiLink command 2015-03-28 00:37:43 +01:00
Tomas Babej
5753549c11 tests: Add tests for the TaskWikiInfo command 2015-03-28 00:27:23 +01:00
Tomas Babej
d97f13d823 taskwiki: Have a proper name for the info buffer 2015-03-28 00:27:11 +01:00
Tomas Babej
90e94f7442 tests: Amend projects and summary tests for subproject changes in TW 2.4.2 2015-03-28 00:04:17 +01:00
Tomas Babej
44d464d158 tests: Let silent=None denote we don't care about the output of the command 2015-03-27 23:43:08 +01:00
Tomas Babej
0391c7fcd4 VimwikiTask: Wrap UUID in a ShortUUID object to allow simple compression 2015-03-27 23:29:45 +01:00
Tomas Babej
ccfd8d3883 VimwikiTask: Do not store redundant copy of the data, use Task object instead 2015-03-27 23:29:08 +01:00
Tomas Babej
85b4c2a396 tests: Add tests for TaskWikiDelete 2015-03-27 21:07:14 +01:00
Tomas Babej
772afc4f17 travis: Execute tests from vim plugin directory, so that coverage reports can be merged 2015-03-27 19:58:27 +01:00
Tomas Babej
9978f9eb61 coverage: Omit test infrastructure from coverage 2015-03-27 19:57:50 +01:00
Tomas Babej
2bf122ca32 tests: Kill all gvim sessions as part of the teardown 2015-03-27 18:22:28 +01:00
Tomas Babej
8008a05fe5 test: Add tests for TaskWikiAnnotation command 2015-03-27 17:58:41 +01:00
Tomas Babej
eedff406f8 tests: Save references to Task instances in the Test instance 2015-03-27 17:58:24 +01:00
Tomas Babej
6a8e9063e8 travis: Add verbose output 2015-03-27 17:43:58 +01:00
Tomas Babej
1f71731316 travis: Create collection directory for coverage files 2015-03-27 17:34:57 +01:00
Tomas Babej
8172c7a4f0 travis: Install coverage related libs system-wide 2015-03-27 17:26:16 +01:00
Tomas Babej
a2aefbb7f3 Readme: Add coveralls badge 2015-03-27 17:08:59 +01:00
Tomas Babej
f2d45345da coverage: Add coveragerc to ignore the system libraries and tests 2015-03-27 16:56:31 +01:00
Tomas Babej
66af2795f5 travis: Perform coverage report after combining the partial results 2015-03-27 16:54:55 +01:00
Tomas Babej
48db70ecc6 travis: Combine coverage from all sources 2015-03-27 16:53:36 +01:00
Tomas Babej
26f23ce5f9 test: Add conditional coverage measurement 2015-03-27 16:29:51 +01:00
Tomas Babej
3aaafaa418 tests: Add tests for stats and tags commands 2015-03-27 14:52:18 +01:00
Tomas Babej
ffcd429544 tests: Add tests for projects and summary reports 2015-03-27 14:52:01 +01:00
Tomas Babej
1881e031f1 tests: Add tests for History commands 2015-03-27 14:23:33 +01:00
Tomas Babej
f973efc093 tests: Move current year and month determination into separate methods 2015-03-27 14:23:15 +01:00
Tomas Babej
e2ab941492 util: Use smaller extra margin for vertical splits 2015-03-27 13:42:04 +01:00
Tomas Babej
7c9bcaf129 commands: Fix copy-paste error that executed Ghistory commands instead of History commands 2015-03-27 13:40:13 +01:00
Tomas Babej
9a3a619791 tests: Add simple test for monthly ghistory 2015-03-27 13:36:44 +01:00
Tomas Babej
451a0773da tests: Add simple tests for burndown, calendar and ghistory commands 2015-03-27 13:28:17 +01:00
Tomas Babej
c55d6ea51c tests: Split into multiple files 2015-03-27 12:16:27 +01:00
Tomas Babej
9df904c98f syntax: Amend UUID concealment to match short uuids too 2015-03-27 02:19:04 +01:00
Tomas Babej
ef3b238b79 VimwikiTask: Allow short UUIDs and generate them by default 2015-03-27 02:14:07 +01:00
Tomas Babej
d6595dfe04 tests: Test auto removing non-matching task from viewport 2015-03-27 01:41:09 +01:00
Tomas Babej
2d7adc4926 tests: Run viminput through UUID filler too 2015-03-27 01:39:19 +01:00
Tomas Babej
63b66ed79a tests: Add test for viewport defaults 2015-03-27 01:18:20 +01:00
Tomas Babej
c91a009c6d tests: Move task data creation to each test 2015-03-27 01:02:28 +01:00
Tomas Babej
0a4d4f9be7 tests: Rewrite tests to allow more declarative style 2015-03-27 00:44:33 +01:00
Tomas Babej
15bd93d8bd Readme: Add code health badge 2015-03-26 23:40:40 +01:00
Tomas Babej
2c4ac32ff9 Readme: Add Travis badge 2015-03-26 23:30:10 +01:00
David J Patrick
3dc96f946f Update documentation 2015-03-26 23:27:24 +01:00
Tomas Babej
5c6b91dd06 taskwiki: Add TaskWikiAnnotate method 2015-03-26 23:15:04 +01:00
Tomas Babej
3a4f0f7e57 travis: Install tasklib both system-wide and into virtualenv 2015-03-26 23:09:19 +01:00