Move fuzzer under s3tests/fuzz.

This way, its unit tests are separate from s3tests/functional,
and s3tests/functional is the thing that actually talks to an
S3 implementation over the wire.

To actually run the fuzzer, use ./virtualenv/bin/s3tests-fuzz-headers
This commit is contained in:
Tommi Virtanen 2011-10-13 13:34:23 -07:00
parent a18eee85fe
commit 27d2e40b7d
5 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@ setup(
's3tests-generate-objects = s3tests.generate_objects:main',
's3tests-test-readwrite = s3tests.readwrite:main',
's3tests-test-roundtrip = s3tests.roundtrip:main',
's3tests-fuzz-headers = s3tests.fuzz_headers:main',
's3tests-fuzz-headers = s3tests.fuzz.headers:main',
],
},