Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
zope.testing.doctest is long gone
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 72c1a83 commit 136be85
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/z3c/bcrypt/tests.py
Expand Up @@ -11,11 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
import unittest
from zope.testing import doctest
import doctest


def test_suite():
return unittest.TestSuite((
doctest.DocFileSuite(
'USAGE.txt', optionflags=doctest.ELLIPSIS),
))
return doctest.DocFileSuite('USAGE.txt', optionflags=doctest.ELLIPSIS)

0 comments on commit 136be85

Please sign in to comment.