Adding new testing tool, roundtrip

This commit is contained in:
Wesley Spikes 2011-07-15 12:06:02 -07:00
parent 6afc7fdcdb
commit 653c2b2200
4 changed files with 283 additions and 0 deletions

View file

@ -23,6 +23,7 @@ setup(
'console_scripts': [
's3tests-generate-objects = s3tests.generate_objects:main',
's3tests-test-readwrite = s3tests.rand_readwrite:main',
's3tests-test-roundtrip = s3tests.roundtrip:main',
],
},