forked from VimPlug/jedi
Exclude docs directory from test search
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
addopts = --assert=plain --doctest-modules
|
||||
|
||||
# Ignore broken files in blackbox test directories
|
||||
norecursedirs = .* completion refactor
|
||||
norecursedirs = .* docs completion refactor
|
||||
|
||||
# Activate `clean_jedi_cache` fixture for all tests. This should be
|
||||
# fine as long as we are using `clean_jedi_cache` as a session scoped
|
||||
|
||||
Reference in New Issue
Block a user