Initial support for a hardware test harness with pytest and UV

This commit is contained in:
Lorow
2025-11-23 17:15:26 +01:00
parent 7d2eedf5f9
commit 00c4fe66c4
12 changed files with 440 additions and 142 deletions

View File

@@ -6,6 +6,8 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pyserial>=3.5",
"pytest>=9.0.1",
"python-dotenv>=1.2.1",
]
[dependency-groups]
@@ -26,4 +28,9 @@ push = false
]
"sdkconfig" = [
'CONFIG_GENERAL_VERSION="{version}"',
]
]
[tool.pytest]
testpaths = [
"tests"
]