diff options
| author | Barry Warsaw | 2013-08-25 14:55:33 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-08-25 14:55:33 -0400 |
| commit | 4be0e93b771e440dd9b59f418cddc4f59f98be42 (patch) | |
| tree | 86d0fc7b8525081213a9e0d985797c5317ec3f94 /unittest.cfg | |
| parent | 41059ed20ec668baf41cceaf539f8017171e9651 (diff) | |
| download | mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.tar.gz mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.tar.zst mailman-4be0e93b771e440dd9b59f418cddc4f59f98be42.zip | |
Diffstat (limited to 'unittest.cfg')
| -rw-r--r-- | unittest.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unittest.cfg b/unittest.cfg new file mode 100644 index 000000000..d639a8ae3 --- /dev/null +++ b/unittest.cfg @@ -0,0 +1,10 @@ +[unittest] +verbose = 2 +plugins = mailman.testing.nose + nose2.plugins.layers + +[mailman] +always-on = True + +[log-capture] +always-on = False |
