s3-tests/s3tests/functional
Casey Bodley b1efd0477a boto2: fix byte vs. string comparison in verify_object
the storage class tests were failing on comparisons between the input
data and output data:

AssertionError: assert 'oFbdZvtRj' == b'oFbdZvtRj'

convert the byte representation back to string for comparison

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2023-09-21 10:00:39 -04:00
..
__init__.py pytest: add global configfile and autouse teardown fixtures 2023-01-21 22:40:33 -05:00
policy.py policy: refactor make_json_policy to use the new Policy classes 2018-01-17 10:56:33 +01:00
test_headers.py test_headers: add custom marks for auth_common/aws2/aws4 2023-01-25 17:07:40 -05:00
test_s3.py boto2: fix byte vs. string comparison in verify_object 2023-09-21 10:00:39 -04:00
test_s3_website.py s3website: collections.Container removed from python3.10 2023-03-12 15:33:42 -04:00
test_utils.py pytest: replace nose eq() with assert == 2023-01-21 22:40:33 -05:00
utils.py pytest: replace nose eq() with assert == 2023-01-21 22:40:33 -05:00