Commit 784e0757 authored by Tres Seaver's avatar Tres Seaver

Ensure that repozo is importable.

parent 48b3f6c8
...@@ -26,6 +26,11 @@ checker = renormalizing.RENormalizing([ ...@@ -26,6 +26,11 @@ checker = renormalizing.RENormalizing([
(re.compile('hash=[0-9a-f]{40}'), (re.compile('hash=[0-9a-f]{40}'),
'hash=b16422d09fabdb45d4e4325e4b42d7d6f021d3c3')]) 'hash=b16422d09fabdb45d4e4325e4b42d7d6f021d3c3')])
class RepozoTests(unittest.TestCase):
def test_importability(self):
from ZODB.scripts import repozo
def test_suite(): def test_suite():
return unittest.TestSuite(( return unittest.TestSuite((
doctest.DocFileSuite( doctest.DocFileSuite(
......
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