deb-python-falcon/tests
Kurt Griffiths 9cb4b24c83 test: Migrate URI template and router testing to pytest (#1016)
Note that some tests were moved from test_uri_templates to
test_default_router.
2017-04-13 17:12:36 -06: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 chore(tox): Fix errors due to new versions of flake8 and requests (#949) 2016-11-18 19:51:40 -06: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_access_route.py test: Migrate several test modules away from the deprecated framework (#901) 2016-09-17 22:17:42 -06:00
test_after_hooks.py fix(routing): Default OPTIONS responder should return 200, not 204 (#993) 2017-01-27 09:43:33 -06:00
test_before_hooks.py perf: Json dump speedup (#954) 2017-01-17 10:18:01 -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 feat(errors): Additional error classes (#973) 2017-02-03 12:36:24 -07:00
test_cookies.py feat(Response): Add an option for disabling secure cookies for testing (#991) 2017-01-26 21:32:05 -06:00
test_custom_router.py feat(API): Add support for routing on full request (#1001) 2017-02-10 17:55:52 -07:00
test_default_router.py test: Migrate URI template and router testing to pytest (#1016) 2017-04-13 17:12:36 -06:00
test_deps.py test(mimeparse): Test for the correct version of mimeparse (#871) 2016-08-24 22:10:51 -06:00
test_error.py feat(errors): Additional error classes (#973) 2017-02-03 12:36:24 -07:00
test_error_handlers.py doc(API): Document the order in which error handlers are visited (#846) 2016-08-15 15:14:22 -05:00
test_example.py perf: Json dump speedup (#954) 2017-01-17 10:18:01 -07:00
test_headers.py feat(Request): Add a 'default' kwarg to get_header() (#988) 2017-01-26 16:50:50 -06:00
test_hello.py feat(API): Support for closing filelike response stream objects (#961) 2017-01-27 13:23:06 -07:00
test_http_method_routing.py fix(routing): Default OPTIONS responder should return 200, not 204 (#993) 2017-01-27 09:43:33 -06:00
test_httperror.py fix(API): Always set the Vary header when serializing errors (#952) 2017-01-24 09:14:34 -06:00
test_httpstatus.py fix(API): Normalize response status to type str under py27 (#986) 2017-01-26 14:17:40 -06:00
test_middleware.py feat(middleware): Optional, independent execution of request and response middleware (#926) 2017-01-24 11:43:21 -07:00
test_options.py feat(Request): Add an option to keep a trailing slash in the request path (#966) (#972) 2017-01-24 18:30:14 -06:00
test_query_params.py perf: Json dump speedup (#954) 2017-01-17 10:18:01 -07:00
test_redirects.py style(pep8): Add flake8-import-order plugin with import order changes (#808) 2016-06-02 16:04:18 -07:00
test_req_vars.py feat(Request): Refine the new protocol, port, and netloc attrs (#978) 2017-01-25 12:25:44 -06:00
test_request_body.py fix(Request): Improve various related aspects of stream handling (#898) 2016-09-16 12:28:43 -06:00
test_request_context.py style(pep8): Add flake8-import-order plugin with import order changes (#808) 2016-06-02 16:04:18 -07:00
test_response_body.py chore: Standardize on single-quotes 2016-03-07 11:29:05 -06:00
test_response_context.py feat(Response): Add context property to the Response class (#821) 2016-07-19 17:01:50 -05:00
test_sinks.py chore: Move tests out of falcon module 2014-01-02 09:41:26 -06:00
test_slots.py feat(request,response) add __dict__ to __slots__ (#868) 2016-08-15 15:26:12 -06:00
test_uri_templates.py test: Migrate URI template and router testing to pytest (#1016) 2017-04-13 17:12:36 -06:00
test_uri_templates_legacy.py refactor: Use DDT for uri_templates tests. (#848) 2016-07-19 17:11:55 -06:00
test_utils.py feat(testing): Support setting the protocol when simulating requests (#964) 2017-01-24 13:03:06 -07:00
test_wsgi.py fix(Request): Improve various related aspects of stream handling (#898) 2016-09-16 12:28:43 -06:00
test_wsgi_errors.py style(pep8): Add flake8-import-order plugin with import order changes (#808) 2016-06-02 16:04:18 -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 perf: Json dump speedup (#954) 2017-01-17 10:18:01 -07:00