summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/jinja_plugins/test_plugins/bad_test.py
blob: 0cc7a5a8857123b945eb1facc65622f41a3cd2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2021 Matt Martz <matt@sivel.net>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

# Make coding more python3-ish
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type


class TestModule:
    def tests(self):
        raise TypeError('bad_test')