From 03bce25da33eae6d8f671303e13b79602b5446ef Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 2 Apr 2020 10:23:03 +0800 Subject: python3-parse-type: Enable ptest Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-parse-type.inc | 15 ++++++++++++++- .../recipes-devtools/python/python3-parse-type/run-ptest | 3 +++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 meta-python/recipes-devtools/python/python3-parse-type/run-ptest (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-parse-type.inc b/meta-python/recipes-devtools/python/python-parse-type.inc index 4549ec98b8..147ea6443f 100644 --- a/meta-python/recipes-devtools/python/python-parse-type.inc +++ b/meta-python/recipes-devtools/python/python-parse-type.inc @@ -7,6 +7,19 @@ SRC_URI[md5sum] = "b5fa59e45965d1b2896023742df2e707" SRC_URI[sha256sum] = "f596bdc75d3dd93036fbfe3d04127da9f6df0c26c36e01e76da85adef4336b3c" PYPI_PACKAGE = "parse_type" -inherit pypi +inherit pypi ptest RDEPENDS_${PN} += "${PYTHON_PN}-parse" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS_${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} diff --git a/meta-python/recipes-devtools/python/python3-parse-type/run-ptest b/meta-python/recipes-devtools/python/python3-parse-type/run-ptest new file mode 100644 index 0000000000..5cec711696 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parse-type/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +pytest -- cgit v1.2.3-54-g00ecf