summaryrefslogtreecommitdiff
path: root/test/linter/test_pyre.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_pyre.vader')
-rw-r--r--test/linter/test_pyre.vader7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/linter/test_pyre.vader b/test/linter/test_pyre.vader
index 335e31f2..53f84e6f 100644
--- a/test/linter/test_pyre.vader
+++ b/test/linter/test_pyre.vader
@@ -57,3 +57,10 @@ Execute(Poetry is detected when python_pyre_auto_poetry is set):
AssertLinter 'poetry',
\ ale#Escape('poetry') . ' run pyre persistent'
+
+Execute(The FindProjectRoot should detect the project root directory for namespace package via .pyre_configuration.local):
+ silent execute 'file ' . fnameescape(g:dir . '/../test-files/python/pyre_configuration_dir/foo/bar.py')
+
+ AssertEqual
+ \ ale#path#Simplify(g:dir . '/../test-files/python/pyre_configuration_dir'),
+ \ ale#python#FindProjectRoot(bufnr(''))