Skip to content

Instantly share code, notes, and snippets.

@Weyzu
Created August 20, 2017 23:01
Show Gist options
  • Save Weyzu/d09bc872ec881287e4e3a2bed6893783 to your computer and use it in GitHub Desktop.
Save Weyzu/d09bc872ec881287e4e3a2bed6893783 to your computer and use it in GitHub Desktop.
___________ test_get_user_stats_returns_full_user_statistics ___________
def test_get_user_stats_returns_full_user_statistics():
> assert get_user_stats(username='Pinky') =={
"elections_hacked": 11,
"is_laserproof": False,
}
E AssertionError: assert {'elections_h...proof': False} == {'elections_ha...proof': False}
E Omitting 1 identical items, use -vv to show
E Differing items:
E {'elections_hacked': 10} != {'elections_hacked': 11}
E Use -v to get the full diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment