1SUPYBOT-TEST(1) General Commands Manual SUPYBOT-TEST(1)
2
3
4
6 supybot-test - Runs the test suite for a Supybot plugin
7
9 supybot-test [options] plugins
10
12 supybot-test Runs the test suite for a Supybot plugin
13
15 --version
16 Show version of program.
17
18 -h, --help
19 Show summary of options.
20
21 -c, --clean
22 Cleans the various data/conf/logs directories before running
23 tests.
24
25 -t TIMEOUT, --timeout=TIMEOUT
26 Specifies the timeout for tests to return responses.
27
28 -v, --verbose
29 Sets the verbose flag, logging extra information about each test
30 that runs.
31
32 --no-network
33 Prevents the network-based tests from being run.
34
35 --trace
36 Traces all calls made. Unless you're really in a pinch, you
37 probably shouldn't do this; it results in copious amounts of
38 output.
39
40 , --plugins-dir=PLUGINSDIR
41 Looks in the given directory for plugins and loads the tests for
42 all of them.
43
45 python(1), supybot(1), supybot-botchk(1), supybot-wizard(1), supybot-
46 adduser(1), supybot-plugin-doc(1), supybot-plugin-create(1)
47
49 This manual page was originally written by James McCoy <vega dot james
50 at gmail dot com>. Permission is granted to copy, distribute and/or
51 modify this document under the terms of the Supybot license, a BSD-
52 style license.
53
54
55
56 OCTOBER 2005 SUPYBOT-TEST(1)