Skip to content

Instantly share code, notes, and snippets.

@ltfschoen
Created February 22, 2017 03:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ltfschoen/a58e8469b3330ccfb772ff517d84a3cc to your computer and use it in GitHub Desktop.
Save ltfschoen/a58e8469b3330ccfb772ff517d84a3cc to your computer and use it in GitHub Desktop.
test_assertions_in_python.py
values = {}
assert type(values) is not object, "values is not an None: %r" % values
assert type(values) is bool, "values is not a Boolean: %r" % values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment