From 7ba9a855bb93926e5b74334872430d2c4c6e90e9 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 26 Oct 2003 12:26:39 +0000 Subject: [PATCH] Test for gkstats Strike. --- test/test_Gameknot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_Gameknot.py b/test/test_Gameknot.py index c4d5694dd..c63b7569b 100644 --- a/test/test_Gameknot.py +++ b/test/test_Gameknot.py @@ -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')