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 15:05:21 +0000
commitb7f870e31954409f6d598a0650af26fa52c317b8 (patch)
treee21eada1ed1d788bae56644c75a1acea8ab625c2
parent94f8c8eacddd3d4d015ff6cd573e088c840e055c (diff)
downloadbuildstream-b7f870e31954409f6d598a0650af26fa52c317b8.tar.gz
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.
-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