예제 #1
0
 def test_with_bad_pdf(self):
     load_archived_murs()
예제 #2
0
 def test_with_empty_data(self):
     load_archived_murs()
예제 #3
0
 def test_bad_citation(self):
     with self.assertRaises(Exception):
         load_archived_murs()
예제 #4
0
 def test_base_case(self):
     load_archived_murs()
예제 #5
0
 def test_with_bad_pdf(self):
     load_archived_murs(specific_mur_no='1')
예제 #6
0
 def test_multi_file(self):
     # Management command brings this in as a string
     load_archived_murs(specific_mur_no='3')
예제 #7
0
 def test_base_case(self):
     # Management command brings this in as a string
     load_archived_murs(specific_mur_no='1')
예제 #8
0
 def test_base_case(self):
     load_archived_murs(specific_mur_no=1)