Exercise the doctests.

This commit is contained in:
Raymond Hettinger 2009-05-14 16:13:36 +00:00
parent 168e2fcdcf
commit dbe3449f22
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@
import unittest
from test import support
import ipaddr
@ -569,4 +569,5 @@ class IpaddrUnitTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
support.run_unittest(IpaddrUnitTest)
support.run_doctest(ipaddr, True)