From d415a8edd434190cce9f650256c2489ea2238730 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Thu, 15 May 2008 00:07:32 +0000 Subject: [PATCH] Minor doc fixes --- test/testlib/testing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/testlib/testing.py b/test/testlib/testing.py index c816963e4b..28cc0388c9 100644 --- a/test/testlib/testing.py +++ b/test/testlib/testing.py @@ -94,7 +94,7 @@ def future(fn): def fails_on(*dbs): """Mark a test as expected to fail on one or more database implementations. - Unlike ``unsupported``, tests marked as ``fails_on`` will be run + Unlike ``crashes``, tests marked as ``fails_on`` will be run for the named databases. The test is expected to fail and the unit test logic is inverted: if the test fails, a success is reported. If the test succeeds, a failure is reported. @@ -150,7 +150,7 @@ def fails_on_everything_except(*dbs): def crashes(db, reason): """Mark a test as unsupported by a database implementation. - 'crashes' tests will be skipped unconditionally. Use for feature tests + ``crashes`` tests will be skipped unconditionally. Use for feature tests that cause deadlocks or other fatal problems. """ -- 2.47.3