#! /usr/bin/python3 # SPDX-License-Identifier: GPL-2.0-or-later # # Copyright Red Hat # Author: David Gibson """ Avocado plugin to allow tests as plain Python functions, no confusing classes or other jUnit-derived needless OO stuff. """