melodic-thailand-99227
12/01/2021, 8:57 AM./pants test ::
and I want to sort the tests by durations, with pytest I would do something like --durations=0
Is there something similar with pants that allows me also to sort by slowest to fastest test?curved-television-6568
12/01/2021, 9:06 AMpython_tests
) but for a single target, you may pass your pytest args either in the configuration or on the command line: ./pants test :: — --durations=0
See https://www.pantsbuild.org/docs/python-test-goal#passing-arguments-to-pytest for more info 🙂melodic-thailand-99227
12/01/2021, 9:14 AMcurved-television-6568
12/01/2021, 9:18 AM--durations
does for pytest…melodic-thailand-99227
12/01/2021, 9:33 AMwitty-crayon-22786
12/01/2021, 5:34 PMbusy-vase-39202
12/02/2021, 3:03 PMnutritious-hair-72580
12/02/2021, 3:40 PMwitty-crayon-22786
12/06/2021, 5:49 PM@riisi
on github? responded to a question therenutritious-hair-72580
12/07/2021, 9:38 AMwitty-crayon-22786
12/13/2021, 5:38 PM