Skip to content

Commit

Permalink
This test doesn't need to inherit from PlacelessSetup. hop.
Browse files Browse the repository at this point in the history
  • Loading branch information
thefunny42 committed Apr 13, 2010
1 parent f746e60 commit 670a833
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from zope.interface import Interface, directlyProvides

from zope.app.publication.traversers import SimpleComponentTraverser
from zope.app.testing.placelesssetup import PlacelessSetup
from zope import component

class I(Interface):
Expand Down Expand Up @@ -50,7 +49,8 @@ def __init__(self, comp, request):
self._comp = comp


class Test(PlacelessSetup, unittest.TestCase):
class Test(unittest.TestCase):

def testAttr(self):
# test container traver
foo = Container()
Expand Down

0 comments on commit 670a833

Please sign in to comment.