Skip to content

Commit

Permalink
added new assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Jan 27, 2019
1 parent 681441a commit 2dfb182
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ def test_request_route_returns_url(self):

assert request.route('test.url') == '/test/url'
assert request.route('test.id', {'id': 1}) == '/test/url/1'
assert request.route('test.id', [1]) == '/test/url/1'

def test_request_redirection(self):
app = App()
Expand Down

0 comments on commit 2dfb182

Please sign in to comment.