<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/test/farm/annotate, branch coverage-3.2b1</title>
<subtitle>github.com: nedbat/coveragepy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/'/>
<entry>
<title>Py3k: print statements in test files and gold annotation files have to be switched to a 2-and-3 compatible form that 2to3.py won't change.</title>
<updated>2009-07-10T01:57:46+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-07-10T01:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=68c834ffee22ecae8574924c8827b4dd860db4b2'/>
<id>68c834ffee22ecae8574924c8827b4dd860db4b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Comparing files needs to be agnostic to line endings, or testing on Linux won't work.  Now gold files are newline-only, and the comparison function ignores line endings.</title>
<updated>2009-06-24T02:08:19+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-06-24T02:08:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4f5c542411028be233c6c0e35ef23496a5b47282'/>
<id>4f5c542411028be233c6c0e35ef23496a5b47282</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some excluded lines to the annotation tests, and write some docstrings for annotate.py</title>
<updated>2009-05-13T11:23:09+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-05-13T11:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=14d8d39ca7387231b9ddeaca8126364761581b2b'/>
<id>14d8d39ca7387231b9ddeaca8126364761581b2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotated files are only created for source files relative to the current directory.  When writing to a separate file, annotation file names include the directory hierarchy flattened, so that same-named files won't collide.</title>
<updated>2009-04-19T12:16:50+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T12:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=4d45dc8c234eee1b4bd6da9eac409d588eba9455'/>
<id>4d45dc8c234eee1b4bd6da9eac409d588eba9455</id>
<content type='text'>
--HG--
rename : test/farm/annotate/gold_anno_dir/a.py,cover =&gt; test/farm/annotate/gold_anno_dir/a_a.py,cover
rename : test/farm/annotate/gold_anno_dir/b.py,cover =&gt; test/farm/annotate/gold_anno_dir/b_b.py,cover
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : test/farm/annotate/gold_anno_dir/a.py,cover =&gt; test/farm/annotate/gold_anno_dir/a_a.py,cover
rename : test/farm/annotate/gold_anno_dir/b.py,cover =&gt; test/farm/annotate/gold_anno_dir/b_b.py,cover
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the farm tests more isolated by forcing them to erase coverage data first.</title>
<updated>2009-04-19T01:59:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T01:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=3e9f23a67d8f7553e6fdd0ab09d7c209f75fd413'/>
<id>3e9f23a67d8f7553e6fdd0ab09d7c209f75fd413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More annotate tests, but something is amiss.</title>
<updated>2009-04-19T01:15:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-19T01:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=826c1f45355d441b1da33f1ce45b2f933244a545'/>
<id>826c1f45355d441b1da33f1ce45b2f933244a545</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2.4 reported lines a little differently, so we need to be able to have different gold files for that version.</title>
<updated>2009-04-12T16:19:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-04-12T16:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6930a02e97673fd4c4681a8e37e6a8b1f747415c'/>
<id>6930a02e97673fd4c4681a8e37e6a8b1f747415c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix \r line endings</title>
<updated>2009-03-17T11:22:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-17T11:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=dff0a81400b714e631fa4088ce2238b66820ab45'/>
<id>dff0a81400b714e631fa4088ce2238b66820ab45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Another farm test.</title>
<updated>2009-03-15T18:53:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-15T18:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=b744a07ca7bd102bc7947f39542726999a096619'/>
<id>b744a07ca7bd102bc7947f39542726999a096619</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Naming the directorie numerically is silly.</title>
<updated>2009-03-15T12:26:32+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2009-03-15T12:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=739802b74a5fefe6f24b35ab1d7f1894f5315973'/>
<id>739802b74a5fefe6f24b35ab1d7f1894f5315973</id>
<content type='text'>
--HG--
rename : test/farm/000/gold/white.py,cover =&gt; test/farm/annotate/gold/white.py,cover
rename : test/farm/000/run.py =&gt; test/farm/annotate/run.py
rename : test/farm/000/src/white.py =&gt; test/farm/annotate/src/white.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
rename : test/farm/000/gold/white.py,cover =&gt; test/farm/annotate/gold/white.py,cover
rename : test/farm/000/run.py =&gt; test/farm/annotate/run.py
rename : test/farm/000/src/white.py =&gt; test/farm/annotate/src/white.py
</pre>
</div>
</content>
</entry>
</feed>
