Milla/test
Dustin 40a0e8ead4 vary: Add framework for multi-format responses
The `milla.vary` module includes tools for handling multi-format
responses. The `VariedResponseBase` class is an abstract class that
provides a framework for calling a particular method to render the
response in a format acceptable to the requester, based on the value of
the Accept request header.
2016-07-14 12:37:48 -05:00
..
__init__.py Move tests outside distribution 2015-02-19 20:13:27 -06:00
test_app.py app: Refactor Application class 2015-04-25 12:42:42 -05:00
test_auth.py Whitespace cleanup 2015-04-15 19:45:17 -05:00
test_routing.py Whitespace cleanup 2015-04-15 19:45:17 -05:00
test_traversal.py Whitespace cleanup 2015-04-15 19:45:17 -05:00
test_vary.py vary: Add framework for multi-format responses 2016-07-14 12:37:48 -05:00