9 Commits

Author SHA1 Message Date
Paulo Ricardo [PR] 778191f18e write bytearray in both versions 2.7 and 3.X 2016-01-07 17:41:42 -02:00
Paulo Ricardo [PR] c05ff45217 add assertion to test 2016-01-07 15:34:48 -02:00
Paulo Ricardo [PR] 9b87e6ea4e add test for binary file 2016-01-07 14:36:33 -02:00
SunDwarf 1b554bd3ab Update code to use FLASKS3_ prefix for config variables instead of S3_. Closes #47.
This will automatically translate your old S3_ config variables to FLASKS3_ variables until 0.3.0.
2015-11-21 09:10:50 +00:00
bool.dev bda55fa093 Added handling of special arguments to url_for.
The args: _external, _anchor, _method are ignored,
and _scheme can be used for per url scheme overriding of the config setting.
Added corresponding tests, and doc.
2015-11-20 19:01:05 +05:30
Franklyn Tackitt bd944e13b9 Fix tests 2015-10-08 13:49:47 -07:00
SunDwarf da771c6be7 Use coverage scripts. 2015-08-29 14:20:09 +01:00
SunDwarf cbd2140644 Prevent url_for from building when app.testing is True/existing.
Closes #23.
2015-08-28 19:52:41 +01:00
SunDwarf d1f544adf6 Add Python 3 support, and merge #38. 2015-08-28 18:09:26 +01:00