예제 #1
0
 def setUp(self, args=None):
     self.tempdir = tempfile.mkdtemp()
     super(ChronotopeLayer, self).setUp()
     pyramid_zcml.zcml_configure('configure.zcml', 'chronotope')
     self.init_sql()
     self.new_request()
예제 #2
0
파일: testing.py 프로젝트: rnixx/chronotope
 def setUp(self, args=None):
     pyramid_zcml.zcml_configure('configure.zcml', 'chronotope')
     super(ChronotopeLayer, self).setUp()