<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy-git.git/tests/modules, branch coverage-4.4b1</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>Make the list of builtins more compact, since they are never the problem in these tests</title>
<updated>2017-03-06T03:34:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-03-06T03:34:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=ced3567f9eafec06cfa61583cac19161c0a330de'/>
<id>ced3567f9eafec06cfa61583cac19161c0a330de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the jython conditional for try_execfile.py</title>
<updated>2017-01-19T10:54:06+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-19T10:54:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=48cae778499e13fdba34ed2a00880f7b866dae26'/>
<id>48cae778499e13fdba34ed2a00880f7b866dae26</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in dachary/coverage.py/issue-426 (pull request #122)</title>
<updated>2017-01-14T22:18:56+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>nedbat@gmail.com</email>
</author>
<published>2017-01-14T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=38ef0444428ec185373b6165ab86f46831021f4b'/>
<id>38ef0444428ec185373b6165ab86f46831021f4b</id>
<content type='text'>
make --source module do the same as --source directory #426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make --source module do the same as --source directory #426
</pre>
</div>
</content>
</entry>
<entry>
<title>More Jython test fixes/skips</title>
<updated>2017-01-14T18:22:36+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2017-01-14T18:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=04beb40df71bd0c3774f44016bfc85389319ef7f'/>
<id>04beb40df71bd0c3774f44016bfc85389319ef7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify --source=pkg test cases</title>
<updated>2017-01-10T21:38:56+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2017-01-10T21:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=eb2d5d51543fe8be292dd3643e50913901d4a736'/>
<id>eb2d5d51543fe8be292dd3643e50913901d4a736</id>
<content type='text'>
Instead of adding a new test, fix the existing test. It succeeded but
was not actually testing the expected code path because pkg1 is both a
directory and a package.

--HG--
branch : issue-426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of adding a new test, fix the existing test. It succeeded but
was not actually testing the expected code path because pkg1 is both a
directory and a package.

--HG--
branch : issue-426
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the test program into the test</title>
<updated>2016-12-24T20:21:25+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-24T20:21:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=fd9b1e460826789468e4a8b0986aad074615587b'/>
<id>fd9b1e460826789468e4a8b0986aad074615587b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>also use AST for while constants in python-2.7 #502</title>
<updated>2016-12-15T17:33:16+00:00</updated>
<author>
<name>loic@dachary.org</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-15T17:33:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=5c131498d140e172c5471929be4f30c65a200547'/>
<id>5c131498d140e172c5471929be4f30c65a200547</id>
<content type='text'>
The node.id is set to False, True or None is python-2.7: there is no
reason to only check for it with python-3. It is more reliable than
using the DEFAULT_PARTIAL_ALWAYS regexps on source lines.

close #502

--HG--
branch : issue-502-7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The node.id is set to False, True or None is python-2.7: there is no
reason to only check for it with python-3. It is more reliable than
using the DEFAULT_PARTIAL_ALWAYS regexps on source lines.

close #502

--HG--
branch : issue-502-7
</pre>
</div>
</content>
</entry>
<entry>
<title>Setuptools fixed their egg-ordering problem, no need for this test workaround any more.</title>
<updated>2016-07-29T13:37:26+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-29T13:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=2fdb151e2ce0ba0693ba97ea08b0e61d3597cd09'/>
<id>2fdb151e2ce0ba0693ba97ea08b0e61d3597cd09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compensate for setuptools 25.0.0 seemingly doing sys.path differently</title>
<updated>2016-07-25T02:13:02+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-07-25T02:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=d5771b9921e9dc5ee3de68625ebe9f9a5ba2e999'/>
<id>d5771b9921e9dc5ee3de68625ebe9f9a5ba2e999</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move try_execfile.py to an unambiguous place</title>
<updated>2016-06-12T13:45:41+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-06-12T13:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy-git.git/commit/?id=1f4eb724612022db65e66186e6abfde4201f40e4'/>
<id>1f4eb724612022db65e66186e6abfde4201f40e4</id>
<content type='text'>
Where it was, we were counting on "tests" referring to coverage.py's own tests
directory, but a -e install of a helper like unittest-mixins could provide a
tests directory, which prevented the imports we needed for the tests.

Moving try_execfile.py to a new subdirectory with a less-common name solves
the problem.

--HG--
rename : tests/try_execfile.py =&gt; tests/modules/process_test/try_execfile.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Where it was, we were counting on "tests" referring to coverage.py's own tests
directory, but a -e install of a helper like unittest-mixins could provide a
tests directory, which prevented the imports we needed for the tests.

Moving try_execfile.py to a new subdirectory with a less-common name solves
the problem.

--HG--
rename : tests/try_execfile.py =&gt; tests/modules/process_test/try_execfile.py
</pre>
</div>
</content>
</entry>
</feed>
