Commit dbe3449f authored by Raymond Hettinger's avatar Raymond Hettinger

Exercise the doctests.

parent 168e2fcd
......@@ -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)
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