mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Makes sure examples are excluded from pytest
This commit is contained in:
@@ -3,7 +3,7 @@ addopts = --doctest-modules
|
|||||||
|
|
||||||
# Ignore broken files in blackbox test directories
|
# Ignore broken files in blackbox test directories
|
||||||
norecursedirs = .* jedi/third_party scripts docs
|
norecursedirs = .* jedi/third_party scripts docs
|
||||||
test/completion test/refactor test/static_analysis
|
test/completion test/refactor test/static_analysis test/examples
|
||||||
|
|
||||||
# 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