[Checkins] SVN: zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/ Cosmetical: bring test coverage back to 100%.

Ulrich Fouquet cvs-admin at zope.org
Mon May 28 11:50:39 UTC 2012


Log message for revision 126508:
  Cosmetical: bring test coverage back to 100%.

Changed:
  U   zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/browser/mypkg3/interfaces.py
  U   zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/zcml/mypkg2/interfaces.py

-=-
Modified: zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/browser/mypkg3/interfaces.py
===================================================================
--- zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/browser/mypkg3/interfaces.py	2012-05-28 11:48:26 UTC (rev 126507)
+++ zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/browser/mypkg3/interfaces.py	2012-05-28 11:50:36 UTC (rev 126508)
@@ -13,4 +13,3 @@
     def do_foo():
         """Do the foo.
         """
-        pass

Modified: zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/zcml/mypkg2/interfaces.py
===================================================================
--- zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/zcml/mypkg2/interfaces.py	2012-05-28 11:48:26 UTC (rev 126507)
+++ zope.pytest/trunk/src/zope/pytest/tests/sample_fixtures/zcml/mypkg2/interfaces.py	2012-05-28 11:50:36 UTC (rev 126508)
@@ -13,4 +13,3 @@
     def do_foo():
         """Do the foo.
         """
-        pass



More information about the checkins mailing list