feat: init

This commit is contained in:
2025-12-04 16:07:30 +08:00
commit 262583a57f
681 changed files with 117578 additions and 0 deletions

11
pytest.ini Normal file
View File

@@ -0,0 +1,11 @@
[pytest]
addopts =
--strict-markers
-m "not hardware"
--cov=./
--cov-report=xml
markers =
hardware: mark tests as run on physical hardware
log_cli = true
testpaths =
test