Files
2026-02-27 19:42:08 +01:00

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: