mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Reduced the number of rot13 asserts to 10.
This commit is contained in:
parent
1a05dc957b
commit
0c8ee83f92
@ -39,5 +39,5 @@ class FunCommandsTest(PluginTestCase):
|
|||||||
self.assertResponse('binary A', '01000001')
|
self.assertResponse('binary A', '01000001')
|
||||||
|
|
||||||
def testRot13(self):
|
def testRot13(self):
|
||||||
for s in nicks:
|
for s in nicks[:10]: # 10 is probably enough.
|
||||||
self.assertResponse('rot13 [rot13 %s]' % s, s)
|
self.assertResponse('rot13 [rot13 %s]' % s, s)
|
||||||
|
Loading…
Reference in New Issue
Block a user