Is there an existing option for seeing what tests ...
# general
s
Is there an existing option for seeing what tests are being
batched
on a certain run? We're seeing tests randomly hang indefinitely, and is most likely due to poorly written tests which shouldn't be batched together. But all we see is this, and can't even tell what files to review.
Copy code
Run Pytest for batch of some_test.py:tests and 9 other files
๐Ÿงต
IMO the desired UX would be if tests are batched, then pants prints the full list of files in the batch and the "alias" once, before tests start.
๐Ÿ™ 1
Will continue the review in github!