Limnoria/test
Jeremy Fincher 55ccb85542 Removed the syntax command; changed interface of callbacks.findCallbackForCommand to return a list of the matching callbacks; fix help to handle the prefixing of the plugin name. 2003-10-20 10:25:13 +00:00
..
rfc2812.msgs Initial import. 2003-04-05 10:31:24 +00:00
test.py Added the option to turn on stderr logging. 2003-10-20 08:22:22 +00:00
test_AdminCommands.py Fixed an invalid irc.error in the part command. 2003-10-16 10:43:35 +00:00
test_Alias.py Removed the syntax command; changed interface of callbacks.findCallbackForCommand to return a list of the matching callbacks; fix help to handle the prefixing of the plugin name. 2003-10-20 10:25:13 +00:00
test_Amazon.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_Babelfish.py Added PluginDocumentation to test to make sure all commands have documentation. 2003-09-06 06:23:03 +00:00
test_BadWords.py Added PluginDocumentation to test to make sure all commands have documentation. 2003-09-06 06:23:03 +00:00
test_ChannelCommands.py Oops, left some debugging prints in. 2003-10-15 04:49:47 +00:00
test_ChannelDB.py Made *everything* case-insensitive. 2003-10-14 05:54:11 +00:00
test_Ctcp.py The command finder function (I forget the name) would find serendipitously named methods in PrivmsgRegexp, and that's bad. Fixed and added a test for the known case of it. 2003-09-02 07:30:35 +00:00
test_DCC.py Fixed several bugs and added a test to make sure they don't happen again. 2003-10-09 16:38:14 +00:00
test_Debian.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_Dictionary.py Changed the Dict plugin to Dictionary. 2003-10-19 14:58:08 +00:00
test_Enforcer.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_Factoids.py Tests for the whatis <x> <num> functionality. 2003-10-08 16:28:12 +00:00
test_FixRelayBot.py Added a simple test. 2003-10-09 04:45:35 +00:00
test_Friendly.py Changed to use callbacks.reply again, now that we have the prefixName option. 2003-09-08 08:50:57 +00:00
test_Fun.py Added a jeffk command. 2003-10-20 05:56:30 +00:00
test_FunDB.py Updated to make sure the test doesn't run if sqlite isn't installed. 2003-10-04 13:59:50 +00:00
test_Gameknot.py Test for multiple regexp matching. 2003-10-03 00:25:57 +00:00
test_Google.py Changed the name back to Google. 2003-10-19 21:04:35 +00:00
test_Http.py Removed deepthought command now that we have a supyfact for it. 2003-09-13 13:39:41 +00:00
test_Math.py Fix for a few exceptions escaping, bug #826177 in partciular. 2003-10-19 14:47:29 +00:00
test_MiscCommands.py Removed the syntax command; changed interface of callbacks.findCallbackForCommand to return a list of the matching callbacks; fix help to handle the prefixing of the plugin name. 2003-10-20 10:25:13 +00:00
test_Moobot.py Moved the more useful Moobot commands to Fun. 2003-10-20 05:11:13 +00:00
test_MoobotFactoids.py * Finished up MoobotFactoids, I think. Added delete, augmentFactoids (foo is 2003-10-16 05:27:01 +00:00
test_Movies.py Changed the name of the IMDB plugin to Movies. 2003-10-18 12:59:46 +00:00
test_Network.py Changed whois to internic. 2003-10-07 21:38:11 +00:00
test_News.py Changed the name back to News. 2003-10-19 21:10:56 +00:00
test_Notes.py Updated to make sure the test doesn't run if sqlite isn't installed. 2003-10-04 13:59:50 +00:00
test_OSU.py Added PluginDocumentation to test to make sure all commands have documentation. 2003-09-06 06:23:03 +00:00
test_OwnerCommands.py Updated some tests somewhat. 2003-10-20 03:43:33 +00:00
test_Parter.py Added test for behavior. 2003-09-18 10:20:00 +00:00
test_Python.py Made pydoc accept methods on builtin classes. 2003-10-20 06:43:59 +00:00
test_Quotes.py Updated to make sure the test doesn't run if sqlite isn't installed. 2003-10-04 13:59:50 +00:00
test_RSS.py Added PluginDocumentation to test to make sure all commands have documentation. 2003-09-06 06:23:03 +00:00
test_Relay.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_RootWarner.py Initial checkin. 2003-08-25 05:53:33 +00:00
test_Services.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_Sourceforge.py Added more information to the snarfer and cleaned up the related tests. 2003-10-18 14:19:06 +00:00
test_Status.py Updated some tests. 2003-10-20 03:26:02 +00:00
test_Todo.py * Fixed searchtodo 2003-10-10 05:47:19 +00:00
test_Topic.py Changed ChannelTopic back to Topic. 2003-10-19 15:48:44 +00:00
test_TwistedCommands.py Added PluginDocumentation tests. 2003-09-06 18:20:01 +00:00
test_URLSnarfer.py Updated to make sure the test doesn't run if sqlite isn't installed. 2003-10-04 13:59:50 +00:00
test_Unix.py Changes to be nice to Windows. 2003-10-05 20:05:53 +00:00
test_UserCommands.py Oops, removed a not-so-extra non-blank line. 2003-09-25 07:38:27 +00:00
test_Utilities.py Updated tests. 2003-10-20 02:43:39 +00:00
test_callbacks.py Removed the syntax command; changed interface of callbacks.findCallbackForCommand to return a list of the matching callbacks; fix help to handle the prefixing of the plugin name. 2003-10-20 10:25:13 +00:00
test_fix.py Fixed all the #! lines to be consistent and a couple formatting issues with 2003-10-16 14:53:42 +00:00
test_ircdb.py Added a few more asserts to *SetTestCase.testReprEval. 2003-10-05 11:57:25 +00:00
test_irclib.py Fixed bug in IrcState.copy -- it wasn't doing deep copies. 2003-10-16 13:27:40 +00:00
test_ircmsgs.py Fixed bug in default argument for IrcMsg.__init__ -- args should default to (), not None. 2003-10-16 13:11:46 +00:00
test_ircutils.py Added dccIP and unDccIP. 2003-10-09 16:12:53 +00:00
test_privmsgs.py Added vim modelines. 2003-08-17 22:13:10 +00:00
test_schedule.py Removed some debug.printfs. 2003-08-25 20:14:40 +00:00
test_structures.py Made the constructor take dictionaries. 2003-10-16 19:40:14 +00:00
test_utils.py Added depluralize function and fixed latent (untested) capitalization buggerishness. 2003-10-16 20:05:45 +00:00