1
0
Fork 0
mirror of synced 2024-06-30 12:31:09 -04:00
ultimate-vim/sources_non_forked/ale/test/test_python_find_project_root.vader

12 lines
391 B
Plaintext
Raw Normal View History

2022-05-19 09:16:38 -04:00
Before:
call ale#test#SetDirectory('/testplugin/test')
After:
call ale#test#RestoreDirectory()
Execute(Detect root of Python project with .flake8 correctly):
call ale#test#SetFilename('test-files/python/python-package-project/package-name/module.py')
AssertEqual
\ ale#path#Simplify(g:dir . '/test-files/python/python-package-project'),
\ ale#python#FindProjectRoot(bufnr(''))