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