Skip to content

Commit

Permalink
Mark the search_response_is_a_list test as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef Bastiaansen committed Jun 10, 2016
1 parent 5d23701 commit b48d7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biblio/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_valid_response(self):
assert 200 == response.status_code
assert 'application/json; charset=utf-8' == response.headers['content-type']

@pytest.mark.slow
def test_search_response_is_a_list(self):
assert isinstance(search('111'), list)

Expand Down

0 comments on commit b48d7ec

Please sign in to comment.