summaryrefslogtreecommitdiff
path: root/tests/plugins/loading/plugins/nosetup/nosetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/loading/plugins/nosetup/nosetup.py')
-rw-r--r--tests/plugins/loading/plugins/nosetup/nosetup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/plugins/loading/plugins/nosetup/nosetup.py b/tests/plugins/loading/plugins/nosetup/nosetup.py
new file mode 100644
index 000000000..0b5a4fa7e
--- /dev/null
+++ b/tests/plugins/loading/plugins/nosetup/nosetup.py
@@ -0,0 +1,8 @@
+# A plugin is supposed to define a setup function
+# which returns the type that the plugin provides
+#
+# This plugin fails to do so
+
+
+def useless():
+ print("Hello World")