Limnoria/test
James Vega f7cedae9ad Update ircutils.standardSubstitute to use string.Template
In the process, deprecate utils.str.perlVariableSubstitute.

Since string.Template doesn't support callable values though, we also
sub-class IrcDict and override __getitem__ to call the value if it is
callable.

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-10-15 22:16:29 -04: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 Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_commands.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00: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 Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_ircmsgs.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
test_ircutils.py Update ircutils.standardSubstitute to use string.Template 2009-10-15 22:16:29 -04: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 Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00: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 Update ircutils.standardSubstitute to use string.Template 2009-10-15 22:16:29 -04:00