Skip to content

Instantly share code, notes, and snippets.

@svetlyak40wt
Created July 2, 2015 16:45
Show Gist options
  • Save svetlyak40wt/1ba4d07f17401fed29e1 to your computer and use it in GitHub Desktop.
Save svetlyak40wt/1ba4d07f17401fed29e1 to your computer and use it in GitHub Desktop.
Example.py
integers_list = has_items(of_type(int))
assert_that(data, has_entries(
results=integers_list,
total_pages=is_(int),
page=is_(int)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment