def setUp(self):
self.site = config('TESTING_SITE', 'http://127.0.0.1:8000')
self.email = config('TESTING_FXA_ACCOUNT_EMAIL', None)
self.password = config('TESTING_FXA_ACCOUNT_PASSWORD', None)
self.signing_key, self.verifying_key, self.vapid_key = gen_keys()
评论列表
文章目录