Created
July 22, 2013 19:34
-
-
Save mattias-lidman/6056900 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| 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