예제 #1
0
파일: tests.py 프로젝트: amarder/hal
 def test_matched_ids(self):
     l = matched_ids(all_edges(get_data()))
     self.assertEquals(len(list(l)), 2)
예제 #2
0
파일: tests.py 프로젝트: amarder/hal
 def test_get_data(self):
     expected_count = DirectorFiling.objects.count()
     df = get_data()
     self.assertEquals(df.shape[0], expected_count)