Valentin Lorentz
|
15872a2e6a
|
supybot-test: Display a full traceback when there is an error while importing a plugin.
|
2013-10-27 11:53:36 +01:00 |
|
Valentin Lorentz
|
0dc5160dbc
|
Remove debug output.
|
2013-08-10 15:39:03 +02:00 |
|
Valentin Lorentz
|
22c0c7fcce
|
Fix supybot-test's option --exclude-plugins for patterns.
|
2013-08-03 16:06:23 +02:00 |
|
Valentin Lorentz
|
4090793468
|
Fix scripts to work with Python 3 without 2to3.
|
2013-04-27 16:16:08 +02:00 |
|
Valentin Lorentz
|
d13015dfb5
|
Fix tests with Travis.
|
2013-04-11 19:09:50 +02:00 |
|
Valentin Lorentz
|
413bdbf80e
|
supybot-test: Add the --exclude option.
|
2013-01-06 17:17:26 +01:00 |
|
Valentin Lorentz
|
408f6e2288
|
supybot-test: Return appropriate status code.
|
2013-01-04 20:23:48 +01:00 |
|
Valentin Lorentz
|
de4f1b34d2
|
Revert "supybot-test: Return the appropriate exit code."
This reverts commit f7f53fc9f6 .
|
2013-01-04 20:21:26 +01:00 |
|
Valentin Lorentz
|
f7f53fc9f6
|
supybot-test: Return the appropriate exit code.
|
2013-01-04 20:00:11 +01:00 |
|
Valentin Lorentz
|
3dba9088b0
|
Merge remote-tracking branch 'supybot/master' into testing
Conflicts:
INSTALL
plugins/ChannelLogger/README.txt
plugins/ChannelStats/README.txt
plugins/Google/plugin.py
plugins/Google/test.py
plugins/Plugin/test.py
plugins/Web/test.py
setup.py
src/callbacks.py
src/ircdb.py
src/irclib.py
src/utils/str.py
test/test_irclib.py
|
2013-01-01 21:11:24 +01:00 |
|
James McCoy
|
82ecf36fcd
|
Update my name/contact information
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
|
2012-09-01 10:16:48 -04:00 |
|
Valentin Lorentz
|
d52e501ae8
|
Use open() instead of file().
|
2012-08-04 13:13:16 +02:00 |
|
James Vega
|
5ada9193b9
|
Honor supybot-test's timeout option and document the units
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
|
2011-08-22 20:50:16 +02:00 |
|
James Vega
|
4661acb3a3
|
Honor supybot-test's timeout option and document the units
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
|
2011-08-22 14:07:39 -04:00 |
|
James Vega
|
150f29dbde
|
scripts: Change tabstop to softtabstop in our modelines
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
|
2009-03-11 19:26:49 -04:00 |
|
Jeremy Fincher
|
526e71e104
|
Added test for firewall, fixed implementation so it actually works.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
9d474f7824
|
We can still continue if we're unable to load a plugin.
|
2009-03-11 13:37:25 -04:00 |
|
Jeremy Fincher
|
227b15245a
|
Some plugins raise callbacks.Error rather than ImportError when they can't be imported (usually due to a dependency on sqlite or similar).
|
2005-05-30 19:20:36 +00:00 |
|
James Vega
|
9971e991fe
|
Fix the modelines.
|
2005-03-23 20:07:45 +00:00 |
|
Jeremy Fincher
|
3fc1553fc8
|
Added an option to clean the log/conf/data directories to supybot-test.
|
2005-02-18 07:31:19 +00:00 |
|
Jeremy Fincher
|
65f713df4b
|
Removed log.verbose. I never liked it anyway.
|
2005-02-04 05:59:07 +00:00 |
|
Jeremy Fincher
|
7ed4967877
|
Added a --plugins-dir option to supybot-test so plugins don't have to be specified individually.
|
2005-02-02 21:09:45 +00:00 |
|
James Vega
|
28cb5abc65
|
Update usage of functions in utils.gen.
|
2005-01-31 13:06:43 +00:00 |
|
James Vega
|
5a46ec4993
|
Remove the last supybot.fix imports.
|
2005-01-30 02:46:30 +00:00 |
|
Jeremy Fincher
|
7094bec81f
|
Moved the print statement to happen right before tests start (so it doesn't show up when running it with, for instance, the --help option).
|
2005-01-26 06:36:57 +00:00 |
|
Jeremy Fincher
|
895cd3e48e
|
Resurrected the test suite with the new supybot-test program and RCS.
|
2005-01-23 19:42:25 +00:00 |
|
Jeremy Fincher
|
ddeac18563
|
MINOR testsupport is no more.
|
2005-01-19 23:33:33 +00:00 |
|
Jeremy Fincher
|
db722aa0ec
|
Added supybot-test and supybot.test.
|
2005-01-19 23:12:50 +00:00 |
|