Commit c623812b authored by Lennart Regebro's avatar Lennart Regebro

Got rid of remove zope.testing.doctest

parent c1df1b8c
...@@ -14,6 +14,7 @@ eggs = ...@@ -14,6 +14,7 @@ eggs =
zc.buildout zc.buildout
zc.recipe.egg zc.recipe.egg
z3c.recipe.scripts z3c.recipe.scripts
zope.testing
# Tests that can be run wo a network # Tests that can be run wo a network
[oltest] [oltest]
......
...@@ -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