def test_make_example_note(self):
     """Make example note"""
     success = True
     try:
         make_example_sample_note(os.path.join(filedir, "test.pdf"))
     except:
         success = False
     self.assertTrue(success)
 def test_make_example_note(self):
     """Make example note"""
     success = True
     try:
         make_example_sample_note(os.path.join(filedir, "test.pdf"))
     except:
         success = False
     self.assertTrue(success)
Example #3
0
 def test_1_make_example_note(self):
     """Make example note"""
     make_example_sample_note(os.path.join(filedir, "test.pdf"))