From 0e456ad6b3eaba314a78ae3e835b8650d39e9673 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Mon, 3 Jun 2024 13:47:01 +0800 Subject: python3-dasbus: Add ptest support #./run-ptest PASS: tests/test_client.py:DBusClientTestCase.test_async_method PASS: tests/test_client.py:DBusClientTestCase.test_error PASS: tests/test_client.py:DBusClientTestCase.test_interface_proxy PASS: tests/test_client.py:DBusClientTestCase.test_introspect PASS: tests/test_client.py:DBusClientTestCase.test_invalid_method_result PASS: tests/test_client.py:DBusClientTestCase.test_method PASS: tests/test_client.py:DBusClientTestCase.test_property PASS: tests/test_client.py:DBusClientTestCase.test_signal PASS: tests/test_client.py:DBusClientTestCase.test_variant_type_factory [snip] ============================================================================ Testsuite summary # TOTAL: 162 # PASS: 162 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 Signed-off-by: Mingli Yu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-dasbus/run-ptest | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 meta-python/recipes-devtools/python/python3-dasbus/run-ptest (limited to 'meta-python/recipes-devtools/python/python3-dasbus') diff --git a/meta-python/recipes-devtools/python/python3-dasbus/run-ptest b/meta-python/recipes-devtools/python/python3-dasbus/run-ptest new file mode 100755 index 0000000000..8d2017d39c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dasbus/run-ptest @@ -0,0 +1,3 @@ +#!/bin/sh + +pytest --automake -- cgit v1.2.3-54-g00ecf