Commit graph

131 commits

Author SHA1 Message Date
Tomas Babej
4b55082413 tests: Test proper precise detection of vimwiki links 2017-01-11 11:17:39 +01:00
Tomas Babej
1de1835eff tests: Extend coverage of the redo command 2017-01-11 10:22:40 +01:00
Tomas Babej
1dd6d45016 tests: Add initial test coverate for TaskWikiRedo 2017-01-11 09:53:27 +01:00
Tomas Babej
21b766134f coverage: Explicit coverage tracking no longer needed 2017-01-09 00:38:24 +01:00
Tomas Babej
35bdae5a05 tests: test_util: Use MockVim from tests.base instead of redefining 2017-01-08 21:00:13 +01:00
Tomas Babej
6ca9255a39 tests: Fix invalid expectation with regard to the viewport inspection output 2017-01-08 18:06:46 +01:00
Tomas Babej
2e402bf721 tests: base: Allow more unicode characters in the description during uuid matching 2017-01-07 23:35:21 +01:00
Tomas Babej
9586549eed tests: Add more sanity checks for new unicode tests 2017-01-07 23:35:00 +01:00
Tomas Babej
207cf8e317 tests: Remove eluded debug statement 2017-01-07 23:19:17 +01:00
Tomas Babej
edaebb9fb4 tests: Add tests for selection of unicode projects and tags 2017-01-07 19:37:40 +01:00
Tomas Babej
6c70cdcecc tests: Fix invalid expectations 2017-01-07 19:03:27 +01:00
Tomas Babej
2d591a0964 tests: Add tests for unicode viewport definitions 2017-01-07 13:38:34 +01:00
Tomas Babej
eff390fe62 tests: Add test for current line preservation 2017-01-06 12:09:46 +01:00
Tomas Babej
eff9d2164c tests: Provide more details when regex search fails 2017-01-06 12:09:30 +01:00
Tomas Babej
f2c9324fe8 tests: Add test case for empty filter in the viewport 2017-01-04 20:54:45 +01:00
Tomas Babej
20a39a1003 tests: Fix incorrect test expectation 2017-01-04 03:39:05 +01:00
Tomas Babej
8eb10da06d Revert "Exaustive search for travis bug"
This reverts commit 8ebaa6d41a.

This experiment turned out to be a harder issue, so let's keep it off
the master branch.
2016-12-18 01:15:07 +01:00
Tomas Babej
8ebaa6d41a Exaustive search for travis bug 2016-12-17 01:08:14 +01:00
Tomas Babej
700680363d tests: Extend setup assertion for debugging 2016-12-16 17:37:33 +01:00
Tomas Babej
845963fe0d tests: Fix invalid relative imports 2016-12-16 15:09:58 +01:00
Tomas Babej
3f392a827a tests: Support testing vim under python3 2016-12-16 14:54:59 +01:00
Tomas Babej
dd0d4203f1 python3: Make tests work 2016-12-16 04:11:09 +01:00
Tomas Babej
29c6c1d29c python3: Use six.text_type instead direct unicode/str 2016-12-16 03:40:42 +01:00
Tomas Babej
7459eee088 tests: Fix tests to expect new default ordering 2016-12-13 00:27:24 +01:00
Tomas Babej
7ca18a4137 tests: Add test for viewport being terminated by a header 2016-12-12 23:43:02 +01:00
Tomas Babej
3a4de9cdfd tests: Add test for preserving completed task hierarchy 2016-10-23 02:51:54 +02:00
Tomas Babej
f372be76d3 tests: Make viewport inspection tests expect user filter being enclosed in parentheses 2016-09-22 17:44:39 +02:00
Jake Waksbaum
91ecffc6b3 Update tests 2016-09-22 10:20:36 -04:00
Tomas Babej
70acaeb319 tests: Cover buffer -> task status propagation 2016-05-23 11:34:39 +02:00
Tomas Babej
cda27d960e BufferProxy: Fix wrong argument order 2016-04-20 19:02:20 +02:00
Tomas Babej
0d1a457506 tests: Amend tests with respect to BufferProxy introduction 2016-04-20 18:45:24 +02:00
Tomas Babej
7da15db25f tests Add test for loading task not present in TW 2015-12-27 18:41:59 +01:00
Tomas Babej
f9dedc1dbc tests: Add a test case for flawed due date 2015-12-27 16:04:52 +01:00
Tomas Babej
f96c810ffb tests: Expand test coverage 2015-12-27 12:41:36 +01:00
Tomas Babej
0b91eab70b tests: Tags are now deserialized into sets 2015-12-27 02:56:59 +01:00
Tomas Babej
90202b3f9d tests: Expand the MockCache with the real LineStore implementation 2015-12-26 13:19:47 +01:00
Tomas Babej
d74d65f5b3 tests: Add test for overriding virtual tags from defaults without forcing 2015-08-27 07:34:23 +02:00
Tomas Babej
0d69006343 tests: Add tests for forcing virtual tags 2015-08-27 07:12:54 +02:00
Tomas Babej
7d23805ad6 tests: Add tests for a invalid sort order 2015-08-27 06:55:13 +02:00
Tomas Babej
94205fb4ba tests: Add tests for the VISIBLE meta tag 2015-08-27 06:50:28 +02:00
Tomas Babej
c3dd085dde tests: Add test for referencing a non-existent context 2015-08-27 06:43:17 +02:00
Tomas Babej
3d59614f45 tests: Add test for parsing the tasks with optional modstrings 2015-08-26 21:38:43 +02:00
Tomas Babej
e121daddb7 tests: Add tests for contexts sourced from TW 2015-08-15 18:33:56 +02:00
Tomas Babej
1b5a19924e tests: Refactor module mocks for parsing tests 2015-08-15 16:29:04 +02:00
Tomas Babej
00711bbb63 tests: Move cache setup into per test setup method 2015-08-15 15:22:03 +02:00
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