From 6caedbdb68984d3140ac5ce6161344ee65fc84a0 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Thu, 11 May 2017 08:31:46 -0400 Subject: [PATCH] Add some tests from jedi. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 6f4f503..312830c 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,7 +2,7 @@ addopts = --doctest-modules # Ignore broken files inblackbox test directories -norecursedirs = .* docs scripts +norecursedirs = .* docs scripts old* # 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