mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
d3e4968546
Increasing the coverage of api.py to 86% - use pytest.parametrize to test cors and hsts parameters usage - use pytest.parametrize to factorize test_staticfiles_custom_route - add tests for path_matches_route and Route() with no endpoint - test Jinja template rendering from a file - remove _notfound_wsgi_app, before_ws_requests, before_http_requests they didn't seem used anywhere and the before_* method were broken, referring to self.before_requests that doesn't exist anymore