From a729dd63ded98c6adefaa75a01f5ff88f79ed83d Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Wed, 5 Jun 2019 18:39:24 +0100 Subject: tests/artifactcache: add __init__.py file to make it a package tests/integration was lacking a __init__.py file, meaning it was not recognized as a python package, and thus, pylint would not check anything inside the directory. Adding __init__.py ensures we have correct checks here. --- tests/artifactcache/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/artifactcache/__init__.py diff --git a/tests/artifactcache/__init__.py b/tests/artifactcache/__init__.py new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.1