Skip to content

Commit

Permalink
make coverage 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
sontek committed Jul 6, 2016
1 parent 1bdb556 commit d9dc88d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyramid/tests/test_scripts/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ class DummyView(object):
def __init__(self, **attrs):
self.__request_attrs__ = attrs

def view(context, request):
return 'view1'
def view(context, request): pass

from zope.interface import implementer
from pyramid.interfaces import IMultiView
Expand Down

0 comments on commit d9dc88d

Please sign in to comment.