Skip to content

Instantly share code, notes, and snippets.

@Weyzu
Created August 20, 2017 22:54
Show Gist options
  • Save Weyzu/1c973d06e27962ab666c59e6b0f53155 to your computer and use it in GitHub Desktop.
Save Weyzu/1c973d06e27962ab666c59e6b0f53155 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: test_utils.test_is_leap_year_returns_true_for_leap_year
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/heck/.virtualenvs/pytest/lib/python3.5/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
File "/home/heck/Workplace/pytest_presentation/tests/nose/test_utils.py", line 13, in test_is_leap_year_returns_true_for_leap_year
assert_true(is_leap_year(2029))
AssertionError: False is not true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment