summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-04-10 09:54:48 +0100
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-04-12 16:06:19 +0100
commit1fe1420e38d49eedd962ffb95e4a46a01c96c88b (patch)
tree1203aa1405520368888b4c98937e78e07c90387a
parent16a28c0316a64189cb8c396c43b570764a83d33b (diff)
downloadbuildstream-1fe1420e38d49eedd962ffb95e4a46a01c96c88b.tar.gz
docs: Add generated docs for buildstream.plugintestutils
-rw-r--r--buildstream/plugintestutils/__init__.py4
-rw-r--r--doc/source/core_framework.rst1
2 files changed, 5 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
diff --git a/doc/source/core_framework.rst b/doc/source/core_framework.rst
index a66f3640f..127b5b2c6 100644
--- a/doc/source/core_framework.rst
+++ b/doc/source/core_framework.rst
@@ -20,3 +20,4 @@ useful for working on BuildStream itself.
buildstream.scriptelement
buildstream.sandbox.sandbox
buildstream.utils
+ buildstream.plugintestutils