square-psychiatrist-19087
01/03/2024, 4:51 PMpants test --filter-tag-regex="['-it']" ::
. Is it possible to achieve this behavior by default when I run pants tests ::
? I don't want to use [filter].tag_regex
because it will affect all my goals, but I want this to be default for the test goalsquare-psychiatrist-19087
01/03/2024, 4:57 PM$ pants help subsystems | grep test
coverage-py Configuration for Python test coverage measurement.
junit The JUnit test framework (<https://junit.org>)
pytest The pytest Python test framework (<https://docs.pytest.org/>).
shell-test Options for Pants' Shell test support.
and why there is no help for test
subsystem?
upd; found it in goalscurved-manchester-66006
01/03/2024, 7:55 PMsquare-psychiatrist-19087
01/03/2024, 8:14 PM