OraServ/test.py
2021-01-29 15:00:59 +05:30

16 lines
220 B
Python

###
# 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: