Commit 406c6087 by jz

Configure debug logging for nose

parent 48b0beee
......@@ -10,13 +10,12 @@ no-path-adjustment=1
# When run in multi-process mode, give each process long enough
# to complete running their batch of tests. Default is 10 seconds,
# we bump it to 5 minutes.
# we bump it to 5 minutes. If this is too low then TimeoutErrors
# will be printed to the console.
process-timeout=300
# Restart each worker process once their tests are done, this helps control
# memory leaks from killing the system. In multiprocess mode this restarts
# the worker instead of letting it be rejoined with another test to execute.
process-restartworker=1
verbosity=4
debug-log=reports/nose-debug.log
# Uncomment the following lines to open pdb when a test fails
#nocapture=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment