def test_with_bad_pdf(self):
     load_archived_murs()
 def test_with_empty_data(self):
     load_archived_murs()
 def test_bad_citation(self):
     with self.assertRaises(Exception):
         load_archived_murs()
 def test_base_case(self):
     load_archived_murs()
 def test_with_bad_pdf(self):
     load_archived_murs(specific_mur_no='1')
 def test_multi_file(self):
     # Management command brings this in as a string
     load_archived_murs(specific_mur_no='3')
 def test_base_case(self):
     # Management command brings this in as a string
     load_archived_murs(specific_mur_no='1')
Exemple #8
0
 def test_base_case(self):
     load_archived_murs(specific_mur_no=1)