* Add USB camera and uhubctl support for new test suite. Also added some bug fixes * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Refactor test messages for clarity and consistency in regex tests --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
30 lines
742 B
Plaintext
30 lines
742 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
dist/
|
|
build/
|
|
|
|
# Test harness artifacts
|
|
tests/report.html
|
|
tests/junit.xml
|
|
tests/reportlog.jsonl
|
|
tests/fwlog.jsonl
|
|
# Subprocess-output tee from pio/esptool/nrfutil/picotool (live flash
|
|
# progress for the TUI; also a post-run diagnostic for plain CLI runs).
|
|
tests/flash.log
|
|
tests/tool_coverage.json
|
|
tests/.coverage
|
|
htmlcov/
|
|
# Persistent run counter for meshtastic-mcp-test-tui header.
|
|
tests/.tui-runs
|
|
# Cross-run history (TUI duration sparkline).
|
|
tests/.history/
|
|
# Reproducer bundles (TUI `x` export on failed tests).
|
|
tests/reproducers/
|
|
# UI-tier camera captures + per-test transcripts. Regenerated every run;
|
|
# left on disk for human review between runs.
|
|
tests/ui_captures/
|