[Checkins] SVN: persistent/trunk/ Not a test suite.

Tres Seaver cvs-admin at zope.org
Fri Jun 29 05:19:54 UTC 2012


Log message for revision 127183:
  Not a test suite.
  
  The doctest snippets moved to docs/api/attributes.

Changed:
  _U  persistent/trunk/
  U   persistent/trunk/persistent/tests/attrhooks.py

-=-
Modified: persistent/trunk/persistent/tests/attrhooks.py
===================================================================
--- persistent/trunk/persistent/tests/attrhooks.py	2012-06-29 05:19:47 UTC (rev 127182)
+++ persistent/trunk/persistent/tests/attrhooks.py	2012-06-29 05:19:51 UTC (rev 127183)
@@ -122,8 +122,3 @@
 
         if not name.startswith('tmp_'):
             self._p_changed = 1
-
-
-def test_suite():
-    from doctest import DocTestSuite
-    return DocTestSuite()



More information about the checkins mailing list