<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/test_files.py, branch coverage-5.3.1</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>Fix tests for GitHub windows platform</title>
<updated>2020-11-29T00:48:31+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-11-27T23:54:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=bf479909ee9765fa3007360c12fb3b89906645f3'/>
<id>bf479909ee9765fa3007360c12fb3b89906645f3</id>
<content type='text'>
The tests were failing because of differences in file paths.  It was
comparing:

    C:\Users\runneradmin\AppData\...

to:

    C:\Users\RUNNER~1\AppData\...

and failing.  These changes normalize the file paths so the comparisons
work properly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests were failing because of differences in file paths.  It was
comparing:

    C:\Users\runneradmin\AppData\...

to:

    C:\Users\RUNNER~1\AppData\...

and failing.  These changes normalize the file paths so the comparisons
work properly.
</pre>
</div>
</content>
</entry>
<entry>
<title>More bitbucket-&gt;github urls</title>
<updated>2020-08-19T00:18:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2020-08-19T00:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=7cf317f4c0e25acf671e4d633a93d7648d5d219e'/>
<id>7cf317f4c0e25acf671e4d633a93d7648d5d219e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't do vars and users in abs_file</title>
<updated>2019-11-28T21:17:35+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-11-28T21:17:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5901967e95ae72ec2b5be05bc08e1924e08a604b'/>
<id>5901967e95ae72ec2b5be05bc08e1924e08a604b</id>
<content type='text'>
It meant file names could be incorrectly expanded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It meant file names could be incorrectly expanded.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test to get case right on Windows</title>
<updated>2019-01-29T02:38:07+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2019-01-29T02:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=16244748ee33ef2e1cddfc6f16f03a86e466d31e'/>
<id>16244748ee33ef2e1cddfc6f16f03a86e466d31e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure that the cache is properly filled. (25x speedup on our system that has a large sys.path.)</title>
<updated>2019-01-29T02:37:24+00:00</updated>
<author>
<name>Stephan Richter</name>
<email>stephan.richter@gmail.com</email>
</author>
<published>2019-01-27T19:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1655796d48cb67d7247b41a09fe5c2463b32d47a'/>
<id>1655796d48cb67d7247b41a09fe5c2463b32d47a</id>
<content type='text'>
It is always a bad idea to reassign the cachekey during the computation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is always a bad idea to reassign the cachekey during the computation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fiddly fnmatch logic into its own testable function</title>
<updated>2018-09-02T14:03:43+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-09-02T13:04:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=56b9c7e4db40df6515d4ca5d913cb4678da2b753'/>
<id>56b9c7e4db40df6515d4ca5d913cb4678da2b753</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NOTICE link to GitHub.</title>
<updated>2018-06-24T15:43:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-06-24T15:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=11998ee5ee43b334744123f820b488091728ae52'/>
<id>11998ee5ee43b334744123f820b488091728ae52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure mapped paths use the separator of the result. #618</title>
<updated>2018-01-23T01:36:11+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-23T01:36:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=69debd440daab9155cc2b2243f29a8a48f4404f9'/>
<id>69debd440daab9155cc2b2243f29a8a48f4404f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't ever create HTML filenames longer than ~200 chars. Fixes #627.</title>
<updated>2018-01-20T15:01:28+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2018-01-20T15:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=46b123e14ba35db22282c124337b21e8d10f480f'/>
<id>46b123e14ba35db22282c124337b21e8d10f480f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip an obscure case that confuses me on Windows</title>
<updated>2017-11-04T11:50:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-11-04T11:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=6603b782be989ef1377231d8d00b73c19adb314b'/>
<id>6603b782be989ef1377231d8d00b73c19adb314b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
