DancingQuanta
8d8fd2c20b
Implemented multIi-markup tests in vim of viewport and preset
2018-10-18 01:00:29 -04:00
Tomas Babej
b00e886142
tests: Use explicit coverage tracking
2018-07-31 03:46:58 -04:00
Tomas Babej
3e615c27e3
tests: Provide more helpful message when looking for scripts
2018-07-15 18:26:30 -04:00
Tomas Babej
dfc2aef502
tests: Update list of script paths
2018-07-15 18:26:19 -04:00
Bodo Graumann
895b36d4d4
Test: Only kill gvim instances with custom name
...
Vimrunner-python allows to set a custom server name, which is used with
the `--servername` parameter for `gvim`. This way we can restrict the
killing of gvim instances to those, that we have used. For that purpose
we use the standard linux `pkill` utility instead of `killall`.
2017-07-31 00:54:08 +02:00
Bodo Graumann
8f51f2f4c2
main: Use one cache object for each buffer
2017-01-27 22:23:33 +01:00
Bodo Graumann
a22ad7e3cb
tests: Allow running tests with en_GB locale
2017-01-27 10:55:01 +01:00
Bodo Graumann
ab4c7646a4
IntegrationTest: correctly retry start_client
2017-01-27 10:55:01 +01:00
Tomas Babej
4b55082413
tests: Test proper precise detection of vimwiki links
2017-01-11 11:17:39 +01:00
Tomas Babej
21b766134f
coverage: Explicit coverage tracking no longer needed
2017-01-09 00:38:24 +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
eff9d2164c
tests: Provide more details when regex search fails
2017-01-06 12:09:30 +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
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
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
90202b3f9d
tests: Expand the MockCache with the real LineStore implementation
2015-12-26 13:19:47 +01:00
Tomas Babej
1b5a19924e
tests: Refactor module mocks for parsing tests
2015-08-15 16:29:04 +02:00
Tomas Babej
fc0e9ea4be
tests: Move MockCache to base module
2015-08-13 23:14:37 +02:00
Tomas Babej
82da710fd6
tests: Properly setup mocked vim instance
2015-08-11 20:36:07 +02:00
Tomas Babej
35dcf8f6d0
tests: Do not skip empty lines
2015-08-11 19:44:58 +02:00
Tomas Babej
62dbd9b5b4
tests: Fix typo in IntegrationTest setup
2015-08-11 19:44:45 +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
ec00c961b4
tests: Allow unicode character ä in the task description
2015-08-10 14:30:12 +02:00
Tomas Babej
a63bb8b536
imports: Use tasklib public API directly
2015-08-09 16:19:00 +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
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
e7a1f59ccb
tests: Re-start the gvim client in case of failure
2015-03-28 16:38:30 +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
6b8bb9de71
tests: Do not use user taskrc for setting up test data
2015-03-28 02:13:19 +01:00
Tomas Babej
e4cbd534d1
tests: Add some sleep before checking scriptnames
2015-03-28 01:09:01 +01:00
Tomas Babej
5aba848e19
tests: Support any character in the task brackets
2015-03-28 01:05:30 +01:00
Tomas Babej
7fe51b3da9
tests: Add tests for TaskWikiLink command
2015-03-28 00:37:43 +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
2bf122ca32
tests: Kill all gvim sessions as part of the teardown
2015-03-27 18:22:28 +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
26f23ce5f9
test: Add conditional coverage measurement
2015-03-27 16:29:51 +01:00
Tomas Babej
c55d6ea51c
tests: Split into multiple files
2015-03-27 12:16:27 +01:00