diff options
author | Benjamin Schubert <ben.c.schubert@gmail.com> | 2019-06-05 18:39:24 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-06-06 15:05:21 +0000 |
commit | b7f870e31954409f6d598a0650af26fa52c317b8 (patch) | |
tree | e21eada1ed1d788bae56644c75a1acea8ab625c2 /tests | |
parent | 94f8c8eacddd3d4d015ff6cd573e088c840e055c (diff) | |
download | buildstream-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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/artifactcache/__init__.py | 0 |
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 |