Skip to content

Instantly share code, notes, and snippets.

@Weyzu
Created August 20, 2017 22:58
Show Gist options
  • Save Weyzu/79922963f3a1832b36398393fdb72fbc to your computer and use it in GitHub Desktop.
Save Weyzu/79922963f3a1832b36398393fdb72fbc to your computer and use it in GitHub Desktop.
_____________ test_is_leap_year_returns_true_for_leap_year _____________
def test_is_leap_year_returns_true_for_leap_year():
> assert is_leap_year(2021)
E assert False
E + where False = is_leap_year(2021)
tests/test_utils.py:5: AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment