[Python-Dev] [Python-checkins] cpython (3.2): test_os: add TemporaryFileTests to the testcase list
Nick Coghlan
ncoghlan at gmail.com
Fri Jul 1 14:39:31 CEST 2011
On Fri, Jul 1, 2011 at 7:18 PM, Victor Stinner
<victor.stinner at haypocalc.com> wrote:
> I tried to find which commit removes TemporaryFileTests from the
> testcase list (to see if there is a good reason to do that, or if it's
> just a mistake): it's somewhere between Python 2.x and Python 3.0, but I
> didn't find the commit.
>
> Is there a tool to detect that a testcase is never executed to ensure
> that there is no other forgiven testcase?
Coverage data for the test suite itself.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list