OraServ/test.py

16 lines
220 B
Python
Raw Normal View History

2021-01-29 10:30:59 +01:00
###
# Copyright (c) 2021, mogad0n
# All rights reserved.
#
#
###
from supybot.test import *
class OraServTestCase(PluginTestCase):
plugins = ('OraServ',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: