예제 #1
0
 def test_report(self):
     self.reddit.read_only = False
     thread = LiveThread(self.reddit, "ydwwxneu7vsa")
     with self.recorder.use_cassette("TestLiveThread_test_report"):
         thread.report("spam")
예제 #2
0
파일: test_live.py 프로젝트: praw-dev/praw
 def test_report(self):
     self.reddit.read_only = False
     thread = LiveThread(self.reddit, "ydwwxneu7vsa")
     with self.recorder.use_cassette("TestLiveThread_test_report"):
         thread.report("spam")
예제 #3
0
파일: test_live.py 프로젝트: gavin19/praw
 def test_report(self):
     self.reddit.read_only = False
     thread = LiveThread(self.reddit, 'ydwwxneu7vsa')
     with self.recorder.use_cassette('TestLiveThread_test_report'):
         thread.report('spam')
예제 #4
0
파일: test_live.py 프로젝트: zed7576/praw
 def test_report(self):
     self.reddit.read_only = False
     thread = LiveThread(self.reddit, 'ydwwxneu7vsa')
     with self.recorder.use_cassette('TestLiveThread_test_report'):
         thread.report('spam')