summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add requirements file for dev, fix PEP8Paul Tax2015-08-241-1/+1
|
* add test to ensure canonical string doesn't contain escaped paramsj0hnsmith2015-08-211-0/+19
|
* PY3 and PEP8 fixesPaul2015-01-171-25/+42
|
* Added tests demonstrating functionality of cors, tagging, and notification.nordstromj2015-01-151-0/+53
|
* fix unittestsPaul2013-09-271-3/+3
| | | | Dont have python 3 running here
* Fix issue#4 fix for encoded pathsPaul2013-05-021-0/+14
| | | | | | Thanks @jamshid for reporting this Bumping to version 0.1.3
* Next try make secure vars globalPaul2012-11-171-1/+0
| | | | https://github.com/jed/dynamo/blob/master/.travis.yml
* A little shorterTax2012-10-021-3/+2
| | | | Testing travis again
* test travisPaul2012-09-041-0/+1
|
* Lets try again with new ENVTax2012-09-041-0/+1
|
* Remove travis failTax2012-09-041-3/+0
|
* Should fail not errorTax2012-09-041-1/+1
| | | | whoops
* Testing travis failTax2012-09-041-1/+4
| | | | Test should fail
* DunnoTax2012-09-041-1/+1
|
* Fixed issue #3Paul2012-07-261-0/+46
Added tests Refactored get_canonical_string so it can be tested