~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to test.config

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-23 09:15:21 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-5
merge latest changes
Patches applied:

 * robert.collins@canonical.com/soyuz--devel--0--patch-3
   add importd and buildbot module links

 * robert.collins@canonical.com/soyuz--devel--0--patch-4
   catch up with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# test.config: options for Zope Test Runner.
2
 
# Use this file to set Test Runner options that you would
3
 
# otherwise set at the command line.
4
 
 
5
 
# LEVEL=<int>
6
 
# Run the tests at the given level.  See -a, --all.
7
 
# LEVEL = 1
8
 
 
9
 
# BUILD=<boolean>
10
 
# Build extensions before testing. See -b.
11
 
# BUILD = False
12
 
 
13
 
# BUILD=<boolean>
14
 
# Build extensions before testing. See -b.
15
 
# BUILD = False
16
 
 
17
 
# BUILD_INPLACE=<boolean>
18
 
# With BUILD==True, tests will be run from src directory.
19
 
# See -B.
20
 
# BUILD_INPLACE = False
21
 
 
22
 
# PYCHECKER=<boolean>
23
 
# Use pychecker. See -c.
24
 
# PYCHECKER = False
25
 
 
26
 
# DEBUG=<boolean>
27
 
# Run a debug version of test harness.
28
 
# See -d.
29
 
# DEBUG = False
30
 
 
31
 
# DEBUGGER=<boolean>
32
 
# whether to post-mortem with pdb.
33
 
# See -D.
34
 
# DEBUGGER = False
35
 
 
36
 
# RUN_UNIT=<boolean>
37
 
# RUN_FUNCTIONAL=<boolean>
38
 
# Whether to run functional tests and/or unit tests.
39
 
# Default behaviour is RUN_UNIT and RUN_FUNCTIONAL.
40
 
# RUN_UNIT = True
41
 
# RUN_FUNCTIONAL = True
42
 
 
43
 
# GC_THRESHOLD=<None>|<int>
44
 
# Set the garbage collection threshold.
45
 
# See -g.
46
 
# GC_THRESHOLD = None
47
 
 
48
 
# GC_FLAGS=<list-of-str>
49
 
# list of garbage collection flags to set.
50
 
# See -G.
51
 
# GC_FLAGS = []
52
 
 
53
 
# KEEP_STALE_BYTECODE=<boolean>
54
 
# Do not delete all stale bytecode before running tests.
55
 
# See -k.
56
 
 
57
 
# LIBDIR=<dirpath>
58
 
# Search for tests starting in the specified start directory.
59
 
# See -l.
60
 
# LIBDIR = '/path/to/dir/'
61
 
 
62
 
# LOOP=<boolean>
63
 
# Keep running the selected tests in a loop.
64
 
# See -L.
65
 
# LOOP = False
66
 
 
67
 
# PROGRESS=<boolean>
68
 
# Show running PROGRESS.  It can be combined with -v or -vv.
69
 
# See -p.
70
 
# PROGRESS = False
71
 
 
72
 
# REFCOUNT=<boolean>
73
 
# Look for refcount problems.
74
 
# See -r.
75
 
# REFCOUNT = False
76
 
 
77
 
# TRACE=<boolean>
78
 
# Use the trace module from Python for code coverage.
79
 
# See -T.
80
 
# TRACE = False
81
 
 
82
 
# TIMETESTS=<int>
83
 
# Time the individual tests and print a list of the top <int>, sorted from
84
 
# longest to shortest.
85
 
# See -t (which sets TIMETESTS=50).
86
 
# TIMETESTS = 0
87
 
 
88
 
# TIMESFN=<filepath>
89
 
# File to which to write timing information.
90
 
# See -t.
91
 
# TIMESFN = '/path/to/file'
92
 
 
93
 
# VERBOSE=<int>
94
 
# Verbosity level. Set VERBOSE=0 for quiet.
95
 
# VERBOSE = 0
96
 
 
97
 
# TEST_DIRS=<list>
98
 
# List of paths, limiting where tests are searched for.
99
 
# See --dir.
100
 
# TEST_DIRS = ['/path/to/tests/']
101
 
 
102
 
# GUI=<boolean>|"minimal"
103
 
# Whether to run unittest GUI. Use string value "minimal" for the minimal GUI.
104
 
# GUI = False
105
 
 
106
 
 
107
 
# MODULE_FILTER=<str>
108
 
# Regular expression (in string format) for matching test module paths
109
 
# MODULE_FILTER = None
110
 
 
111
 
# TEST_FILTER=<str>
112
 
# Regular expression (in string format) for matching test names
113
 
# TEST_FILTER = None
114
 
 
115
 
# arch-tag: dca9a749-9c02-47d2-bfcc-5f639efea2b9