From 6d905874e7fc6188b4efdf7c99284e97121f5203 Mon Sep 17 00:00:00 2001 From: duerpei Date: Thu, 21 Jul 2022 11:49:24 +0800 Subject: tests: solve the problem of duplicate name To avoid error caused by the same name between the test set and pyhton module, add an empty '__ init__. py' file in '/tests' Bug-AGL: SPEC-4345 Signed-off-by: duerpei Change-Id: I7748e6ae90b2eb12b59a39b3659b5910fc487810 --- tests/expat/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/expat/run_tests.py') diff --git a/tests/expat/run_tests.py b/tests/expat/run_tests.py index cdb0edf..aef92a7 100644 --- a/tests/expat/run_tests.py +++ b/tests/expat/run_tests.py @@ -1,6 +1,6 @@ import pytest -import expat.parser as parser +import tests.expat.parser as parser from plugins.agl_test_ptest_base import PTESTBase -- cgit 1.2.3-korg