Skip to content

Instantly share code, notes, and snippets.

@bepetersn
Created August 7, 2014 19:45
Show Gist options
  • Save bepetersn/09c74aec9e85051ff562 to your computer and use it in GitHub Desktop.
Save bepetersn/09c74aec9e85051ff562 to your computer and use it in GitHub Desktop.
Failure of "test_user_model" Test
======================================================================
ERROR: test_user_model (test_models.TestUserMode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/brian/Code/printwithme/tests/test_models.py", line 16, in test_user_model
assert not User.query.all()
AttributeError: 'NoneType' object has no attribute 'all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment