コード例 #1
0
 def test_instantiate_without_token(self):
     
     ap = Applications()
     with self.assertRaises(ValueError):
         ap.search('id:xxx')
コード例 #2
0
 def setUp(self):
     self.ap = Applications(usertoken='usertk')