[py-svn] pytest-coverage commit 0c3f822762f5: pytest_coverage.py: Fix typo with class variable 'coverPackage'

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Feb 10 20:31:21 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-coverage
# URL http://bitbucket.org/prologic/pytest-coverage/overview/
# User prologic
# Date 1265830222 -36000
# Node ID 0c3f822762f567e2f03716fa30bde77ea089e788
# Parent fe412de426af40029504c667b39682f4fe2169ed
pytest_coverage.py: Fix typo with class variable 'coverPackage'

--- a/pytest_coverage.py
+++ b/pytest_coverage.py
@@ -18,7 +18,7 @@ class CoverageTestWrapper(object):
     """
     
     coverTests = False
-    coverPackages = None
+    coverPackage = None
 
     def __init__(self, options, _covpkg=None):
         self.options = options



More information about the pytest-commit mailing list