summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-06-05 18:39:24 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-06 12:16:36 +0000
commita729dd63ded98c6adefaa75a01f5ff88f79ed83d (patch)
treea4f13f4d93b7d96eaa69105ed30a4c2a05392509
parente7d248423d19f14e098a27795dd6b86e58db08f6 (diff)
downloadbuildstream-bschubert/pylint-artifactcache.tar.gz
tests/artifactcache: add __init__.py file to make it a packagebschubert/pylint-artifactcache
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.
-rw-r--r--tests/artifactcache/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/artifactcache/__init__.py b/tests/artifactcache/__init__.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/tests/artifactcache/__init__.py