Hello, I’d like to add support for passthru args t...
# development
h
Hello, I’d like to add support for passthru args to V2 pytest. How would this work, given that we currently define
Test
as a top level goal. https://github.com/pantsbuild/pants/blob/501f953833645c449c9b67c9facf83b119ddc162/src/python/pants/rules/core/test.py#L19 I think we need a scoped goal
test.pytest
, and am wondering if there is a way to do this in V2 atm?