summaryrefslogtreecommitdiff
path: root/tests/plugins/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/hello.py')
-rw-r--r--tests/plugins/hello.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/plugins/hello.py b/tests/plugins/hello.py
new file mode 100644
index 0000000..a113f41
--- /dev/null
+++ b/tests/plugins/hello.py
@@ -0,0 +1,12 @@
+def import_self():
+ from dummy.plugins import hello
+ return hello
+
+
+def get_plugin_source():
+ from pluginbase import get_plugin_source
+ return get_plugin_source()
+
+
+def demo_func():
+ return 42