hello
here is my test log with large project "out of the box"
Django (1, 2, 0, 'alpha', 0) rev 12213 + satchmo last rev
1310:7229348e8c11
Got more errors but more tests too.
Don't have significant errors when using the cart and make an order
with dummy payment.
Hope this can help
======================================================================
ERROR: test_activation_extra_context
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 243, in
test_activation_extra_context
kwargs={'activation_key': 'foo'}))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/views.py", line 92, in activate
context_instance=context)
File "/usr/local/lib/python2.6/dist-packages/django/shortcuts/
__init__.py", line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs),
**httpresponse_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 108, in render_to_string
return t.render(context_instance)
File "/usr/local/lib/python2.6/dist-packages/django/test/utils.py",
line 30, in instrumented_test_render
return self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 97, in render
return compiled_parent.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/test/utils.py",
line 30, in instrumented_test_render
return self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 97, in render
return compiled_parent.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/test/utils.py",
line 30, in instrumented_test_render
return self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 24, in render
result = self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 24, in render
result = self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
defaulttags.py", line 261, in render
return self.nodelist_false.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 81, in render_node
raise wrapped
TemplateSyntaxError: Caught an exception while rendering:
expiration_days
Original Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/templatetags/
i18n.py", line 85, in render
data = dict([(v, _render_value_in_context(context[v], context))
for v in vars])
File "/usr/local/lib/python2.6/dist-packages/django/template/
context.py", line 49, in __getitem__
raise KeyError(key)
KeyError: u'expiration_days'
======================================================================
ERROR: test_activation_success_url
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 224, in test_activation_success_url
self.assertRedirects(response, success_redirect)
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 308, in assertRedirects
redirect_response = response.client.get(path, QueryDict(query))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/views/generic/
simple.py", line 17, in direct_to_template
t = loader.get_template(template)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: registration/test_template_name.html
======================================================================
ERROR: test_activation_template_name
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 233, in
test_activation_template_name
kwargs={'activation_key': 'foo'}))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/views.py", line 92, in activate
context_instance=context)
File "/usr/local/lib/python2.6/dist-packages/django/shortcuts/
__init__.py", line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs),
**httpresponse_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 103, in render_to_string
t = get_template(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: registration/test_template_name.html
======================================================================
ERROR: test_invalid_activation
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 202, in test_invalid_activation
kwargs={'activation_key': expired_profile.activation_key}))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/views.py", line 92, in activate
context_instance=context)
File "/usr/local/lib/python2.6/dist-packages/django/shortcuts/
__init__.py", line 20, in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs),
**httpresponse_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 108, in render_to_string
return t.render(context_instance)
File "/usr/local/lib/python2.6/dist-packages/django/test/utils.py",
line 30, in instrumented_test_render
return self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 97, in render
return compiled_parent.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/test/utils.py",
line 30, in instrumented_test_render
return self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 97, in render
return compiled_parent.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/test/utils.py",
line 30, in instrumented_test_render
return self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 24, in render
result = self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader_tags.py", line 24, in render
result = self.nodelist.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
defaulttags.py", line 261, in render
return self.nodelist_false.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/template/
__init__.py", line 779, in render
bits.append(self.render_node(node, context))
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 81, in render_node
raise wrapped
TemplateSyntaxError: Caught an exception while rendering:
expiration_days
Original Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/django/template/
debug.py", line 71, in render_node
result = node.render(context)
File "/usr/local/lib/python2.6/dist-packages/django/templatetags/
i18n.py", line 85, in render
data = dict([(v, _render_value_in_context(context[v], context))
for v in vars])
File "/usr/local/lib/python2.6/dist-packages/django/template/
context.py", line 49, in __getitem__
raise KeyError(key)
KeyError: u'expiration_days'
======================================================================
ERROR: test_registration_disallowed_url
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 143, in
test_registration_disallowed_url
self.assertRedirects(response, closed_redirect)
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 308, in assertRedirects
redirect_response = response.client.get(path, QueryDict(query))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/views/generic/
simple.py", line 17, in direct_to_template
t = loader.get_template(template)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: registration/registration_closed.html
======================================================================
ERROR: test_registration_extra_context
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 127, in
test_registration_extra_context
self.assertEqual(response.context['foo'], 'bar')
TypeError: 'NoneType' object is unsubscriptable
======================================================================
ERROR: test_registration_success_url
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 159, in
test_registration_success_url
self.assertRedirects(response, success_redirect)
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 308, in assertRedirects
redirect_response = response.client.get(path, QueryDict(query))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/views/generic/
simple.py", line 17, in direct_to_template
t = loader.get_template(template)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: registration/registration_closed.html
======================================================================
ERROR: test_registration_view_closed
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 97, in
test_registration_view_closed
self.assertRedirects(response, closed_redirect)
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 308, in assertRedirects
redirect_response = response.client.get(path, QueryDict(query))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/views/generic/
simple.py", line 17, in direct_to_template
t = loader.get_template(template)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: registration/registration_closed.html
======================================================================
ERROR: test_registration_view_success
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 64, in
test_registration_view_success
'http://testserver%s' % reverse('registration_complete'))
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 308, in assertRedirects
redirect_response = response.client.get(path, QueryDict(query))
File "/usr/local/lib/python2.6/dist-packages/django/test/client.py",
line 286, in get
response = self.request(**r)
File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/views/generic/
simple.py", line 17, in direct_to_template
t = loader.get_template(template)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 81, in get_template
source, origin = find_template_source(template_name)
File "/usr/local/lib/python2.6/dist-packages/django/template/
loader.py", line 74, in find_template_source
raise TemplateDoesNotExist, name
TemplateDoesNotExist: registration/registration_closed.html
======================================================================
ERROR: test_valid_activation
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 176, in test_valid_activation
profile = RegistrationProfile.objects.get(user__username='alice')
File "/usr/local/lib/python2.6/dist-packages/django/db/models/
manager.py", line 119, in get
return self.get_query_set().get(*args, **kwargs)
File "/usr/local/lib/python2.6/dist-packages/django/db/models/
query.py", line 298, in get
% self.model._meta.object_name)
DoesNotExist: RegistrationProfile matching query does not exist.
======================================================================
FAIL: test_search (satchmo_store.shop.tests.ShopTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/satchmo_store/shop/tests.py", line 417, in
test_search
self.assertContains(response, "Django Rocks shirt", count=1)
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 342, in assertContains
(real_count, text, count))
AssertionError: Found 10 instances of 'Django Rocks shirt' in response
(expected 1)
======================================================================
FAIL: test_registration_template_name
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 118, in
test_registration_template_name
'registration/test_template_name.html')
File "/usr/local/lib/python2.6/dist-packages/django/test/
testcases.py", line 414, in assertTemplateUsed
self.fail('No templates used to render the response')
AssertionError: No templates used to render the response
======================================================================
FAIL: test_registration_view_failure
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 79, in
test_registration_view_failure
self.assertEqual(response.status_code, 200)
AssertionError: 302 != 200
======================================================================
FAIL: test_registration_view_initial
(registration.tests.views.RegistrationViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/franck/workspace/nacsrv/cowri/lib/djangoproject/
registration/tests/views.py", line 46, in
test_registration_view_initial
self.assertEqual(response.status_code, 200)
AssertionError: 302 != 200
======================================================================
FAIL: testCollectUnique (livesettings.tests.ConfigCollectGroup)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 456, in
testCollectUnique
self.assertEqual(v, ['set a', 'set a', 'set d'])
AssertionError: [u'set a', u'set d'] != ['set a', 'set a', 'set d']
======================================================================
FAIL: testRequiresSingleValue
(livesettings.tests.ConfigTestRequiresChoices)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 329, in
testRequiresSingleValue
self.assertEqual(keys, ['c2'])
AssertionError: ['c1'] != ['c2']
======================================================================
FAIL: testSimpleRequiresChoices
(livesettings.tests.ConfigTestRequiresChoices)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 316, in
testSimpleRequiresChoices
self.assertEqual(keys, ['c1', 'c2', 'c3'])
AssertionError: ['c1', 'c3'] != ['c1', 'c2', 'c3']
======================================================================
FAIL: testRequiresSingleValue
(livesettings.tests.ConfigTestRequiresValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 389, in
testRequiresSingleValue
self.assertEqual(keys, ['c2'])
AssertionError: ['c1'] != ['c2']
======================================================================
FAIL: testRequiresValue (livesettings.tests.ConfigTestRequiresValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 376, in
testRequiresValue
self.assertEqual(keys, ['c1', 'c2', 'c3'])
AssertionError: ['c1', 'c3'] != ['c1', 'c2', 'c3']
======================================================================
FAIL: Test setting one value and then updating
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 65, in testSetAndReset
self.assertEqual(c.value, 'test2')
AssertionError: u'test1' != 'test2'
======================================================================
FAIL: testShortInLong (livesettings.tests.LongSettingTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/livesettings/tests.py", line 477, in
testShortInLong
self.assertEqual(len(w), 4)
AssertionError: 1000 != 4
======================================================================
FAIL: Test proper handling of taxes when using a fractional percent
tax. This can cause
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/tax/tests.py", line 205, in
testFractionalPercentShipping
self.assertEqual(tax, Decimal('25.71275'))
AssertionError: Decimal('25.7211460') != Decimal('25.71275')
======================================================================
FAIL: Test that a tiered user gets the tiered price
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/satchmo_ext/tieredpricing/tests.py", line 41, in
test_tiered_user
self.assertEqual(product.unit_price, Decimal("17.550"))
AssertionError: Decimal('19.50') != Decimal('17.550')
======================================================================
FAIL: Test setting an explicit tieredprice on a product
----------------------------------------------------------------------
Traceback (most recent call last):
File "../../apps/satchmo_ext/tieredpricing/tests.py", line 56, in
test_tieredprice
self.assertEqual(product.unit_price, Decimal("10.00"))
AssertionError: Decimal('19.50') != Decimal('10.00')
----------------------------------------------------------------------
Ran 286 tests in 196.191s
FAILED (failures=14, errors=10)
On Jan 12, 4:56 pm, captainmish <[email protected]> wrote:
> Hi All
>
> Satchmo '1.0-pre hg-1310:7229348e8c11'
> Django '1.1.1'
>
> I have installed satchmo as per the instructions
> athttp://bitbucket.org/chris1610/satchmo/wiki/ImprovedInstallationProcess
> (in a virtualenv), I had to specify the skeleton dir for python
> clonesatchmo.py, otherwise the install went exactly as the doc. The
> shop fires up fine with runserver, and seems to work ok, but a few
> tests fail. I guess these are probably up to their own projects, but
> has anyone seen/fixed these? Ive asked a few other people to test as
> well, and they get the same issues.
>
> ======================================================================
> ERROR: test_activation_view
> (registration.tests.RegistrationViewTests)
> ----------------------------------------------------------------------
> Traceback (most recent call
> last):
> File "/tmp/satch/lib/python2.6/site-packages/registration/tests.py",
> line 301, in
> test_activation_view
> kwargs={ 'activation_key': RegistrationProfile.objects.get
> (user=self.sample_user).activation_key }))
> File "/tmp/satch/lib/python2.6/site-packages/django/test/client.py",
> line 281, in
> get
> response = self.request
> (**r)
> File "/tmp/satch/lib/python2.6/site-packages/django/core/handlers/
> base.py", line 92, in
> get_response
> response = callback(request, *callback_args,
> **callback_kwargs)
> File "/tmp/satch/src/satchmo/satchmo/apps/satchmo_store/accounts/
> views.py", line 222, in
> activate
> contact = Contact.objects.get
> (user=account)
> File "/tmp/satch/lib/python2.6/site-packages/django/db/models/
> manager.py", line 120, in
> get
> return self.get_query_set().get(*args,
> **kwargs)
> File "/tmp/satch/lib/python2.6/site-packages/django/db/models/
> query.py", line 305, in
> get
> %
> self.model._meta.object_name)
> DoesNotExist: Contact matching query does not
> exist.
>
> ======================================================================
> FAIL: test_search (satchmo_store.shop.tests.ShopTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/tmp/satch/src/satchmo/satchmo/apps/satchmo_store/shop/
> tests.py", line 417, in test_search
> self.assertContains(response, "Django Rocks shirt",
> count=1)
> File "/tmp/satch/lib/python2.6/site-packages/django/test/
> testcases.py", line 342, in assertContains
> (real_count, text,
> count))
> AssertionError: Found 10 instances of 'Django Rocks shirt' in response
> (expected 1)
>
> ======================================================================
> FAIL: test_registration_view
> (registration.tests.RegistrationViewTests)
> ----------------------------------------------------------------------
> Traceback (most recent call
> last):
> File "/tmp/satch/lib/python2.6/site-packages/registration/tests.py",
> line 289, in test_registration_view
> self.assertEqual(response.status_code,
> 302)
> AssertionError: 200 !=
> 302
>
> ======================================================================
> FAIL: test_extension (sorl.thumbnail.tests.fields.FieldTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/tmp/satch/src/sorl-thumbnail/sorl/thumbnail/tests/fields.py",
> line 66, in test_extension
> self.verify_thumbnail((50, 37), thumb, expected_filename)
> File "/tmp/satch/src/sorl-thumbnail/sorl/thumbnail/tests/base.py",
> line 92, in verify_thumbnail
> self.assertEqual(image.size, expected_size)
> AssertionError: (50, 38) != (50, 37)
>
> ======================================================================
> FAIL: test_thumbnail
> (sorl.thumbnail.tests.fields.ImageWithThumbnailsFieldTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/tmp/satch/src/sorl-thumbnail/sorl/thumbnail/tests/fields.py",
> line 111, in test_thumbnail
> self.verify_thumbnail((50, 37), thumb, expected_filename)
> File "/tmp/satch/src/sorl-thumbnail/sorl/thumbnail/tests/base.py",
> line 92, in verify_thumbnail
> self.assertEqual(image.size, expected_size)
> AssertionError: (50, 38) != (50, 37)
>
> ======================================================================
> FAIL: testTag (sorl.thumbnail.tests.templatetags.ThumbnailTagTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/tmp/satch/src/sorl-thumbnail/sorl/thumbnail/tests/
> templatetags.py", line 118, in testTag
> self.verify_thumbnail((90, 67), expected_filename=expected_fn)
> File "/tmp/satch/src/sorl-thumbnail/sorl/thumbnail/tests/base.py",
> line 92, in verify_thumbnail
> self.assertEqual(image.size, expected_size)
> AssertionError: (90, 68) != (90, 67)
>
> ----------------------------------------------------------------------
> Ran 216 tests in 186.964s
>
> FAILED (failures=5, errors=1)
> Destroying test database...
--
You received this message because you are subscribed to the Google Groups
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/satchmo-users?hl=en.