summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorduerpei <duep.fnst@fujitsu.com>2022-07-21 11:49:24 +0800
committerduerpei <duep.fnst@fujitsu.com>2022-07-21 11:49:24 +0800
commit6d905874e7fc6188b4efdf7c99284e97121f5203 (patch)
treede4aeb014e6864974463b1471ef7af3da5d5f5d4 /tests/__init__.py
parente35e4d16b0a231ed34a744bcb0a08c1278874df9 (diff)
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 <duep.fnst@fujitsu.com> Change-Id: I7748e6ae90b2eb12b59a39b3659b5910fc487810
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/__init__.py