summaryrefslogtreecommitdiff
path: root/test/command_callback/test_gotype_command_callback.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-08-02 09:09:10 +0100
committerw0rp <devw0rp@gmail.com>2019-08-02 09:09:10 +0100
commitdd1e1025b8a9b13cb7966bf2baa3e6b42a862857 (patch)
treefeb86095d4535a7d0e9a205b36008e41d1696963 /test/command_callback/test_gotype_command_callback.vader
parent3ae01ba24967a37e5a41626673422be53e188026 (diff)
downloadale-dd1e1025b8a9b13cb7966bf2baa3e6b42a862857.zip
Fix #2668 - Set g:ale_go_go111module
Diffstat (limited to 'test/command_callback/test_gotype_command_callback.vader')
-rw-r--r--test/command_callback/test_gotype_command_callback.vader6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command_callback/test_gotype_command_callback.vader b/test/command_callback/test_gotype_command_callback.vader
index c2661481..1334fcff 100644
--- a/test/command_callback/test_gotype_command_callback.vader
+++ b/test/command_callback/test_gotype_command_callback.vader
@@ -1,8 +1,12 @@
Before:
+ Save g:ale_go_go111module
+
call ale#assert#SetUpLinterTest('go', 'gotype')
call ale#test#SetFilename('../go_files/testfile2.go')
After:
+ unlet! b:ale_go_go111module
+
call ale#assert#TearDownLinterTest()
Execute(The default gotype command should be correct):
@@ -21,5 +25,3 @@ Execute(The gotype callback should support Go environment variables):
\ ale#path#CdString(expand('%:p:h')) . ' '
\ . ale#Env('GO111MODULE', 'on')
\ . 'gotype -e .'
-
- unlet! b:ale_go_go111module