Prepare for 3.2.1rc1 release.
[mailman.git] / unittest.cfg
blobba479fdf80ec5e2925ec1d2bddb031adf82e6be7
1 [unittest]
2 verbose = 2
3 plugins = flufl.testing.nose
4           nose2.plugins.layers
6 [log-capture]
7 always-on = False
9 [flufl.testing]
10 always-on = True
11 package = mailman
12 start_run = mailman.testing.helpers.nose2_start_test_run_callback
13 default_layer = mailman.testing.layers.SMTPLayer
14 setup = mailman.testing.documentation.setup
15 teardown = mailman.testing.documentation.teardown