summaryrefslogtreecommitdiff
path: root/test/test_python_pipenv.vader
diff options
context:
space:
mode:
authorDaniel Roseman <daniel@roseman.org.uk>2021-07-25 05:39:05 +0100
committerGitHub <noreply@github.com>2021-07-25 13:39:05 +0900
commit7d8fb2ba1716a744446b811fc278ecf30d4eb771 (patch)
treecabed5301053216ab424e6f554dc7595b1948bb3 /test/test_python_pipenv.vader
parent530b38de342a21cce330a32af0c1b66671d335c2 (diff)
downloadale-7d8fb2ba1716a744446b811fc278ecf30d4eb771.zip
Python support poetry (#3834)
* Add poetry support to python linters and black fixer. * Update python.vim to detect poetry project. * Update ale.vim, add an option for poetry `g:ale_python_auto_poetry`. * Update ale-python.txt, add poetry support. * Add and update poetry related tests. Co-authored-by: unc0 <unc0@users.noreply.github.com>
Diffstat (limited to 'test/test_python_pipenv.vader')
-rw-r--r--test/test_python_pipenv.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_python_pipenv.vader b/test/test_python_pipenv.vader
index 8b1e9ab0..041e2874 100644
--- a/test/test_python_pipenv.vader
+++ b/test/test_python_pipenv.vader
@@ -11,7 +11,7 @@ Execute(ale#python#PipenvPresent is true when a pipenv environment is present):
\ ale#python#PipenvPresent(bufnr('%')),
\ 1
-Execute(ale#python#PipenvPresent is false true when no pipenv environment is present):
+Execute(ale#python#PipenvPresent is false when no pipenv environment is present):
call ale#test#SetFilename('test-files/python/no_pipenv/whatever.py')
AssertEqual