Limnoria/test
Valentin Lorentz 602f1c7ecb utils/str.py: Use classes Multiple* instead of lambda functions.
As in Python 3, functions are bound to a class when assigned to an attribute,
lambda functions get two parameters, unless they are decorated with classmethod().
And there is no reason to ask plugin developpers use this decorator, while we
avoid them doing this (more over, it is not obvious to debug if they forgot it).
2012-08-04 13:52:02 +02:00
..
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_callbacks.py Until we can safely load Karma, this test is staying commented out. 2009-11-25 09:17:52 -06:00
test_commands.py Add a test to verify the nick converter honors strictRfc 2012-05-25 18:15:17 +02:00
test_dynamicScope.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_firewall.py Added test for firewall, fixed implementation so it actually works. 2009-03-11 13:37:25 -04:00
test_format.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_ircdb.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_irclib.py Fix parsing of 004 message for supported umodes/chanmodes 2011-12-14 01:31:28 +08:00
test_ircmsgs.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_ircutils.py Fix to global hostmask. Fix bug #SF3088559 and submitted as patch #SF3163843 2011-01-22 10:17:32 +01:00
test_plugin.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_plugins.py Remove useless sets import and extraneous newlines 2009-03-11 13:37:26 -04:00
test_registry.py Use open() instead of file(). 2012-08-04 13:13:16 +02:00
test_schedule.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_standardSubstitute.py Removed extraneous whitespace, unused imports, and converted some sets.Set() calls to set(). 2005-01-31 15:24:36 +00:00
test_utils.py utils/str.py: Use classes Multiple* instead of lambda functions. 2012-08-04 13:52:02 +02:00