keystonemiddleware/keystonemiddleware/tests/unit
Jamie Lennox b8024ff8c6 Return and use an app wherever possible
Audit middleware does a lot of faking up environments and calling
methods instead of just running the middleware. It's a whole bunch
easier to just run the middleware wherever possible.

This means we don't have to stub context from tests as these tests
actually pass through the wsgi layer correctly. Ideally we would do more
of this.

Change-Id: I95377f030b07ffae18698ecc3c82cc6aa1dddbc7
2016-09-30 05:45:25 +00:00
..
audit Return and use an app wherever possible 2016-09-30 05:45:25 +00:00
auth_token Refactor audit tests to use create_middleware 2016-09-30 05:45:18 +00:00
__init__.py Move unit tests into tests.unit 2015-03-11 17:03:54 -05:00
client_fixtures.py Pass X_IS_ADMIN_PROJECT header from auth_token 2016-06-21 12:09:12 +10:00
test_ec2_token_middleware.py Fix D204 PEP257 violation and enable D301 and D209 2016-05-06 16:36:15 +00:00
test_entry_points.py Define entry points for filter factories for Paste Deployment 2015-11-06 12:16:44 -06:00
test_fixtures.py Add project_name to the auth_token fixture 2016-01-13 15:10:36 +11:00
test_opts.py Split oslo_config and list all opts 2016-02-11 13:00:28 +11:00
test_s3_token_middleware.py Use method split_path from oslo.utils 2016-05-31 12:06:26 +00:00
utils.py Return and use an app wherever possible 2016-09-30 05:45:25 +00:00