diff options
-rw-r--r-- | buildstream/plugintestutils/__init__.py | 4 | ||||
-rw-r--r-- | doc/source/core_framework.rst | 1 |
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 |