From f7852dbd0a063d6d82ee17a5057fea53cb79b21d Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 21 Mar 2021 00:21:49 +0000 Subject: #3633 - Move linter tests into test/linter --- .../test_elixir_mix_command_callbacks.vader | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test/command_callback/test_elixir_mix_command_callbacks.vader (limited to 'test/command_callback/test_elixir_mix_command_callbacks.vader') diff --git a/test/command_callback/test_elixir_mix_command_callbacks.vader b/test/command_callback/test_elixir_mix_command_callbacks.vader deleted file mode 100644 index a04bee55..00000000 --- a/test/command_callback/test_elixir_mix_command_callbacks.vader +++ /dev/null @@ -1,19 +0,0 @@ -Before: - call ale#assert#SetUpLinterTest('elixir', 'mix') - call ale#test#SetFilename('../test-files/elixir/mix_project/lib/app.ex') - let g:env_prefix = ale#Env('MIX_BUILD_PATH', 'TEMP_DIR') - -After: - unlet! g:env_prefix - - call ale#assert#TearDownLinterTest() - -Execute(The default mix command should be correct): - AssertLinterCwd ale#path#Simplify(g:dir . '/../test-files/elixir/mix_project') - AssertLinter 'mix', g:env_prefix . 'mix compile %s' - -Execute(Build mix commands with an umbrella root): - call ale#test#SetFilename('../test-files/elixir/umbrella_project/apps/mix_project/lib/app.ex') - - AssertLinterCwd ale#path#Simplify(g:dir . '/../test-files/elixir/umbrella_project') - AssertLinter 'mix', g:env_prefix . 'mix compile %s' -- cgit v1.2.3