summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_wsgi.py
Commit message (Expand)AuthorAgeFilesLines
* Move wsgi module to deprecated packageDoug Hellmann2013-06-071-622/+0
* Convert unicode strings for python3 portabilityChuck Short2013-05-071-1/+2
* Merge "Move wsgi.Service socket creation into the constructor."Jenkins2013-04-221-5/+4
|\
| * Move wsgi.Service socket creation into the constructor.Kiall Mac Innes2013-03-171-5/+4
* | Merge "Allows wsgi server kwargs to be given."Jenkins2013-03-221-0/+19
|\ \
| * | Allows wsgi server kwargs to be given.Alex Meade2013-03-181-0/+19
| |/
* / Removes unused imports in the tests moduleZhongyue Luo2013-03-201-2/+0
|/
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-171-3/+4
* Support for ipv6 in wsgi.ServiceDavanum Srinivas2013-02-031-1/+63
* Support for SSL in wsgi.ServiceDavanum Srinivas2013-01-291-0/+69
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-241-16/+16
* Use testtools as test base class.Monty Taylor2013-01-241-21/+21
* JSONDictSerializer encode objects to unicodeSean McCully2013-01-031-0/+11
* Make wsgi.Server comply with service.Launcher interfaceMichael Basnight2012-12-101-3/+3
* Use Service thread group for WSGI request handlingDavanum Srinivas2012-11-291-0/+16
* Update common code to support pep 1.3.Gary Kotton2012-06-181-3/+4
* PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-111-2/+2
* add some server testsJason Kölker2011-12-021-0/+20
* Rajaram/Vinkesh|increased tests for Request and Response serializersRajaram Mallya2011-09-141-5/+17
* Rajaram/Vinkesh | Copied tests for wsgi from nova. Added default content/acce...Rajaram Mallya2011-09-081-0/+413