Example #1
0
def test_brand():
    """ Wrapper.  Alias of tests.test_name_check. """
    if test.test_name_check(input_brand, name, website, product_ids_temp, pid) == False:
        return False
    if literal_product == True:
        if test.test_product_name(input, name) == False:
            return False
    return True