Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created June 25, 2013 19:55
Show Gist options
  • Select an option

  • Save imsickofmaps/5861815 to your computer and use it in GitHub Desktop.

Select an option

Save imsickofmaps/5861815 to your computer and use it in GitHub Desktop.
mikej at Michaels-MacBook-Air in ~/Documents/code/go-nike-ghr git:(feature/create-article-model-test-south) ✗
(ve) ± ./manage.py test
nosetests --verbosity 1
To reuse old database "test_ghr" for speed, set env var REUSE_DB=1.
Creating test database for alias 'default'...
..F.....
======================================================================
FAIL: The test_date_created_uneditable test is failing but not sure if it is important
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/mikej/Documents/code/go-nike-ghr/articles/tests/test_models.py", line 55, in test_date_created_uneditable
self.assertEqual(old_time, test1.created)
AssertionError: datetime.datetime(2013, 6, 25, 19, 54, 23, 12911, tzinfo=<UTC>) != datetime.datetime(2013, 7, 13, 19, 54, 23, 22107, tzinfo=<UTC>)
----------------------------------------------------------------------
Ran 8 tests in 0.078s
FAILED (failures=1)
Destroying test database for alias 'default'...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment