Commit c623812b authored by Lennart Regebro's avatar Lennart Regebro

Got rid of remove zope.testing.doctest

parent c1df1b8c
......@@ -14,6 +14,7 @@ eggs =
zc.buildout
zc.recipe.egg
z3c.recipe.scripts
zope.testing
# Tests that can be run wo a network
[oltest]
......
......@@ -11,7 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from zope.testing import doctest
import doctest
from zope.testing import renormalizing
import os
import pkg_resources
......
......@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import os, re, subprocess, sys, textwrap, unittest
from zope.testing import doctest, renormalizing
import os, re, subprocess, sys, textwrap, unittest, doctest
from zope.testing import renormalizing
import zc.buildout.tests
import zc.buildout.testing
......
......@@ -17,8 +17,8 @@ import zc.buildout.tests
import zc.buildout.testselectingpython
import zc.buildout.testing
import unittest
from zope.testing import doctest, renormalizing
import unittest, doctest
from zope.testing import renormalizing
# We do not explicitly test the recipe support for the ``eggs``,
# ``find-links``, and ``index`` options because they are used for most or
......
......@@ -17,8 +17,8 @@ import zc.buildout.tests
import zc.buildout.testselectingpython
import zc.buildout.testing
import unittest
from zope.testing import doctest, renormalizing
import unittest, doctest
from zope.testing import renormalizing
os_path_sep = 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