예제 #1
0
파일: tests.py 프로젝트: BrandonLi622/agent
 def test_get_topic_id(self):
     topic = fb.get_topic('/book/publishing_company')
     self.assertEqual(topic['property']['/type/object/mid']['values'][0]['text'],
             '/m/01xryxp')
예제 #2
0
파일: tests.py 프로젝트: BrandonLi622/agent
 def test_get_topic_id(self):
     topic = fb.get_topic('/book/publishing_company')
     self.assertEqual(
         topic['property']['/type/object/mid']['values'][0]['text'],
         '/m/01xryxp')
예제 #3
0
파일: tests.py 프로젝트: BrandonLi622/agent
 def test_get_topic_mid(self):
     topic = fb.get_topic('/m/0k8z')
예제 #4
0
파일: tests.py 프로젝트: BrandonLi622/agent
 def test_get_topic_mid(self):
     topic = fb.get_topic('/m/0k8z')