summaryrefslogtreecommitdiff
path: root/buildstream/plugintestutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugintestutils/__init__.py')
-rw-r--r--buildstream/plugintestutils/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildstream/plugintestutils/__init__.py b/buildstream/plugintestutils/__init__.py
index 728a1fcce..19cb1bf9a 100644
--- a/buildstream/plugintestutils/__init__.py
+++ b/buildstream/plugintestutils/__init__.py
@@ -15,6 +15,10 @@
# You should have received a copy of the GNU Lesser General Public
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
+"""
+This package contains various utilities which make it easier to test plugins.
+"""
+
import os
from collections import OrderedDict
from . import _sourcetests