oddluck-limnoria-plugins/Frotz/test.py

18 lines
220 B
Python

###
# Copyright (c) 2019, oddluck
# All rights reserved.
#
#
###
from supybot.test import *
class InfocomTestCase(PluginTestCase):
plugins = ('Frotz',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: