~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/python/zsh/_trial

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-01-16 19:56:10 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060116195610-ykmxbia4mnnod9o2
Tags: 2.1.0-0ubuntu2
debian/copyright: Include copyright for python 2.3; some 2.3 files
are included in the upstream tarball, but not in the binary packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
"*:file|module|package|TestCase|testMethod:_files -g '*.py'" \
4
4
'--profile[Run tests under the Python profiler]' \
5
5
"--reporter-args=[a string passed to the reporter's 'args' kwarg]:reporter-args:_files" \
6
 
"--trialdebug=[turn on trial's internal debugging flags]:trialdebug:_files" \
7
6
'(--dry-run)-n[do everything but run the tests]' \
8
7
'(-n)--dry-run[do everything but run the tests]' \
9
 
'(--reactor)-r[Which reactor to use out of: kqueue, poll, qt, default, win, cfreactor, gtk, cf, glade, win32, gtk2, iocp, glib2, wx.]:reactor:(kqueue poll qt default win cfreactor gtk cf glade win32 gtk2 iocp glib2 wx)' \
10
 
'(-r)--reactor=[Which reactor to use out of: kqueue, poll, qt, default, win, cfreactor, gtk, cf, glade, win32, gtk2, iocp, glib2, wx.]:reactor:(kqueue poll qt default win cfreactor gtk cf glade win32 gtk2 iocp glib2 wx)' \
 
8
'(--reactor)-r[Which reactor to use out of: kqueue, poll, qt, default, win, cfreactor, gtk, cf, glade, win32, gtk2, iocp, glib2, threadedselect, wx.]:reactor:(kqueue poll qt default win cfreactor gtk cf glade win32 gtk2 iocp glib2 threadedselect wx)' \
 
9
'(-r)--reactor=[Which reactor to use out of: kqueue, poll, qt, default, win, cfreactor, gtk, cf, glade, win32, gtk2, iocp, glib2, threadedselect, wx.]:reactor:(kqueue poll qt default win cfreactor gtk cf glade win32 gtk2 iocp glib2 threadedselect wx)' \
11
10
'--suppresswarnings[Only print warnings to log, not stdout]' \
12
11
'(--extra)-x[Add an extra argument.  (This is a hack necessary for interfacing with]:extra:_files' \
13
12
'(-x)--extra=[Add an extra argument.  (This is a hack necessary for interfacing with]:extra:_files' \
15
14
'(-t)--text[terse text output]' \
16
15
'(--random)-z[Run tests in random order using the specified seed]:random seed:_files' \
17
16
'(-z)--random=[Run tests in random order using the specified seed]:random seed:_files' \
18
 
'--benchmark[Run performance tests instead of unit tests.]' \
19
 
'(--module)-m[Module to test (DEPRECATED)]:module:_files' \
20
 
'(-m)--module=[Module to test (DEPRECATED)]:module:_files' \
21
17
'--psyco[run tests with psyco.full() (EXPERIMENTAL)]' \
22
 
'(--file)-f[Filename of module to test (DEPRECATED)]:file:_files' \
23
 
'(-f)--file=[Filename of module to test (DEPRECATED)]:file:_files' \
 
18
'--coverage=[Generate coverage information in the given directory]:coverage:_files' \
24
19
'--timing[Timing output]' \
25
20
'(--logfile)-l[log file name]:log file name:_files' \
26
21
'(-l)--logfile=[log file name]:log file name:_files' \
 
22
'--tbformat=[Specify the format to display tracebacks with. Valid formats are]:tbformat:_files' \
27
23
'(--help)-h[Display this help and exit.]' \
28
24
'(-h)--help[Display this help and exit.]' \
29
25
'(--verbose -v --bwverbose)-o[Colorless verbose output]' \
30
26
'(--verbose -v -o)--bwverbose[Colorless verbose output]' \
31
 
'(--testcase)-c[TestCase to test (DEPRECATED)]:testcase:_files' \
32
 
'(-c)--testcase=[TestCase to test (DEPRECATED)]:testcase:_files' \
33
 
"--tbformat=[Specify the format to display tracebacks with. Valid formats are 'plain', 'emacs',]:tbformat:_files" \
34
 
'(--bwverbose -o --verbose)-v[verbose color output (default)]' \
35
 
'(--bwverbose -o -v)--verbose[verbose color output (default)]' \
36
 
'(--package)-p[Package to test (DEPRECATED)]:package:_files' \
37
 
'(-p)--package=[Package to test (DEPRECATED)]:package:_files' \
 
27
'--disablegc[Disable the garbage collector]' \
 
28
'(--bwverbose -o --verbose)-v[verbose color output (default reporter)]' \
 
29
'(--bwverbose -o -v)--verbose[verbose color output (default reporter)]' \
38
30
'--spew[Print an insanely verbose log of everything that happens.  Useful]' \
39
 
'--reporter=[the fully-qualified name of the class to use as the reporter for]:reporter:_files' \
40
 
'(--recurse)-R[Search packages recursively]' \
41
 
'(-R)--recurse[Search packages recursively]' \
42
 
'--testmodule=[Module to find a test case for]:testmodule:_files' \
 
31
"(--no-recurse)-N[Don't recurse into packages]" \
 
32
"(-N)--no-recurse[Don't recurse into packages]" \
 
33
'(--recurse)-R[Search packages recursively (enabled by default, DEPRECATED)]' \
 
34
'(-R)--recurse[Search packages recursively (enabled by default, DEPRECATED)]' \
 
35
'--testmodule=[Filename to grep for test cases (-*- test-case-name)]:testmodule:_files' \
43
36
'(--summary)-s[minimal summary output]' \
44
37
'(-s)--summary[minimal summary output]' \
45
38
'(--until-failure)-u[Repeat test until it fails]' \
46
39
'(-u)--until-failure[Repeat test until it fails]' \
 
40
'(--debug-stacktraces)-B[Report Deferred creation and callback stack traces]' \
 
41
'(-B)--debug-stacktraces[Report Deferred creation and callback stack traces]' \
47
42
'--version[version]' \
48
43
"--nopm[don't automatically jump into debugger for postmorteming of exceptions]" \
49
 
'--disablegc[Disable the garbage collector]' \
50
44
'--recursionlimit=[see sys.setrecursionlimit()]:recursionlimit:_files' \
51
45
"(--debug)-b[Run tests in the Python debugger. Will load '.pdbrc' from current directory if it exists.]" \
52
46
"(-b)--debug[Run tests in the Python debugger. Will load '.pdbrc' from current directory if it exists.]" \
53
 
'--coverage=[Generate coverage information in the given directory]:coverage:_files' \
54
47
'(--rterrors)-e[realtime errors, print out tracebacks as soon as they occur]' \
55
48
'(-e)--rterrors[realtime errors, print out tracebacks as soon as they occur]' \
56
 
'(--method)-M[Method to test (DEPRECATED)]:method:_files' \
57
 
'(-M)--method=[Method to test (DEPRECATED)]:method:_files' \
 
49
'--reporter=[the fully-qualified name of the class to use as the reporter for]:reporter:_files' \
58
50
&& return 0