Makes sure examples are excluded from pytest

This commit is contained in:
Dave Halter
2020-01-12 01:22:12 +01:00
parent 4f6116ac6e
commit 700dd9380a

View File

@@ -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