Limnoria/test
Daniel DiPaolo f9d97c91f5 Overhaul of Todo, somewhat. Made everyone's todos accessible by anyone, either
by id or by username.  Also, made it so todos are never deleted, just set to
inactive.
2003-10-28 17:40:41 +00:00
..
rfc2812.msgs Initial import. 2003-04-05 10:31:24 +00:00
test_Admin.py Changed the names of the src/ plugins. 2003-10-21 06:03:57 +00:00
test_Alias.py Fix for bug #829353; added a test for the remove command. 2003-10-24 09:10:10 +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_Bugzilla.py Fix import as stuff, add URL snarfer, add test for URL snarfer 2003-10-22 15:20:06 +00:00
test_callbacks.py Fixed a bugger in Misc.py. 2003-10-24 21:59:49 +00:00
test_Channel.py Changed the names of the src/ plugins. 2003-10-21 06:03:57 +00:00
test_ChannelDB.py Made the bot keep stats on himself. 2003-10-24 22:29:30 +00:00
test_Ctcp.py Unloaded Misc before testing for no response. 2003-10-27 08:50:18 +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 Beware the Dowloading! 2003-10-28 04:44:29 +00:00
test_Dictionary.py Changed the names of the src/ plugins. 2003-10-21 06:03:57 +00:00
test_Dunno.py More MoobotFactoids/Dunno separation fun and fixes 2003-10-28 05:31:51 +00:00
test_Ebay.py Added the Ebay plugin and tests 2003-10-21 17:36:57 +00:00
test_Enforcer.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_Factoids.py Changed to match the new behavior of assertError. 2003-10-24 11:47:00 +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_FixRelayBot.py Added a simple test. 2003-10-09 04:45:35 +00:00
test_Friendly.py Fixed bug in testGreet. 2003-10-25 18:22:52 +00:00
test_Fun.py Made outfilter channel-specific. 2003-10-24 22:43:48 +00:00
test_FunDB.py Updated for the new assertError/assertHelp. 2003-10-24 11:52:24 +00:00
test_Gameknot.py Test for gkstats Strike. 2003-10-26 12:26:39 +00:00
test_Google.py Made sure the snarfer doesn't respond if there's no license key. 2003-10-22 17:43:04 +00:00
test_Http.py Changed the most recent title test to use the proper URL. 2003-10-28 04:52:27 +00:00
test_ircdb.py Added the ability to do hashed passwords. 2003-10-28 15:13:53 +00:00
test_irclib.py Made sure no messages longer than 512 bytes every leave the bot. 2003-10-23 05:53:49 +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 Fixed bug in isNick. 2003-10-22 01:40:27 +00:00
test_Math.py Made <number> optional in convert. 2003-10-23 04:21:40 +00:00
test_Misc.py Gave up on responding with *all* the nonCommands in a message. 2003-10-28 06:23:52 +00:00
test_MoobotFactoids.py Punctuation ("?!") is now stripped from keys before insertion into the db 2003-10-28 15:30:43 +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 to more generic command names. 2003-10-21 05:11:53 +00:00
test_News.py Converted to use more generic command names. 2003-10-21 05:32:57 +00:00
test_Notes.py Added the note id to the response to sendnote. 2003-10-23 09:16:20 +00:00
test_OSU.py Changed command names to be more generic. 2003-10-21 05:06:36 +00:00
test_Owner.py Changed the whole handling of nonCommands and ambiguousCommands and whatnot. Now plugins can define an 'invalidCommand' method to be called on invalid commands. 2003-10-28 00:22:15 +00:00
test_Parter.py Updated. 2003-10-23 08:35:26 +00:00
test_plugins.py Added ToggleDictionary class and modified the tests to better model the 2003-10-28 00:52:27 +00:00
test_Poll.py Some fixes to Poll, removed delete command, added example. 2003-10-27 15:11:45 +00:00
test_privmsgs.py Added vim modelines. 2003-08-17 22:13:10 +00:00
test_Python.py Fixed os.path lookups. 2003-10-22 03:55:03 +00:00
test_Quotes.py Made command names more generic. 2003-10-21 05:19:54 +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_RSS.py Changed names to be more generic/consistent. 2003-10-21 04:22:54 +00:00
test_schedule.py Removed some debug.printfs. 2003-08-25 20:14:40 +00:00
test_Services.py Added tests purely for documentation. 2003-09-06 18:29:35 +00:00
test_Sourceforge.py plugins/Sourceforge.py: lots of cleanups to the code. Also changed how 2003-10-27 20:24:32 +00:00
test_Status.py Added memory reporting stuff to cpustats. 2003-10-24 13:38:55 +00:00
test_structures.py Added PersistentDictionary.flush. 2003-10-24 09:57:54 +00:00
test_Todo.py Overhaul of Todo, somewhat. Made everyone's todos accessible by anyone, either 2003-10-28 17:40:41 +00:00
test_Topic.py Fixed some bugs and cleaned up the test suite. 2003-10-28 05:49:31 +00:00
test_Unix.py Changes to be nice to Windows. 2003-10-05 20:05:53 +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_User.py Added the ability to do hashed passwords. 2003-10-28 15:13:53 +00:00
test_Utilities.py Updated tests. 2003-10-20 02:43:39 +00:00
test_utils.py Added the ability to do hashed passwords. 2003-10-28 15:13:53 +00:00
test.py Loaded Misc in every test because that's just plain neceessary, what with replyWhenNotCommand and all. 2003-10-27 08:50:42 +00:00