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