blob: ba479fdf80ec5e2925ec1d2bddb031adf82e6be7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[unittest]
verbose = 2
plugins = flufl.testing.nose
nose2.plugins.layers
[log-capture]
always-on = False
[flufl.testing]
always-on = True
package = mailman
start_run = mailman.testing.helpers.nose2_start_test_run_callback
default_layer = mailman.testing.layers.SMTPLayer
setup = mailman.testing.documentation.setup
teardown = mailman.testing.documentation.teardown
|