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.
6
# Run the tests at the given level. See -a, --all.
10
# Build extensions before testing. See -b.
14
# Build extensions before testing. See -b.
17
# BUILD_INPLACE=<boolean>
18
# With BUILD==True, tests will be run from src directory.
20
# BUILD_INPLACE = False
23
# Use pychecker. See -c.
27
# Run a debug version of test harness.
32
# whether to post-mortem with pdb.
37
# RUN_FUNCTIONAL=<boolean>
38
# Whether to run functional tests and/or unit tests.
39
# Default behaviour is RUN_UNIT and RUN_FUNCTIONAL.
41
# RUN_FUNCTIONAL = True
43
# GC_THRESHOLD=<None>|<int>
44
# Set the garbage collection threshold.
48
# GC_FLAGS=<list-of-str>
49
# list of garbage collection flags to set.
53
# KEEP_STALE_BYTECODE=<boolean>
54
# Do not delete all stale bytecode before running tests.
58
# Search for tests starting in the specified start directory.
60
# LIBDIR = '/path/to/dir/'
63
# Keep running the selected tests in a loop.
68
# Show running PROGRESS. It can be combined with -v or -vv.
73
# Look for refcount problems.
78
# Use the trace module from Python for code coverage.
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).
89
# File to which to write timing information.
91
# TIMESFN = '/path/to/file'
94
# Verbosity level. Set VERBOSE=0 for quiet.
98
# List of paths, limiting where tests are searched for.
100
# TEST_DIRS = ['/path/to/tests/']
102
# GUI=<boolean>|"minimal"
103
# Whether to run unittest GUI. Use string value "minimal" for the minimal GUI.
107
# MODULE_FILTER=<str>
108
# Regular expression (in string format) for matching test module paths
109
# MODULE_FILTER = None
112
# Regular expression (in string format) for matching test names
115
# arch-tag: dca9a749-9c02-47d2-bfcc-5f639efea2b9