mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
c333af9a44
The 'supybot-*' variants will be deprecated in a year or two, to give distributions time to provide the new names before updating install/usage documentation.
52 lines
1.5 KiB
Groff
52 lines
1.5 KiB
Groff
.\" Process this file with
|
|
.\" groff -man -Tascii limnoria-test.1
|
|
.\"
|
|
.TH LIMNORIA-TEST 1 "OCTOBER 2005"
|
|
.SH NAME
|
|
limnoria-test \- Runs the test suite for a Limnoria plugin
|
|
.SH SYNOPSIS
|
|
.B limnoria-test
|
|
.RI [ options ] " plugins
|
|
.SH DESCRIPTION
|
|
.B limnoria-test
|
|
Runs the test suite for a Limnoria plugin
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-\^\-version
|
|
Show version of program.
|
|
.TP
|
|
.BR \-h ", " \-\^\-help
|
|
Show summary of options.
|
|
.TP
|
|
.BR \-c ", " \-\^\-clean
|
|
Cleans the various data/conf/logs directories before running tests.
|
|
.TP
|
|
.BR \-t " TIMEOUT" "\fR,\fP \-\^\-timeout=" TIMEOUT
|
|
Specifies the timeout for tests to return responses.
|
|
.TP
|
|
.BR \-v ", " \-\^\-verbose
|
|
Sets the verbose flag, logging extra information about each test that runs.
|
|
.TP
|
|
.BR \-\^\-no\-network
|
|
Prevents the network-based tests from being run.
|
|
.TP
|
|
.BR \-\^\-trace
|
|
Traces all calls made. Unless you're really in a pinch, you probably
|
|
shouldn't do this; it results in copious amounts of output.
|
|
.TP
|
|
.BR "\fR,\fP \-\^\-plugins\-dir=" PLUGINSDIR
|
|
Looks in the given directory for plugins and loads the tests for all of them.
|
|
.SH "SEE ALSO"
|
|
.IR python (1),
|
|
.IR limnoria (1),
|
|
.IR limnoria-botchk (1),
|
|
.IR limnoria-wizard (1),
|
|
.IR limnoria-adduser (1),
|
|
.IR limnoria-plugin-doc (1),
|
|
.IR limnoria-plugin-create (1)
|
|
.SH AUTHOR
|
|
This manual page was originally written by James McCoy
|
|
<vega dot james at gmail dot com>. Permission is granted to copy,
|
|
distribute and/or modify this document under the terms of the Limnoria
|
|
license, a BSD-style license.
|