コード例 #1
0
ファイル: test_environ.py プロジェクト: frymgump/bottle
 def setUp(self):
     self.env = {}
     self.headers = bottle.WSGIHeaderDict(self.env)
コード例 #2
0
ファイル: test_environ.py プロジェクト: sybil12/hsa-app
 def test_empty(self):
     self.assertEqual(0, len(bottle.WSGIHeaderDict({})))