Hi! I have some integration tests in my repo. Is i...
# general
l
Hi! I have some integration tests in my repo. Is it possible to ignore some tags by default? Hence,
./pants test ::
would run all tests except integration tests.
e
I don't believe so, but you can define an alias to save you typing `--tag=-ignore_this_tag`: https://www.pantsbuild.org/docs/reference-cli
1