Lines Matching refs:testing
1 *testing.txt* For Vim version 8.2. Last change: 2021 Aug 15
7 Testing Vim and Vim script *testing-support*
10 about writing tests in Vim script. This can be used for testing Vim itself
11 and for testing plugins.
13 1. Testing Vim |testing|
18 1. Testing Vim *testing*
27 *new-style-testing*
32 *old-style-testing*
33 These tests are used only for testing Vim without the |+eval| feature.
41 This is for testing: If the memory allocation with {id} is
67 internally, and |v:testing| must have been set before calling
139 Return a |Blob| that is null. Only useful for testing.
143 Return a |Channel| that is null. Only useful for testing.
148 Return a |Dict| that is null. Only useful for testing.
152 Return a |Funcref| that is null. Only useful for testing.
156 Return a |Job| that is null. Only useful for testing.
161 Return a |List| that is null. Only useful for testing.
165 Return a |Partial| that is null. Only useful for testing.
169 Return a |String| that is null. Only useful for testing.
179 Only to be used for testing!
187 to run tests. Only to be used for testing Vim!
227 to be used for testing.
281 Return a value with unknown type. Only useful for testing.
285 Return a value with void type. Only useful for testing.