Commit da7c511c authored by Philipp von Weitershausen's avatar Philipp von Weitershausen

Actually move the README.txt that I added to the Acquisition egg earlier to

the package itself and make it a doctest.
parents 7f2ba9b5 5ac5c99b
This diff is collapsed.
......@@ -1665,11 +1665,12 @@ def test_proxying():
import unittest
from zope.testing.doctest import DocTestSuite
from zope.testing.doctest import DocTestSuite, DocFileSuite
def test_suite():
return unittest.TestSuite((
DocTestSuite(),
DocFileSuite('README.txt', package='Acquisition'),
))
if __name__ == '__main__':
......
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