示例#1
0
文件: tests.py 项目: peisam/zjobs
 def test_find(self):
     self.job_item.save()
     print JobItem.find(self.job_item)
示例#2
0
文件: tests.py 项目: noushadali/zjobs
 def test_find(self):
     self.job_item.save()
     print JobItem.find(self.job_item)