Commit 406c6087 by jz

Configure debug logging for nose

parent 48b0beee
...@@ -10,13 +10,12 @@ no-path-adjustment=1 ...@@ -10,13 +10,12 @@ no-path-adjustment=1
# When run in multi-process mode, give each process long enough # When run in multi-process mode, give each process long enough
# to complete running their batch of tests. Default is 10 seconds, # 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 process-timeout=300
# Restart each worker process once their tests are done, this helps control verbosity=4
# memory leaks from killing the system. In multiprocess mode this restarts debug-log=reports/nose-debug.log
# the worker instead of letting it be rejoined with another test to execute.
process-restartworker=1
# Uncomment the following lines to open pdb when a test fails # Uncomment the following lines to open pdb when a test fails
#nocapture=1 #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