From 700dd9380a6761b3c58e46bf94c90408be9504f0 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 12 Jan 2020 01:22:12 +0100 Subject: [PATCH] Makes sure examples are excluded from pytest --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index b2ee0d8e..d2da07a5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,7 +3,7 @@ addopts = --doctest-modules # Ignore broken files in blackbox test directories 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 # fine as long as we are using `clean_jedi_cache` as a session scoped