2019-12-06 03:20:32 +00:00

17 lines
228 B
Python

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