Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

svetlyak40wt
Copy link

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

This is useful for debugging the way
how tests are queued.
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2021

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%) ⬇️
py36 83.54% <66.66%> (-1.22%) ⬇️
py37 83.54% <66.66%> (-1.22%) ⬇️
py38 83.96% <66.66%> (-1.20%) ⬇️

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%) ⬇️
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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants