Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created October 26, 2011 18:18
Show Gist options
  • Save andymckay/1317231 to your computer and use it in GitHub Desktop.
Save andymckay/1317231 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: test_loggedout_notpurchased (zamboni.apps.addons.tests.test_views.TestPaypalStart)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andy/sandboxes/zamboni/../zamboni/apps/addons/tests/test_views.py", line 491, in test_loggedout_notpurchased
assert pq(res.content).find('.paypal.button').length
AssertionError
======================================================================
FAIL: test_loggedout_purchased (zamboni.apps.addons.tests.test_views.TestPaypalStart)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andy/sandboxes/zamboni/../zamboni/apps/addons/tests/test_views.py", line 462, in test_loggedout_purchased
assert pq(res.content).find('.trigger_download').length
AssertionError
----------------------------------------------------------------------
Ran 4 tests in 5.506s
FAILED (failures=2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment