Limnoria/test
Jeremy Fincher 5fd6bbb52d Completely restructured our utils modules.
Tons of changes.  Here's the summary of things that matter most:

* There is no more supybot.fix.
* There is no more supybot.webutils; now there is supybot.utils.web.
  * It's no longer webutils.WebError, but just utils.web.Error.
* You shouldn't import itertools, ideally, but instead import utils.iter.
* No more using imap/ifilter in commands unless absolutely necessary.  It's
  premature optimization and annoying.
* utils.str.format isn't quite ready yet, but will be soon.  That'll be the
  next big thing to fix in our code.
2005-01-27 06:59:08 +00:00
..
__init__.py Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
test_callbacks.py Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
test_commands.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_fix.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_ircdb.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_irclib.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_ircmsgs.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_ircutils.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_plugin.py Resurrected the test suite with the new supybot-test program and RCS. 2005-01-23 19:42:25 +00:00
test_plugins.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_registry.py Add supybot module 2007-04-22 20:10:26 +00:00
test_schedule.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_standardSubstitute.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_structures.py Changed copyright years on test files 2005-01-24 21:27:34 +00:00
test_utils.py Completely restructured our utils modules. 2005-01-27 06:59:08 +00:00
test.py Add supybot module 2007-04-22 20:10:26 +00:00