ryanwilsonperkin/pytest-circleci-parallelized

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

Opened this issue · 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.