<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-coveragepy.git/tests, branch issue-493-2</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>finally happens before return in a try #493</title>
<updated>2016-12-18T00:56:31+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-18T00:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=ff3b97a0b4f7ca264f7b7897cc101521485cdff8'/>
<id>ff3b97a0b4f7ca264f7b7897cc101521485cdff8</id>
<content type='text'>
In a try block such as:

  if expr:
    try:
      return
    finally
      print
  pass

the print happens before the return and cannot be followed by
pass. The general case is that when the body/else/handlers in a try
block all have return, break etc., the code behind finally: has no arc
to the statement following the try block.

close #493
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a try block such as:

  if expr:
    try:
      return
    finally
      print
  pass

the print happens before the return and cannot be followed by
pass. The general case is that when the body/else/handlers in a try
block all have return, break etc., the code behind finally: has no arc
to the statement following the try block.

close #493
</pre>
</div>
</content>
</entry>
<entry>
<title>Give this variable a more descriptive name</title>
<updated>2016-12-14T11:51:38+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-14T11:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=df62b8015cdaa084b29d7162f02b40dd1d2a6eb4'/>
<id>df62b8015cdaa084b29d7162f02b40dd1d2a6eb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>report must ignore skipped files #524</title>
<updated>2016-12-12T16:03:20+00:00</updated>
<author>
<name>loic</name>
<email>loic@dachary.org</email>
</author>
<published>2016-12-12T16:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=b02427b7ba3cf7774c1932d8ecfbe24b3427b1e0'/>
<id>b02427b7ba3cf7774c1932d8ecfbe24b3427b1e0</id>
<content type='text'>
When files are 100% covered and --skipped-covered is specified, they
must not be taken into account to format the text report. It is
specially useful when a long filename is skipped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When files are 100% covered and --skipped-covered is specified, they
must not be taken into account to format the text report. It is
specially useful when a long filename is skipped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent UnicodeErrors in HTML reports with Unicode configuration values</title>
<updated>2016-12-07T03:38:17+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-07T03:38:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=76e924a2b4268d9821c7fd6c69b6a092ddc936b1'/>
<id>76e924a2b4268d9821c7fd6c69b6a092ddc936b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Oh 2.6, you get me every time</title>
<updated>2016-12-06T12:21:58+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-06T12:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=8db9fdf865ca0719cf2a37af25b93f53f39eb74c'/>
<id>8db9fdf865ca0719cf2a37af25b93f53f39eb74c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A better way to find the pth directory</title>
<updated>2016-12-06T12:01:20+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-06T12:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=f20056d07d88f5688b02de77ac718e26bf0e2f1c'/>
<id>f20056d07d88f5688b02de77ac718e26bf0e2f1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the filelock experiment</title>
<updated>2016-12-06T11:23:34+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-06T11:23:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=1526e4a074388dc228221ec3b8f0bbc1459eb383'/>
<id>1526e4a074388dc228221ec3b8f0bbc1459eb383</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 clean up in the right order</title>
<updated>2016-12-04T22:57:21+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-04T22:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=7c61630cc8217c848401b68d19982ea34fc7efd9'/>
<id>7c61630cc8217c848401b68d19982ea34fc7efd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Quick hack to try avoiding stepping on each others' pth files</title>
<updated>2016-12-04T21:46:05+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-12-04T21:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=01b3ccc3857eedbb05c27b45995800e25d46997e'/>
<id>01b3ccc3857eedbb05c27b45995800e25d46997e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test excluded lines in the html report</title>
<updated>2016-11-30T11:22:54+00:00</updated>
<author>
<name>Ned Batchelder</name>
<email>ned@nedbatchelder.com</email>
</author>
<published>2016-11-30T11:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-coveragepy.git/commit/?id=741cd92f2ef3e70619a6a30cd592cd9f54053db2'/>
<id>741cd92f2ef3e70619a6a30cd592cd9f54053db2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
