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

Should this be moved into coverage.py? #1

Open
nedbat opened this issue Nov 21, 2015 · 5 comments
Open

Should this be moved into coverage.py? #1

nedbat opened this issue Nov 21, 2015 · 5 comments

Comments

@nedbat
Copy link

nedbat commented Nov 21, 2015

How does this relate to https://bitbucket.org/ned/coveragepy/issues/378/default-support-for-coverage_process_start ? What needs to be done to it still?

@bukzor
Copy link
Owner

bukzor commented Dec 6, 2015

Hi Ned!

I think this is an implementation of that feature request.
I believe it's production worthy, with the caveat that it does not give
subprocess support under easy-install (which includes install -e / setup.py
install).

My intent was to use this myself for a bit, then port it to be a coveragepy
feature branch.

On Sat, Nov 21, 2015 at 5:17 AM Ned Batchelder [email protected]
wrote:

How does this relate to
https://bitbucket.org/ned/coveragepy/issues/378/default-support-for-coverage_process_start
? What needs to be done to it still?


Reply to this email directly or view it on GitHub
#1.

@blueyed
Copy link

blueyed commented Sep 17, 2018

Would be great to have this by default, i.e. in coveragepy.

with the caveat that it does not give
subprocess support under easy-install (which includes install -e / setup.py
install).

To be clear: this means pip install -eing coverage-enable-subprocess - it works for installing your own app in develop mode.

Is this required to be included with coveragepy (i.e. where coveragepy would be installed in develop mode), @nedbat ?
(related issue #2)

@ssbarnea
Copy link

@nedbat WDYT about this? AFAIK, is still valid.

@bukzor
Copy link
Owner

bukzor commented May 23, 2024

FWIW: I still use it and it still works well, given the setup shown in readme.

@wimglenn
Copy link

wimglenn commented Oct 2, 2024

Updated Ned link nedbat/coveragepy#378

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

No branches or pull requests

5 participants