summaryrefslogtreecommitdiff
path: root/test/linter/test_prospector.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_prospector.vader')
-rw-r--r--test/linter/test_prospector.vader8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/linter/test_prospector.vader b/test/linter/test_prospector.vader
index 82e1596d..934849a7 100644
--- a/test/linter/test_prospector.vader
+++ b/test/linter/test_prospector.vader
@@ -33,3 +33,11 @@ Execute(Poetry is detected when python_prospector_auto_poetry is set):
AssertLinter 'poetry',
\ ale#Escape('poetry') . ' run prospector'
\ . ' --messages-only --absolute-paths --zero-exit --output-format json %s'
+
+Execute(uv is detected when python_prospector_auto_uv is set):
+ let g:ale_python_prospector_auto_uv = 1
+ call ale#test#SetFilename('../test-files/python/uv/whatever.py')
+
+ AssertLinter 'uv',
+ \ ale#Escape('uv') . ' run prospector'
+ \ . ' --messages-only --absolute-paths --zero-exit --output-format json %s'