Blame |
Last modification |
View Log
| RSS feed
###
# Copyright (c) 2007, Oleksandr Moskalenko
# All rights reserved.
#
#
###
from supybot.test import *
class SvnwatchTestCase(PluginTestCase):
plugins = ('Svnwatch',)
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: