def test_make_example_project_note(self):
     """Make example project note"""
     success = True
     try:
         make_example_project_note(os.path.join(filedir, "project_test.pdf"))
     except:
         success = False
     self.assertTrue(success)
 def test_1_make_example_project_note(self):
     """Make example project note"""
     make_example_project_note(os.path.join(filedir, "project_test.pdf"))
示例#3
0
 def test_1_make_example_project_note(self):
     """Make example project note"""
     make_example_project_note(os.path.join(filedir, "project_test.pdf"))