34 lines
926 B
INI
34 lines
926 B
INI
[metadata]
|
|
name = pytest-twister-harness
|
|
version = attr: twister_harness.__version__
|
|
description = Plugin for pytest to run tests which require interaction with real and simulated devices
|
|
long_description = file: README.rst
|
|
python_requires = ~=3.8
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
Intended Audience :: Developers
|
|
Topic :: Software Development :: Embedded Systems
|
|
Topic :: Software Development :: Quality Assurance
|
|
Operating System :: Posix :: Linux
|
|
Operating System :: Microsoft :: Windows
|
|
Programming Language :: Python :: 3.8
|
|
Programming Language :: Python :: 3.9
|
|
Programming Language :: Python :: 3.10
|
|
Programming Language :: Python :: 3.11
|
|
|
|
[options]
|
|
packages = find:
|
|
package_dir =
|
|
=src
|
|
install_requires =
|
|
psutil
|
|
pyserial
|
|
pytest>=7.0.0
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
pytest11 =
|
|
twister_harness = twister_harness.plugin
|