diff options
Diffstat (limited to 'unittest.cfg')
| -rw-r--r-- | unittest.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/unittest.cfg b/unittest.cfg index 2aa900c..d3a17e5 100644 --- a/unittest.cfg +++ b/unittest.cfg @@ -1,10 +1,16 @@ [unittest] verbose = 2 plugins = nose2.plugins.layers + flufl.testing.nose [log-capture] always-on = False [layer-reporter] always-on = True -colors = True
\ No newline at end of file +colors = True + +[flufl.testing] +always-on = True +package = mailman_pgp +start_run = mailman_pgp.testing.start.start_run |
