Esempio n. 1
0
 def test_instantiate_without_token(self):
     
     ap = Applications()
     with self.assertRaises(ValueError):
         ap.search('id:xxx')
Esempio n. 2
0
 def setUp(self):
     self.ap = Applications(usertoken='usertk')