chore: Remove most unit tests, lint, doc testing from kokoro presubmit#1459
chore: Remove most unit tests, lint, doc testing from kokoro presubmit#1459TrevorBergeron merged 8 commits intomainfrom
Conversation
e5bea71 to
cc97b1f
Compare
|
|
||
|
|
||
| pdf_extract_def = FunctionDef(pdf_extract_func, ["pypdf", "requests"]) | ||
| pdf_extract_def = FunctionDef(pdf_extract_func, ["pypdf", "requests", "pypdf[crypto]"]) |
There was a problem hiding this comment.
Was this a merge conflict error?
There was a problem hiding this comment.
yeah, merge issue, re-updated branch, shouldn't show up anymore now
| "format", | ||
| "docs", | ||
| "docfx", | ||
| "unit", |
There was a problem hiding this comment.
Why keep unit but remove unit_noextras?
Edit: Oh, is it for the test coverage? Ideally we make some separate coverage targets for system vs unit tests at some point.
There was a problem hiding this comment.
yeah, its for coverage, didn't want to mess too much with that, I doubt either unit, or integration tests individually would meet the coverage requirement. Maybe could just run unit tests as part of the integration suite though?
There was a problem hiding this comment.
In the PR#1460 we are adding back format and mypy, but what about the others?
There was a problem hiding this comment.
others are already covered by existing docs, unit test actions, so are already redundant
b/Fixes: b/401037761