Ejemplo n.º 1
0
    def load_tests(self):
        mh.load_source_file("test_create_product",
                            "../test_cases/test_create_product.py")
        from test_create_product import TestCase_Create_Product as test_case

        self._execute_test(test_case)

        return None