summaryrefslogtreecommitdiff
path: root/heat/tests/test_urlfetch.py
Commit message (Expand)AuthorAgeFilesLines
* Remove six and python 2.7 full supportHervé Beraud2020-04-221-6/+9
* Remove mox from test_urlfetchrabi2018-04-031-43/+24
* Remove usage of parameter enforce_typeChangBo Guo(gcb)2017-05-081-2/+2
* Set enforce_type=True on config overrides in testsAngus Salkeld2016-04-111-2/+2
* py34: Fix integration testsSirushti Murugesan2015-09-261-4/+4
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Fix [H302] errors in heat/testsPeter Razumovsky2014-11-261-6/+6
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Get rid of old-style classesZane Bitter2014-08-291-1/+1
* Replace str() with six.text_type() where exception is usedEthan Lynn2014-07-291-1/+2
* Tidy up urlfetch.py exception handlingLiang Chen2014-04-111-6/+9
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+0
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
* | Remove use of py3kcompatThomas Herve2014-04-031-5/+5
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-4/+2
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Use six.moves cStringIO instead of cStringIOHe Yongli2014-02-171-2/+2
* Fix order of arguments in assertEqual (patch 2/2)Pavlo Shchelokovskyy2014-01-191-2/+2
* Change assertTrue(A in B) to assertIn(A, B)Pavlo Shchelokovskyy2013-12-121-1/+1
* Use the new oslo py3kcompat.urlutilsAngus Salkeld2013-12-061-5/+6
* Prevent urlfetch from returning encoded charsJason Dunsmore2013-10-181-25/+16
* Validate template size during downloadJason Dunsmore2013-10-011-6/+37
* Add support for local file urlsAngus Salkeld2013-08-281-1/+24
* Process request exceptions while fetching templateLiang Chen2013-08-211-1/+14
* Replace urllib2 with requests in urlfetch moduleDavanum Srinivas2013-07-231-6/+14
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-10/+3
* Get rid of nose.main() in unit test filesZane Bitter2012-12-131-1/+0
* Add a common implementation for fetching a URLZane Bitter2012-12-061-0/+73