Skip to content

Instantly share code, notes, and snippets.

@mattias-lidman
Created July 22, 2013 19:34
Show Gist options
  • Select an option

  • Save mattias-lidman/6056900 to your computer and use it in GitHub Desktop.

Select an option

Save mattias-lidman/6056900 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: test_account_get (globusonline.graph.tests.billing_tests.TestBillingViews)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/testfixtures/__init__.py",> line 44, in wrapping
return wrapped(*args,**kw)
File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 63, in test_account_get
fake_get_account.assert_called_with('trhowe', {'foo': 'bar'})
AssertionError: Expected: (('trhowe', {'foo': 'bar'}), {})
Called with: (('trhowe',), {})
-------------------- >> begin captured logging << --------------------
root: INFO: Creating DataStore
--------------------- >> end captured logging << ---------------------
======================================================================
FAIL: test_get_invoices (globusonline.graph.tests.billing_tests.TestBillingViews)
----------------------------------------------------------------------
Traceback (most recent call last):
File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/dist/local/lib/python2.7/site-packages/testfixtures/__init__.py",> line 44, in wrapping
return wrapped(*args,**kw)
File "<https://jenkins.utils.globuscs.info/job/nexus-sandbox/ws/globusonline/graph/tests/billing_tests.py",> line 187, in test_get_invoices
fake_get_invoices.assert_called_with('trhowe', {'foo': 'bar'})
AssertionError: Expected: (('trhowe', {'foo': 'bar'}), {})
Called with: (('trhowe',), {})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment