root@BSS00045:/code# ./pants help-advanced test `test` options -------------- Runs tests. --[no-]test-debug default: False Run a single test target in an interactive process. This is necessary, for example, when you add breakpoints to your code. --[no-]test-open-coverage default: False If a coverage report file is generated, open it on the local system if the system supports this. --[no-]test-use-coverage default: False Generate a coverage report if the test runner supports it. `test` advanced options ----------------------- --[no-]test-colors default: True Set whether log messages are displayed in color. --test-l= --test-level= one of: [trace, debug, info, warn, error]; default: info Set the logging level. `test` deprecated options ------------------------- No options available.