ooi/ooi/tests
Alvaro Lopez Garcia 69ba66b830 Preserve original request when calling OpenStack
This change creates a new request instead of modifying the original one
when it needs to be modified so as to access OpenStack. Before we were
modifying the original request (i.e. the path, body and content_type)
and this is wrong, since we cannot access those attributes after it has
been modified.
2015-04-08 11:12:46 +02:00
..
middleware Preserve original request when calling OpenStack 2015-04-08 11:12:46 +02:00
occi Separate rendering from objects 2015-04-07 12:54:01 +02:00
__init__.py initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
base.py initial commit from cookiecutter 2015-02-24 18:11:57 +01:00
fakes.py Move helper functions into more coherent locations 2015-04-07 18:58:19 +02:00
test_base_controller.py Preserve original request when calling OpenStack 2015-04-08 11:12:46 +02:00
test_wsgi.py Separate rendering from objects 2015-04-07 12:54:01 +02:00