mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 13:14:29 +08:00
#3633 - Put all dummy test files in test/test-files
This commit is contained in:
@@ -5,7 +5,7 @@ After:
|
||||
call ale#test#RestoreDirectory()
|
||||
|
||||
Execute(Detect root of Python project with .flake8 correctly):
|
||||
call ale#test#SetFilename('python-test-files/python-package-project/package-name/module.py')
|
||||
call ale#test#SetFilename('test-files/python/python-package-project/package-name/module.py')
|
||||
AssertEqual
|
||||
\ ale#path#Simplify(g:dir . '/python-test-files/python-package-project'),
|
||||
\ ale#path#Simplify(g:dir . '/test-files/python/python-package-project'),
|
||||
\ ale#python#FindProjectRoot(bufnr(''))
|
||||
|
||||
Reference in New Issue
Block a user