From 8ed37889921530d855c55b38e87555c6e46a962d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 27 Sep 2012 15:09:55 +0200 Subject: [PATCH] mention that --boxed is not available on windows --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 5cf016f..bab21a5 100644 --- a/README.txt +++ b/README.txt @@ -8,8 +8,8 @@ test execution modes: those for a combined test run. This allows to speed up development or to use special resources of `remote machines`_. -* ``--boxed``: run each test in a boxed_ subprocess to survive ``SEGFAULTS`` or - otherwise dying processes +* ``--boxed``: (not available on Windows) run each test in a boxed_ + subprocess to survive ``SEGFAULTS`` or otherwise dying processes * ``--looponfail``: run your tests repeatedly in a subprocess. After each run py.test waits until a file in your project changes and then re-runs