コード例 #1
0
ファイル: test_comments.py プロジェクト: AcrDijon/henet
 def test_linked_to_thread(self):
     tempdir = self.get_tempdir()
     thread = Thread(tempdir)
     comment = Comment(thread=thread)
     comment.save()
コード例 #2
0
ファイル: test_comments.py プロジェクト: AcrDijon/henet
 def test_empty_comment(self):
     comment = Comment()
     comment.save()  # noop