<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/tests/test_concurrency.py, branch coverage-4.0a6</title>
<subtitle>bitbucket.org: Obsolete (use python-coveragepy-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/'/>
<entry>
<title>Testing multiprocessing occasionally failed, due to randomness. Try harder.</title>
<updated>2015-02-22T15:38:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-22T15:38:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=60f6763320d19a317495495ffddd8327b585bf6a'/>
<id>60f6763320d19a317495495ffddd8327b585bf6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fully embrace SkipTest with our own method.</title>
<updated>2015-02-07T15:53:13+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-07T15:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=c5144455d0f571c002678d369ec32707c6304e1f'/>
<id>c5144455d0f571c002678d369ec32707c6304e1f</id>
<content type='text'>
Also, no test is conditionally defined. They call self.skip if they
should be skippped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, no test is conditionally defined. They call self.skip if they
should be skippped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure all tests use super().setUp properly.</title>
<updated>2015-02-07T15:17:18+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-02-07T15:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=d6e2d5c1034a7cc0e2bfac251bfe5b4ec8c73036'/>
<id>d6e2d5c1034a7cc0e2bfac251bfe5b4ec8c73036</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Multiprocess support doesn't work yet on Windows.</title>
<updated>2015-01-31T11:33:24+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-01-31T11:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=45700567d180d871a5fc7c9435ec5058e28e23cf'/>
<id>45700567d180d871a5fc7c9435ec5058e28e23cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wildly experimental multiprocessing support. Covers most of #117.</title>
<updated>2015-01-31T02:07:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-01-31T02:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=3be0790dd8e844ddb597fd09e3d768cbca85ae43'/>
<id>3be0790dd8e844ddb597fd09e3d768cbca85ae43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Collect all the nudgy environment checks into coverage.env</title>
<updated>2015-01-18T18:25:49+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2015-01-18T18:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b90e592e26da67372cb633150c49372799dc51bf'/>
<id>b90e592e26da67372cb633150c49372799dc51bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgraded pylint to 1.4, removed useless suppressions</title>
<updated>2014-11-23T11:29:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2014-11-23T11:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=29356409a6827e78d3f5aa18d9a7939bee7b6fca'/>
<id>29356409a6827e78d3f5aa18d9a7939bee7b6fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a WeakKeyDictionary to track coroutine objects to prevent leaks. Fixes #330.</title>
<updated>2014-11-08T23:42:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2014-11-08T23:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=59beb8737dedf31fb96344201753e5b76d0a0cae'/>
<id>59beb8737dedf31fb96344201753e5b76d0a0cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"concurrency" is a better name that "coroutine"</title>
<updated>2014-09-25T01:03:16+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2014-09-25T01:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ea3b37c5b62d835ab301d7f35da72d3e4b2f3292'/>
<id>ea3b37c5b62d835ab301d7f35da72d3e4b2f3292</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
