예제 #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)