summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-10-08 17:07:29 +0200
committerJürg Billeter <j@bitron.ch>2020-12-22 13:02:07 +0100
commita2ef29b0c891e284db0f8007599920c0a71929af (patch)
treeb8526b3829802e1c59722eb5b31c4860bd3afb62
parent847703c48ad311a74d0028399b52fbd4fff90b56 (diff)
downloadbuildstream-a2ef29b0c891e284db0f8007599920c0a71929af.tar.gz
tests/internals/pluginloading: Add missing get_ref() to FooSource
-rw-r--r--tests/internals/pluginloading/customsource/pluginsources/foo.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/internals/pluginloading/customsource/pluginsources/foo.py b/tests/internals/pluginloading/customsource/pluginsources/foo.py
index c5229f3e2..fd44a54ae 100644
--- a/tests/internals/pluginloading/customsource/pluginsources/foo.py
+++ b/tests/internals/pluginloading/customsource/pluginsources/foo.py
@@ -14,6 +14,9 @@ class FooSource(Source):
def get_unique_key(self):
pass
+ def get_ref(self):
+ pass
+
def setup():
return FooSource