Ejemplo n.º 1
0
def test_create_product_template(resp):
    assert_template_used(resp, 'core/create_product.html')
Ejemplo n.º 2
0
def test_list_orders_template(resp):
    assert_template_used(resp, 'core/list_orders.html')
Ejemplo n.º 3
0
def test_profile_email_template(resp):
    assert_template_used(resp, 'registration/profile_email_form.html')
Ejemplo n.º 4
0
def test_signup_template(resp):
    assert_template_used(resp, 'registration/signup.html')
Ejemplo n.º 5
0
def test_list_products_template(resp):
    assert_template_used(resp, 'core/list_products.html')
Ejemplo n.º 6
0
def test_home_template(resp):
    assert_template_used(resp, 'core/home.html')
Ejemplo n.º 7
0
def test_login_template(resp):
    assert_template_used(resp, 'registration/login.html')
Ejemplo n.º 8
0
def test_list_orders_template(resp):
    assert_template_used(resp, 'core/order_detail.html')