示例#1
0
文件: test.py 项目: siruguri/three
 def test_three_token(self):
     three.token("123abc")
     three.services()
     self.assertTrue(req.get.called)
示例#2
0
文件: test.py 项目: siruguri/three
 def test_three_services(self):
     three.city("sf")
     three.services()
     self.assertTrue(req.get.called)
示例#3
0
文件: test.py 项目: isabella232/three
 def test_three_token(self):
     three.token('123abc')
     three.services()
     self.assertTrue(self.session.get.called)
示例#4
0
文件: test.py 项目: isabella232/three
 def test_three_services(self):
     three.city('sf')
     three.services()
     self.assertTrue(self.session.get.called)
示例#5
0
文件: test.py 项目: SeeClickFix/three
 def test_three_token(self):
     three.token('123abc')
     three.services()
     self.assertTrue(self.session.get.called)
示例#6
0
文件: test.py 项目: SeeClickFix/three
 def test_three_services(self):
     three.city('sf')
     three.services()
     self.assertTrue(self.session.get.called)