0a5fa72099
This is by no means the final solution but it's a start in the right direction. Eventually what needs to happen is we need to reduce the complexity of the routing. CompsitionView can probably be removed later on in favor of better Route objects. Also in the next version of sanic we need to move merge_route and add_parameter out of the add_route logic and just have them as standalone methods. The tests should cover everything that we need so that if any changes are made we can identify regression. |
||
---|---|---|
.. | ||
performance | ||
static | ||
test_bad_request.py | ||
test_blueprints.py | ||
test_cookies.py | ||
test_custom_protocol.py | ||
test_dynamic_routes.py | ||
test_exceptions_handler.py | ||
test_exceptions.py | ||
test_logging.py | ||
test_middleware.py | ||
test_multiprocessing.py | ||
test_payload_too_large.py | ||
test_request_data.py | ||
test_request_timeout.py | ||
test_requests.py | ||
test_response.py | ||
test_routes.py | ||
test_server_events.py | ||
test_signal_handlers.py | ||
test_static.py | ||
test_utf8.py | ||
test_vhosts.py | ||
test_views.py |