kevlened / pytest-parallel

A pytest plugin for parallel and concurrent testing
https://github.com/browsertron/pytest-parallel/issues/104#issuecomment-1293941066
MIT License
313 stars 59 forks source link

Now pytest-parallel adds a pid to the test name. #101

Open svetlyak40wt opened 2 years ago

svetlyak40wt commented 2 years ago

This is useful for debugging the way how tests are queued when using plugins for running tests in parallel processes.

codecov-commenter commented 2 years ago

Codecov Report

Merging #101 (2a2ef69) into master (388e194) will decrease coverage by 1.19%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
- Coverage   85.25%   84.06%   -1.20%     
==========================================
  Files           4        4              
  Lines         312      320       +8     
  Branches       30       32       +2     
==========================================
+ Hits          266      269       +3     
- Misses         36       39       +3     
- Partials       10       12       +2     
Flag Coverage Δ
linux 84.06% <66.66%> (-1.20%) :arrow_down:
py36 83.54% <66.66%> (-1.22%) :arrow_down:
py37 83.54% <66.66%> (-1.22%) :arrow_down:
py38 83.96% <66.66%> (-1.20%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pytest_parallel/__init__.py 77.92% <66.66%> (-1.46%) :arrow_down:
tests/test_general.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 388e194...2a2ef69. Read the comment docs.