diff options
| -rw-r--r-- | unittest.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unittest.cfg b/unittest.cfg new file mode 100644 index 0000000..5737a71 --- /dev/null +++ b/unittest.cfg @@ -0,0 +1,6 @@ +[unittest] +verbose = 2 +plugins = nose2.plugins.layers + +[log-capture] +always-on = False |
