Skip to content

Instantly share code, notes, and snippets.

@jmaher
Created October 23, 2009 01:19
Show Gist options
  • Save jmaher/216520 to your computer and use it in GitHub Desktop.
Save jmaher/216520 to your computer and use it in GitHub Desktop.
Macintosh-6:tests joelmaher$ nosetests testAgent.py
E
======================================================================
ERROR: Failure: ClientException (Whoami failed for name secretagent
{"error":"not_found","reason":"Missing"}
)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/loader.py", line 379, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Python/2.5/site-packages/nose-0.11.1-py2.5.egg/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Users/joelmaher/git/testbot/tests/testAgent.py", line 28, in <module>
test_do_all_jobs()
File "/Users/joelmaher/git/testbot/tests/testAgent.py", line 22, in test_do_all_jobs
c.run()
File "/Users/joelmaher/git/testbot/testbot/client.py", line 74, in run
self.register()
File "/Users/joelmaher/git/testbot/testbot/client.py", line 40, in register
raise ClientException("Whoami failed for name "+self.name+'\n'+content)
ClientException: Whoami failed for name secretagent
{"error":"not_found","reason":"Missing"}
----------------------------------------------------------------------
Ran 1 test in 0.001s
FAILED (errors=1)
Macintosh-6:tests joelmaher$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment