Exemplo n.º 1
0
 def setUp(self):
     self.apikey = 'arstechnica.com'
     self.uuid = 'user%d' % random.randint(1000, 9999)
     self.p = parsely.Parsely(self.apikey, secrets[self.apikey])
     self.train_link = 'http://arstechnica.com/gadgets/2013/04/tunein-radio-app-update-makes-it-easier-for-users-to-discover-new-music/'
     self.user = User(self.p, self.uuid)