From 6b3ebe50d83676abe7216eca84c93d8792506fba Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 13 Jan 2014 03:18:17 +0100 Subject: [PATCH] scripts folder doesn't need testing - just ignore it --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 21f00ce2..fa132557 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,7 +2,7 @@ addopts = --doctest-modules # Ignore broken files in blackbox test directories -norecursedirs = .* docs completion refactor absolute_import namespace_package +norecursedirs = .* docs completion refactor absolute_import namespace_package scripts # 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