It seems two missing templates may be the cause

Using:
Django version 1.2.1 SVN-13302
Satchmo version 0.9.2-pre hg-2022:221692b480a1
registration : '0.8 alpha 1'
Postgres 8.3
Simple Satchmo new install using clonesatchmo

TemplateDoesNotExist: registration/test_template_name.html
TemplateDoesNotExist: registration/registration_closed.html
ERROR: test_activation_extra_context
(registration.tests.views.RegistrationViewTests)
    TemplateSyntaxError: Caught KeyError while rendering:
expiration_days
ERROR: test_invalid_activation
(registration.tests.views.RegistrationViewTests)
    TemplateSyntaxError: Caught KeyError while rendering:
expiration_days
ERROR: test_registration_extra_context
(registration.tests.views.RegistrationViewTests)
    TypeError: 'NoneType' object is unsubscriptable
ERROR: test_valid_activation
(registration.tests.views.RegistrationViewTests)
    DoesNotExist: RegistrationProfile matching query does not exist.
FAIL: test_cart_removing (satchmo_store.shop.tests.ShopTest)
    AssertionError: Found 0 instances of 'Your cart is empty.' in
response (expected 1)
FAIL: test_checkout (satchmo_store.shop.tests.ShopTest)
    AssertionError: Couldn't retrieve page: Response code was 404
(expected 200)
FAIL: test_registration_template_name
(registration.tests.views.RegistrationViewTests)
    AssertionError: No templates used to render the response
FAIL: test_registration_view_failure
(registration.tests.views.RegistrationViewTests)
    AssertionError: 302 != 200
FAIL: test_registration_view_initial
(registration.tests.views.RegistrationViewTests)
    AssertionError: 302 != 200
FAILED (failures=5, errors=10)

Full result in: http://dpaste.com/224838/

-- 
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.

Reply via email to