Commit 70f58960 authored by Tres Seaver's avatar Tres Seaver

Not a test suite.

The doctest snippets moved to docs/api/attributes.
parent e11c1cf5
......@@ -122,8 +122,3 @@ class VeryPrivate(Persistent):
if not name.startswith('tmp_'):
self._p_changed = 1
def test_suite():
from doctest import DocTestSuite
return DocTestSuite()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment