pytest-circleci-parallelized icon indicating copy to clipboard operation
pytest-circleci-parallelized copied to clipboard

The report of which tests are going to be run can be redundant

Open exarkun opened this issue 2 years ago • 0 comments

Before pytest starts to run the tests, a line like the following is written by pytest-circleci-parallelized:

running 4 items due to CircleCI parallelism: integration.test_get_put, integration.test_get_put, integration.test_get_put, integration.test_get_put

This comes from a project with integration/test_get_put.py containing 4 test_... functions. Repeating the module name 4 times doesn't seem like it adds much information.

exarkun avatar Jul 26 '23 18:07 exarkun