コード例 #1
0
ファイル: test_bot.py プロジェクト: Fandekasp/github_bot
 def test_can_connect(self):
     request = github_connect()
     self.assertEquals(request.title(), 'GitHub \xc2\xb7 Social Coding')
コード例 #2
0
ファイル: test_bot.py プロジェクト: Fandekasp/github_bot
 def setUp(self):
     self.request = github_connect(path='Fandekasp')