Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Fix test setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jone committed Nov 8, 2011
1 parent 64d4c77 commit db08323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plone/app/texttile/test_doctests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import doctest
from plone.testing import layered
import unittest2 as unittest
from base import PASTANDARDTILES_FUNCTIONAL_TESTING, \
from plone.app.texttile.tests.base import PASTANDARDTILES_FUNCTIONAL_TESTING, \
PASTANDARDTILES_TESTTYPE_FUNCTIONAL_TESTING
import pprint
import interlude
Expand All @@ -10,6 +10,7 @@
normal_testfiles = [
'../text.txt',
]
testtype_testfiles = []


def test_suite():
Expand Down

0 comments on commit db08323

Please sign in to comment.