Example #1
0
def main():
    # Execute the PrestaShopHelper classes tests
    run_prestahelper_tests(config.presta_api_url,
                           config.presta_api_key,
                           debug=False)

    return 0
Example #2
0
def main():
    # *** THIS CODE STILL HAVE TO BE DEVELOPPED ***
    # Execute the PrestaShopHelper classes tests
    run_prestahelper_tests(config.presta_api_url,
                           config.presta_api_key,
                           debug=False)

    return 0
Example #3
0
def main():
    # *** THIS CODE STILL HAVE TO BE DEVELOPPED ***
    # Execute the PrestaShopHelper classes tests
    run_prestahelper_tests(config.presta_api_url, config.presta_api_key, debug=False)

    return 0
def main():
	# Execute the PrestaShopHelper classes tests
	run_prestahelper_tests(  config.presta_api_url, config.presta_api_key, debug = False )
	
	return 0