]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
remove filtering from boto3 test example for simplicity 522/head
authornadav mizrahi <nadav.mizrahi16@gmail.com>
Thu, 29 Jun 2023 13:55:21 +0000 (16:55 +0300)
committernadav mizrahi <nadav.mizrahi16@gmail.com>
Thu, 6 Jul 2023 08:29:40 +0000 (11:29 +0300)
README.rst

index 9b1b92363b3dd8fc8272b55ac4328c2f9ca0b612..e34c7a11d59eef8749f6c0d6654f502d9b74657e 100644 (file)
@@ -22,7 +22,7 @@ Once you have that file copied and edited, you can run the tests with::
 
 You can specify which directory of tests to run::
 
-       S3TEST_CONF=your.conf tox s3tests_boto3/functional
+       S3TEST_CONF=your.conf tox -- s3tests_boto3/functional
 
 You can specify which file of tests to run::
 
@@ -44,7 +44,7 @@ located in the ``s3test_boto3`` directory.
 
 You can run only the boto3 tests with::
 
-       S3TEST_CONF=your.conf tox -- -m 'not fails_on_rgw' s3tests_boto3/functional
+       S3TEST_CONF=your.conf tox -- s3tests_boto3/functional
 
 ========================
  STS compatibility tests