s3-tests/s3tests
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
..
functional boto2: fix byte vs. string comparison in verify_object 2023-09-21 10:00:39 -04:00
__init__.py Move test_s3 into s3tests.functional, so it can be split to multiple files nicely. 2011-07-11 15:24:39 -07:00
common.py Port functional tests from python 2 to python 3 2020-01-14 12:20:05 -05:00