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-10-15 17:32:02 +0200
commit3dbffc8b88fc830f31b65073c947ebdd1d9b1f79 (patch)
tree6ba0863492b507158106e1054d0e907305399c51
parent657b1394ec12e161b759716c692a5db7af10b46c (diff)
downloadbuildstream-3dbffc8b88fc830f31b65073c947ebdd1d9b1f79.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