Move test_s3 into s3tests.functional, so it can be split to multiple files nicely.

This commit is contained in:
Tommi Virtanen 2011-07-11 15:23:25 -07:00
parent e253e328a7
commit e9ad6f7ee6
6 changed files with 1 additions and 1 deletions

View file

@ -73,7 +73,7 @@ Once you have that, you can run the tests with::
You can specify what test(s) to run::
S3TEST_CONF=your.conf ./virtualenv/bin/nosetests test_s3:test_object_acl_grant_public_read
S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_object_acl_grant_public_read
Some tests have attributes set based on their current reliability and
things like AWS not enforcing their spec stricly. You can filter tests

0
s3tests/__init__.py Normal file
View file

View file