Test for gkstats Strike.

This commit is contained in:
Jeremy Fincher 2003-10-26 12:26:39 +00:00
parent 6077e2896b
commit 7ba9a855bb
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class GameknotTestCase(PluginTestCase, PluginDocumentation):
def testGkstats(self):
self.assertNotError('gkstats jemfinch')
self.assertError('gkstats %s' % utils.mktemp())
self.assertNotError('gkstats Strike')
def testUrlSnarfer(self):
self.assertNotError('http://gameknot.com/chess.pl?bd=1019508')