Ned Batchelder
Ned Batchelder
It also changed [this file](https://github.com/nedbat/coveragepy/blob/coverage-5.4/tests/test_backward.py): ``` from coverage.backunittest import TestCase from coverage.backward import iitems, binary_bytes, bytes_to_ints class BackwardTest(TestCase): """Tests of things from backward.py.""" def test_iitems(self): d = {'a': 1, 'b':...
coverage.py has no dependencies, so the "also builds dependent wheels" part doesn't into play for me, but I would expect that people using this repo are building wheels for uploading...
I changed my own version of this script, and it seems fine (and fast!), but I haven't distributed those wheels yet. I found that the wheels made both ways had...
I'm forgetting the details of why I had to change directories, but this is how I changed this script in the coverage.py repo: https://github.com/nedbat/coveragepy/commit/f2517c9b2356d6267522f0348ed00626f2106aeb The clean step is needed or...
I don't know what you mean by that. Maybe you meant only adds this if there is more than one environment? Also, I don't know the internals, so I'm not...
Docs: http://coverage.readthedocs.org/en/coverage-4.0.3/plugins.html An example is harder to come by. Mako is similar to cinje, but the plugin is far from done: https://bitbucket.org/ned/coverage-mako-plugin
User groups are just the kind of thing this was started for, though you can see not much has happened. There's also a mailing list (https://mail.python.org/mailman/listinfo/group-organizers) but there's not much...
The fullcoverage file is now packaged, as of coverage.py 4.4b1
I think there would be a lot of interest in this! But I'm curious why you said this: > I know it is not relevant to the documentation for Python...
I've made a pull request for the devguide: https://github.com/python/devguide/pull/1294