def test_linked_to_thread(self): tempdir = self.get_tempdir() thread = Thread(tempdir) comment = Comment(thread=thread) comment.save()
def test_empty_comment(self): comment = Comment() comment.save() # noop