tests: move .cache to build, rename test/_utils.vim

This commit is contained in:
Daniel Hahler
2018-04-18 09:37:17 +02:00
committed by Dave Halter
parent 1c3078e9f9
commit 7894b38c0c
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
let mapleader = '\'
source plugin/jedi.vim
source test/utils.vim
source test/_utils.vim
describe 'goto simple'
before

View File

@@ -1,5 +1,5 @@
source plugin/jedi.vim
source test/utils.vim
source test/_utils.vim
describe 'pyimport'
before