From 5f7f5b5e8d0001238137b15ecc4b719d5d244c00 Mon Sep 17 00:00:00 2001 From: kumar Date: Mon, 18 Apr 2011 11:25:51 -0500 Subject: New multiprocessing declares byte values correctly (part of Issue 399) Some tests also needed tuning to pass consistently in all versions of Python. --- README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.txt') 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 -- cgit v1.2.1