<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/coverage, branch coverage-5.0a4</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>PyRunner knows how to run Python files.</title>
<updated>2018-11-25T19:34:59+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-19T00:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b7e0eec3d794ee350f8a4392a0c9cc90fff54fa0'/>
<id>b7e0eec3d794ee350f8a4392a0c9cc90fff54fa0</id>
<content type='text'>
Adjust sys.path to better emulate Python, but only if we should.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust sys.path to better emulate Python, but only if we should.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use implicit mock patching instead of explicit DI for cmdline tests</title>
<updated>2018-11-25T19:34:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-21T13:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=41547862ba4a9a948023ade66e41d9f43d9d84c2'/>
<id>41547862ba4a9a948023ade66e41d9f43d9d84c2</id>
<content type='text'>
This sets us up for mocking more or different globals without adding
more explicit DI overrides in cmdline.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets us up for mocking more or different globals without adding
more explicit DI overrides in cmdline.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't try to use PyPy 'filenames' like '&lt;builtin&gt;/lib_pypy/_structseq.py'</title>
<updated>2018-11-25T19:34:14+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-19T02:58:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=b489fe6f84d6705fe46b123d36ab50a04f70a9bd'/>
<id>b489fe6f84d6705fe46b123d36ab50a04f70a9bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Need to get_data for .annotate() to work</title>
<updated>2018-11-15T11:52:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-15T11:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=852951d2740b5e87109fd9538787bc424bf95237'/>
<id>852951d2740b5e87109fd9538787bc424bf95237</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix function call formatting</title>
<updated>2018-11-15T11:52:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-15T10:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c53183e575ef1b975275c69a8b701c38e7bc7db4'/>
<id>c53183e575ef1b975275c69a8b701c38e7bc7db4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Canonicalize the XML output</title>
<updated>2018-11-11T21:45:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-10T19:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=c376209f35331b358e59c79ed3537a2ed920d677'/>
<id>c376209f35331b358e59c79ed3537a2ed920d677</id>
<content type='text'>
https://bugs.python.org/issue34160 added retaining the user's attribute
order to the XML output, which removed the sorting that used to happen.
This broke our XML tests, which compare against saved gold files. This
adds in a rough-and-ready canonicalization to avoid the problem.

Maybe the core devs will eventually support a sort_attributes option,
and I can get rid of this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue34160 added retaining the user's attribute
order to the XML output, which removed the sorting that used to happen.
This broke our XML tests, which compare against saved gold files. This
adds in a rough-and-ready canonicalization to avoid the problem.

Maybe the core devs will eventually support a sort_attributes option,
and I can get rid of this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.8 will optimize away "while True:"</title>
<updated>2018-11-11T21:45:33+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-09T12:03:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=e5dcb933ab791206040a849eacd726ffe40c348a'/>
<id>e5dcb933ab791206040a849eacd726ffe40c348a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Debug-time environment variables can be set with set_env.py</title>
<updated>2018-11-03T23:29:00+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-03T23:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=89d529895a21c40d1e3f3913b02540f32ab9a0b9'/>
<id>89d529895a21c40d1e3f3913b02540f32ab9a0b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to 3.8's way of tracing decorated functions</title>
<updated>2018-11-03T21:12:30+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-03T21:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6'/>
<id>d8f1d925dc0aa4908f3f5a1b965f671bcf1b5ba6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>You can turn off contracts while debugging tests</title>
<updated>2018-11-03T17:03:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-11-03T16:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-coveragepy-git.git/commit/?id=d469f30b3126159a7a6693703203556d124a3dea'/>
<id>d469f30b3126159a7a6693703203556d124a3dea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
