Skip to main content
Version: 2.8 (deprecated)

junit


The JUnit test framework (https://junit.org)

Backend: ``

Config section: [junit]

Basic options

args

--junit-args="[<shell_str>, <shell_str>, ...]", ... -- [<shell_str> [<shell_str> [...]]]
PANTS_JUNIT_ARGS
pants.toml
[junit]
args = [
<shell_str>,
<shell_str>,
...,
]
default: []

Arguments to pass directly to JUnit, e.g. --disable-ansi-colors

Advanced options

None

Deprecated options

None

None