s3-tests/s3tests
Tommi Virtanen 91a39caf46 Fix bug where prefix was None.
Accessing a non-constant global from another module is tricky,
as the import binds to the original object. Rebinding the name
in the original module does not change it in importers. Use a
getter as a quick workaround.
2011-07-13 14:49:07 -07:00
..
functional Fix bug where prefix was None. 2011-07-13 14:49:07 -07: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 Make generate_objects.py and rand_readwrite.py inside the package. 2011-07-13 13:52:54 -07:00
generate_objects.py Make generate_objects.py and rand_readwrite.py inside the package. 2011-07-13 13:52:54 -07:00
rand_readwrite.py Make generate_objects.py and rand_readwrite.py inside the package. 2011-07-13 13:52:54 -07:00
realistic.py Make generate_objects.py and rand_readwrite.py inside the package. 2011-07-13 13:52:54 -07:00