chore(verification): update README and reorganize generate_report.py (#1978)

# What does this PR do?


## Test Plan
uv run --with-editable ".[dev]" python
tests/verifications/generate_report.py --run-tests
This commit is contained in:
ehhuang 2025-04-17 10:41:22 -07:00 committed by GitHub
parent cb874287a4
commit 8bd6665775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1205 additions and 1213 deletions

View file

@ -46,6 +46,7 @@ dev = [
"pytest-asyncio",
"pytest-cov",
"pytest-html",
"pytest-json-report",
"nbval", # For notebook testing
"black",
"ruff",