deb-python-falcon/tests
Kurt Griffiths b51d4e9a35 feat(Request): Add support for several proxy "forwarded" headers (#1083)
Add support for some "forwarded" headers, included several new
attributes and a reworking of some of the existing code to better
facilitate sharing and performance.

Also clean up a couple tiny nits in the docstrings for the sake of
consistency.
2017-07-17 16:43:06 -05:00
..
__init__.py chore: Move tests out of falcon module 2014-01-02 09:41:26 -06:00
bare_bones.py fix(Request): Improve support for content-length under wsgiref 2014-10-29 14:23:37 -05:00
conftest.py feat(API): Foundational support for URI template field converters (#1067) 2017-06-27 22:25:15 -05:00
dump_wsgi.py chore(tox): Fix errors due to new versions of flake8 and requests (#949) 2016-11-18 19:51:40 -06:00
test_after_hooks.py test: Clean up hook and print api tests (#1064) 2017-05-25 11:27:14 -07:00
test_before_hooks.py test: Clean up hook and print api tests (#1064) 2017-05-25 11:27:14 -07:00
test_boundedstream.py test: Migrate several test modules away from the deprecated framework (#901) 2016-09-17 22:17:42 -06:00
test_cmd_print_api.py refactor(print_routes): Clean up test code and DRY traverse() (#1080) 2017-07-07 09:03:43 -05:00
test_cookies.py fix: Resolve PyTest and linting errors on the build (#1060) 2017-05-23 12:12:17 -07:00
test_custom_router.py test: DRY up test_error and removing wrapper classes for router and dep tests (#1065) 2017-05-26 10:59:27 -07:00
test_default_router.py feat(API): Foundational support for URI template field converters (#1067) 2017-06-27 22:25:15 -05:00
test_deps.py test: DRY up test_error and removing wrapper classes for router and dep tests (#1065) 2017-05-26 10:59:27 -07:00
test_error.py feat: Add 5xx error classes (#1066) 2017-06-27 09:15:27 -05:00
test_error_handlers.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_example.py perf: Json dump speedup (#954) 2017-01-17 10:18:01 -07:00
test_headers.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_hello.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_http_method_routing.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_httperror.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_httpstatus.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_media_handlers.py feat: Request and Response media-type handling (#1050) 2017-06-14 23:38:47 -06:00
test_middleware.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_options.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_query_params.py Added a get_param_as_datetime() method to fetch query param as datetime (#1053) 2017-06-15 09:43:32 -05:00
test_redirects.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_request_access_route.py feat(Request): Add support for several proxy "forwarded" headers (#1083) 2017-07-17 16:43:06 -05:00
test_request_attrs.py feat(Request): Add support for several proxy "forwarded" headers (#1083) 2017-07-17 16:43:06 -05:00
test_request_body.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_request_context.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_request_forwarded.py feat(Request): Add support for several proxy "forwarded" headers (#1083) 2017-07-17 16:43:06 -05:00
test_request_media.py feat: Request and Response media-type handling (#1050) 2017-06-14 23:38:47 -06:00
test_response.py feat: Make it easier to set content-type (#1058) 2017-05-24 15:29:58 -07:00
test_response_body.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_response_context.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_response_media.py feat: Request and Response media-type handling (#1050) 2017-06-14 23:38:47 -06:00
test_sinks.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_slots.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_uri_converters.py feat(routing): Add ABC for URI template field converters (#1084) 2017-07-12 23:21:53 -05:00
test_uri_templates.py fix(routing): Fix field converter argstr going past closing paren (#1085) 2017-07-14 13:05:13 -05:00
test_uri_templates_legacy.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_utils.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_validators.py feat: Request and Response media-type handling (#1050) 2017-06-14 23:38:47 -06:00
test_wsgi.py chore: Use pytest-xdist (#1018) 2017-04-14 15:41:45 -06:00
test_wsgi_errors.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00
test_wsgi_interface.py fix(Request): Improve various related aspects of stream handling (#898) 2016-09-16 12:28:43 -06:00
test_wsgiref_inputwrapper_with_size.py refactor(tests): Migrate to pytest (#1057) 2017-05-25 10:32:55 -07:00