]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
docs: fix wrong example in README.rst 410/head
authorLiu Lan <liulan@cmss.chinamobile.com>
Mon, 6 Sep 2021 11:25:09 +0000 (19:25 +0800)
committerLiu Lan <liulan@cmss.chinamobile.com>
Mon, 6 Sep 2021 11:33:01 +0000 (19:33 +0800)
commit9ac8aef12bfeb0778a7b410bcf51e26c81565aec
tree1d085eaeef79290ec039267a204a0fecd65b6faf
parent4a89a9a5b26604cf3ef54ae796faa41e24da9f88
docs: fix wrong example in README.rst

Run: S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_bucket_list_empty

But get an error: "ERROR: Failure: ValueError (No such test test_bucket_list_empty)".

Because test_bucket_list_empty is a test case in s3tests_boto3 directory.

Signed-off-by: Liu Lan <liulan_yewu@cmss.chinamobile.com>
README.rst