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