mirror of https://github.com/scrapy/scrapy.git
Remove debug test case variable
This commit is contained in:
parent
a3afff4a0e
commit
e1450799ce
|
|
@ -147,8 +147,6 @@ def get_permissions_dict(path, renamings=None, ignore=None):
|
|||
|
||||
class StartprojectTemplatesTest(ProjectTest):
|
||||
|
||||
maxDiff = None
|
||||
|
||||
def setUp(self):
|
||||
super(StartprojectTemplatesTest, self).setUp()
|
||||
self.tmpl = join(self.temp_path, 'templates')
|
||||
|
|
|
|||
Loading…
Reference in New Issue