Commit 7fe1f4a7 authored by Lennart Regebro's avatar Lennart Regebro

Use standard doctest module

parent 520fc2a6
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE. # FOR A PARTICULAR PURPOSE.
# #
############################################################################## ##############################################################################
from zope.testing import doctest import doctest
from zope.testing import renormalizing from zope.testing import renormalizing
import os import os
import pkg_resources import pkg_resources
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE. # FOR A PARTICULAR PURPOSE.
# #
############################################################################## ##############################################################################
import os, re, subprocess, sys, textwrap, unittest import os, re, subprocess, sys, textwrap, unittest, doctest
from zope.testing import doctest, renormalizing from zope.testing import renormalizing
import zc.buildout.tests import zc.buildout.tests
import zc.buildout.testing import zc.buildout.testing
......
...@@ -17,8 +17,8 @@ import zc.buildout.tests ...@@ -17,8 +17,8 @@ import zc.buildout.tests
import zc.buildout.testselectingpython import zc.buildout.testselectingpython
import zc.buildout.testing import zc.buildout.testing
import unittest import unittest, doctest
from zope.testing import doctest, renormalizing from zope.testing import renormalizing
# We do not explicitly test the recipe support for the ``eggs``, # We do not explicitly test the recipe support for the ``eggs``,
# ``find-links``, and ``index`` options because they are used for most or # ``find-links``, and ``index`` options because they are used for most or
......
...@@ -17,8 +17,8 @@ import zc.buildout.tests ...@@ -17,8 +17,8 @@ import zc.buildout.tests
import zc.buildout.testselectingpython import zc.buildout.testselectingpython
import zc.buildout.testing import zc.buildout.testing
import unittest import unittest, doctest
from zope.testing import doctest, renormalizing from zope.testing import renormalizing
os_path_sep = os.path.sep os_path_sep = os.path.sep
if os_path_sep == '\\': if os_path_sep == '\\':
......
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