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")
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')