コード例 #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()