Kaydet (Commit) dbe3449f authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Exercise the doctests.

üst 168e2fcd
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
import unittest import unittest
from test import support
import ipaddr import ipaddr
...@@ -569,4 +569,5 @@ class IpaddrUnitTest(unittest.TestCase): ...@@ -569,4 +569,5 @@ class IpaddrUnitTest(unittest.TestCase):
if __name__ == '__main__': 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