swift/test/functional
Alistair Coles b9f796b8a2 Remove duplicate setup code from test_tempurl.py
TestTempURLPrefix.setUp() almost duplicates the superclass
setUp method, except it set "expires" as an instance variable.
The duplicated setUp code can be removed by simply having the
super class setUp set the "expires" instance variable.

Change-Id: Icf7604460e475523e156daa8c578765336820c8e
2016-12-14 12:22:25 +00:00
..
__init__.py Add functional tests for new versioned_write mode 2016-09-25 19:45:38 -07:00
swift_test_client.py Improve functional tests and test client 2016-09-28 21:07:07 -07:00
test_access_control.py Add functional test for access control (RBAC INFO) with Keystone 2016-07-11 21:59:37 +00:00
test_account.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_container.py Fix typos in test_container.py 2016-11-17 02:07:24 +00:00
test_dlo.py Let users know entity size in 416 responses 2016-11-30 10:52:08 -08:00
test_object.py Handle deleted files with if-none-match 2016-11-22 21:06:24 -05:00
test_slo.py SLO: Make etag and size_bytes fully optional 2016-12-12 23:14:32 +00:00
test_tempurl.py Remove duplicate setup code from test_tempurl.py 2016-12-14 12:22:25 +00:00
test_versioned_writes.py breaking down tests.py into smaller pieces 2016-11-21 12:16:17 +00:00
tests.py Let users know entity size in 416 responses 2016-11-30 10:52:08 -08:00