summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2011-04-18 11:25:51 -0500
committerkumar <kumar.mcmillan@gmail.com>2011-04-18 11:25:51 -0500
commit5f7f5b5e8d0001238137b15ecc4b719d5d244c00 (patch)
tree6454b1af4e2b95d87f2497cd8def8448310d17da /README.txt
parent090efee863a96f085547eb1642878072025a0264 (diff)
downloadnose-5f7f5b5e8d0001238137b15ecc4b719d5d244c00.tar.gz
New multiprocessing declares byte values correctly (part of Issue 399)
Some tests also needed tuning to pass consistently in all versions of Python.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 894af8c..391f146 100644
--- a/README.txt
+++ b/README.txt
@@ -448,6 +448,12 @@ Options
Set timeout for return of results from each test runner process.
[NOSE_PROCESS_TIMEOUT]
+--process-restartworker
+
+ If set, will restart each worker process once their tests are done,
+ this helps control memory leaks from killing the system.
+ [NOSE_PROCESS_RESTARTWORKER]
+
--with-xunit
Enable plugin Xunit: This plugin provides test results in the