16 lines
220 B
Python
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:
|