mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-21 15:08:26 +08:00
Exclude docs directory from test search
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
addopts = --assert=plain --doctest-modules
|
addopts = --assert=plain --doctest-modules
|
||||||
|
|
||||||
# Ignore broken files in blackbox test directories
|
# 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
|
# 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
|
# fine as long as we are using `clean_jedi_cache` as a session scoped
|
||||||
|
|||||||
Reference in New Issue
Block a user