New stats test.

This commit is contained in:
Jeremy Fincher 2004-08-17 14:18:09 +00:00
parent e7daa3c144
commit d1bf6b5497

View File

@ -99,6 +99,10 @@ class UserTestCase(PluginTestCase, PluginDocumentation):
finally:
conf.supybot.databases.users.hash.setValue(orig)
def testStats(self):
self.assertNotError('user stats')
self.assertNotError('load FunDB')
self.assertNotError('user stats')
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: