7 Commits

Author SHA1 Message Date
Martin Pitt
fa389b2e53 tests/mock_swift.py: Fix ResourceWarning due to unclosed log file 2015-09-14 15:15:37 +02:00
Martin Pitt
32f33baf09 Merge with trunk, port to Python 3 2015-08-24 20:46:42 +02:00
Martin Pitt
191025cacd tests/mock_swift.py: Properly wait for server to start 2015-08-12 16:44:33 +02:00
Martin Pitt
6b46400973 mock_swift.py: Fix handling of marker
Real swift instances evaluate "marker" after "delimiter", and marker returns
results greater (not equal) than the given value.
2015-07-31 11:24:10 +02:00
Martin Pitt
3ce7dc3d84 Add test case for previous commit 2015-07-14 20:19:01 +02:00
Martin Pitt
ffe0a99db1 swift result download: Correctly handle "204 No content" status 2015-07-14 08:34:46 +02:00
Martin Pitt
37cd90b415 Add mock swift server
This can be loaded with a predefined set of results, and will then act like a
Swift server with publicly accessible and browsable containers.
2015-07-07 17:45:16 +02:00