mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Exercise the doctests.
This commit is contained in:
parent
168e2fcdcf
commit
dbe3449f22
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
from test import support
|
||||||
import ipaddr
|
import ipaddr
|
||||||
|
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue