From 1cc61dbc70996e55bf0286e525a7843a96379141 Mon Sep 17 00:00:00 2001 From: tobe Date: Mon, 3 Aug 2015 10:32:04 +0800 Subject: [PATCH 1/2] Fix the example which is deprecated in README.rst Signed-off-by: tobe --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4546bd3..1a3fc30 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Once you have that, you can run the tests with:: You can specify what test(s) to run:: - S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_object_acl_grant_public_read + S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_bucket_acl_grant_userid_read Some tests have attributes set based on their current reliability and things like AWS not enforcing their spec stricly. You can filter tests From 3f518a2ae7e02387a4eef2d11d5f035b18325278 Mon Sep 17 00:00:00 2001 From: tobe Date: Mon, 3 Aug 2015 20:30:46 +0800 Subject: [PATCH 2/2] Use test_bucket_list_empty as example in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1a3fc30..047c7a5 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Once you have that, you can run the tests with:: You can specify what test(s) to run:: - S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_bucket_acl_grant_userid_read + S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_bucket_list_empty Some tests have attributes set based on their current reliability and things like AWS not enforcing their spec stricly. You can filter tests