Skip to content

Instantly share code, notes, and snippets.

@justinlynn
Created March 8, 2012 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinlynn/2003527 to your computer and use it in GitHub Desktop.
Save justinlynn/2003527 to your computer and use it in GitHub Desktop.
Celery nosetest results
................................................................................................................................................................................................................................................................
* Tokyo Tyrant not installed. Will not execute related tests.
SSSSS.............................................S........................SSSSSS...S........................................................................................................................................................................................................................................................................................................................................................................................................................................Traceback (most recent call last):
File "/home/j/Projects/Github/celery/celery/utils/timer2.py", line 190, in apply_entry
entry()
File "/home/j/.virtualenvs/github_celery/lib/python2.6/site-packages/mock.py", line 983, in __call__
return _mock_self._mock_call(*args, **kwargs)
File "/home/j/.virtualenvs/github_celery/lib/python2.6/site-packages/mock.py", line 1038, in _mock_call
raise effect
ValueError
...............................................................................................Traceback (most recent call last):
File "/home/j/Projects/Github/celery/celery/utils/threads.py", line 51, in run
self.body()
File "/home/j/Projects/Github/celery/celery/tests/test_worker/test_worker_autoscale.py", line 146, in body
raise OSError("foo")
OSError: foo
......................................................................................Traceback (most recent call last):
File "/home/j/Projects/Github/celery/celery/utils/threads.py", line 51, in run
self.body()
File "/home/j/Projects/Github/celery/celery/tests/test_worker/test_worker_mediator.py", line 67, in body
raise KeyError("foo")
KeyError: 'foo'
..........
----------------------------------------------------------------------
Ran 876 tests in 29.586s
OK (SKIP=13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment