summaryrefslogtreecommitdiff
path: root/test/test_python_virtualenv.vader
blob: b44c5fa2b41ec5c08c81199c2919e93cbccee4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Before:
  Save $VIRTUAL_ENV
  let $VIRTUAL_ENV = "/opt/example/"

After:
  Restore

Execute(ale#python#FindVirtualenv falls back to $VIRTUAL_ENV when no directories match):
  AssertEqual
  \  ale#python#FindVirtualenv(bufnr('%')),
  \  '/opt/example/',
  \  'Expected VIRTUAL_ENV environment variable to be used, but it was not'