def test_get_boolean_as_index(self):
     notes = NotesApplication()
     self.assertEqual(notes.get(True), None, msg="List is not empty")
 def test_addedSuccessfully(self):
     test = NotesApplication("",[])
     self.assertEqual(test.create("Allen Notes"),test.get(0)+" added")
 def test_Alpha(self):
     notes = NotesApplication()
     self.assertEqual(notes.get('something'), None, msg="Out of alphabet")