Skip to main content
Version: 2.18 (deprecated)

shell-test


Options for Pants' Shell test support.

Backend: pants.backend.shell

Config section: [shell-test]

Basic options

skip

--[no-]shell-test-skip
PANTS_SHELL_TEST_SKIP
pants.toml
[shell-test]
skip = <bool>
default: False

If true, don't use Test with shell scripts when running pants test.

Advanced options

None

Deprecated options

None

None