kennknowles commented on PR #30619: URL: https://github.com/apache/beam/pull/30619#issuecomment-1995140615
I know it could seem like anything "for testing" goes under `src/test` and should not be in the classpath, but that is not quite true. The only things that go in `src/test` or `test` dependency scope are things that are _part of the test suite_. Nothing should ever depend on the `test` scope artifact, so we shouldn't put anything in it that we want to distribute. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
