Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support coverage context with subprocess calls #442

Closed
gaborbernat opened this issue Nov 3, 2020 · 2 comments · Fixed by #443
Closed

Support coverage context with subprocess calls #442

gaborbernat opened this issue Nov 3, 2020 · 2 comments · Fixed by #443

Comments

@gaborbernat
Copy link
Contributor

After coverage starts here https://github.com/pytest-dev/pytest-cov/blob/master/src/pytest_cov/embed.py#L74, we should pull context set from parent process https://github.com/pytest-dev/pytest-cov/blob/master/src/pytest_cov/embed.py#L74 here.

@ionelmc
Copy link
Member

ionelmc commented Nov 4, 2020

Both links point to the same line number - not sure what you had in mind. What do you mean "pull"?

@gaborbernat
Copy link
Contributor Author

@ionelmc my bad, here's what I was thinking - #443, can add tests/etc if you agree.

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

Successfully merging a pull request may close this issue.

2 participants