Adding pytest plugin dedicated to running pytest tests in Zephyr project. This plugin provides a dut fixture which allows to handle bidirectional communication with the device under test. This version of plugin can be used for tests dedicated to real hardware, QEMU and native_posix simulator. Co-authored-by: Lukasz Fundakowski <lukasz.fundakowski@nordicsemi.no> Co-authored-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no> Co-authored-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no> Signed-off-by: Piotr Golyzniak <piotr.golyzniak@nordicsemi.no>
7 lines
125 B
Python
7 lines
125 B
Python
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup()
|