summaryrefslogtreecommitdiff
path: root/tests/plugins/basics/nosetup/foo.py
blob: 0b5a4fa7e15a78caff0dfa18f727d2e3f703340c (plain)
1
2
3
4
5
6
7
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")