summaryrefslogtreecommitdiff
path: root/test/functional/test_tempurl.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Get rid of test.unit.SkipTestTim Burke2023-02-161-1/+2
* formpost: Add support for sha256/512 signaturesMatthew Oliver2022-06-161-20/+9
* tempurl: Deprecate sha1 signaturesTim Burke2022-04-221-3/+5
* Get func tests passing with a minimal proxy pipelineTim Burke2020-09-181-0/+10
* py3: Port the tempurl middlewareMatthew Oliver2019-06-201-54/+84
* Stop sending non-UTF-8 prefixes in func testsTim Burke2019-06-171-1/+5
* py3: symlink follow-upTim Burke2019-05-301-4/+4
* Fix usage of multiple accounts in functional testsGerard Gine2018-10-301-16/+25
* Remove some unnecessary SkipTestsTim Burke2018-07-251-4/+0
* Refactor tempurl functional test's try-finallyKazuhiro MIYAHARA2018-03-201-7/+2
* Ensure reverting test env if the env is temporarily changedKazuhiro MIYAHARA2018-02-231-3/+6
* tempurl: Make the digest algorithm configurableTim Burke2018-01-311-4/+119
* fix SkipTest imports in functests so they can be run directly by noseJohn Dickinson2017-12-181-2/+1
* ISO 8601 timestamps for tempurlChristopher Bartz2017-01-241-31/+43
* Merge "Remove duplicate setup code from test_tempurl.py"Jenkins2016-12-211-18/+2
|\
| * Remove duplicate setup code from test_tempurl.pyAlistair Coles2016-12-141-18/+2
* | Make tempurl functional tests clean up account keysAlistair Coles2016-12-201-29/+29
|/
* tempurls with a prefix-based scopeChristopher Bartz2016-12-121-26/+89
* breaking up functional/tests.py a bit furtherThiago da Silva2016-11-221-0/+674