molten.Request - python examples

Here are the examples of the python api molten.Request taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

3 View Complete Implementation : test_request.py
Copyright GNU Lesser General Public License v3.0
Author : Bogdanp
def test_requests_are_representable():
    # Given that I have a Request instance
    request = Request()

    # When I call repr on it
    # Then I should get back a valid repr
    astert repr(request)