Files
esp-matter/.gitignore
T
Shubham Patil fe57fa6cf1 ci: add QEMU target to uni-test-app to be able to run in ci
- Add pytest_unit_test_app.py with per-group test functions (each gets
  a fresh QEMU boot to handle the single esp_matter::start() constraint)
- Add build_unit_test_app_qemu and pytest_unit_test_app_qemu CI jobs
- Disable WiFi and use QEMU virtual Ethernet in sdkconfig.defaults
- Register host_test and qemu pytest markers
- Document local QEMU test setup in README
2026-03-25 17:49:40 +05:30

16 lines
183 B
Plaintext

.cache
compile_commands.json
*.swp
build/
sdkconfig
sdkconfig.old
dependencies.lock
managed_components/
__pycache__/
out/
_build/
tools/chip-tool/
.zap/
.DS_Store
pytest_embedded_log