12 lines
195 B
Python
12 lines
195 B
Python
###
|
|
# Resilience - test.py
|
|
###
|
|
|
|
from supybot.test import *
|
|
|
|
|
|
class ResilienceTestCase(PluginTestCase):
|
|
plugins = ('Resilience',)
|
|
|
|
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|